-
ExchangeOnlineManagement 3.1.0
The Exchange Online Powershell V1 module is now deprecated. We need to use the Exchange OnlinePowershell V3 module instead. Command to install Modulehttps://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.1.0 Install-Module -Name ExchangeOnlineManagement…
-
How to hide users from the GAL in Office 365 synchronized from on-premises
Hiding users from the Global Address List (GAL) is fairly straightforward when the user is a cloud account. Simply “Hide from address list” from…
-
Office 365: Restrict users except administrators to create teams groups in MS teams
Step 1: Create a group for users who need to create Microsoft 365 groups Only one group in your organization can be used to…
-
Install the MSOnline module Guide
Install-Module MSOnlineInstall-Module AzureADImport-Module AzureAD Run the command to resolve the issue below. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
-
Windows Time Sync
w32tm /config /manualpeerlist:”1.us.pool.ntp.org” /syncfromflags:manual /reliable:YES /updatew32tm /config /manualpeerlist:”0.us.pool.ntp.org” /syncfromflags:manual /reliable:YES /update w32tm /config /update net stop w32time net start w32time w32tm /query /peers w32tm…
-
Powershell to get list of AD Users and their ProfilePath and HomeDirectory
To ensure consistency it is often desirable to run a script periodically to confirm all users are setup as expected. The following powershell script…
-
Enable or disable mailbox audit logging for a mailbox
This example enables mailbox audit logging for Ben Smith’s mailbox. Set-Mailbox -Identity “Ben Smith” -AuditEnabled $true This example enables mailbox audit logging for all…
-
Outlook Add-In keeps disabling
1. Be an Administrator Make sure you run Outlook as an Administrator when you enable the add-in (Right-click – Run as Administrator) 2. Force…