Change All Room Mailboxes to default publishing editor permissions
Connect through Exchange Online Powershell then run the following script.
WORK SMARTER USING TECHNOLOGY
I’m a Warrnambool based technology pofessional that works with business clients to deliver functional technology solutions.
Connect through Exchange Online Powershell then run the following script.
When running multiple Virtual Machines on a single host you may want to enforce limits on how much IO your virtual machine has on the disk. I am not talking about limiting the amount of storage capicity that is avaialble but how much read and write speed that you have available on your virtual machine. …
Veeam is a backup software company that offers two community editions of backup software that you can use for free. Veeam Agent for Windows The Veeam Agent for Windows is a pretty good solution for backing up a single endpoint. This can be either a Windows Desktop computer or a Windows Server computer. You will …
Microsoft have released a cloud based print solution called Microsoft Universal Print. The idea of this print solution is to replace the traditional print server and be able to deploy your printers through the cloud. Universal Print runs entirely on Microsoft Azure. When it’s deployed with Universal Print–compatible printers, it doesn’t require any on-premises infrastructure. …
So I had the problem when I tried to Join Azure AD on a new Microsoft 365 Tenant I got the following error Something went wrong.This feature is not supported. Contact your system administrator with the error code 80180014.Additional problem information:Server error code: 80180014Correlation ID: Not availableTimestamp <date>Server message: Not availableMore information: https://www.microsoft.com/mdmerrors So firstly …
So I make this video as a guide for people who are new to IT. If you are new to an IT role this video will help you get your head around Microsoft 365. Timestamps:0:58 – How to login to Microsoft 3652:03 – Navigating the admin center & customising the admin dashboard2:32 – Viewing the …
I wanted a way to track trends of some file shares on a server over time so I have written this powershell script to monitor them and put the data into a .csv file. This will also create the CSV file if it doesn’t exist already. My plan is to pump the CSV into PowerBI …
So basically people sometimes call & say something about not receiving an email from someone or they think that emails are getting blocked by spam. So wrote a small script that will connect to Exchange Online & then prompt for the amount of days back you want to check for spam and also which user. …
If you get the following error: Error Description: Vault cannot be deleted as there are existing resources within the vault. : xxxx.xxxxx.xxxxx Unregister all containers from the vault and then retry to delete vault. For instructions, see https://aka.ms/AB-AA4ecq5 Code: ServiceResourceNotEmptyWithContainerDetails You can fix it by: To make it so you can delete the Recovery Services …