Hide Users or Shared Mailbox from GAL in Hybrid Environment
If you use an on-premises Active Directory domain controller that syncs with Azure via AAD connect and want to hide an On Premises user from the GAL you should edit …
If you use an on-premises Active Directory domain controller that syncs with Azure via AAD connect and want to hide an On Premises user from the GAL you should edit …
With this procedure you are able to bulk add Device Names to Autopilot devices. This is not possible via import. First we need to Install Autopilot Powershell module Start Administrative …
Install Micrsofot Graph IntuneMore information : PowerShell Gallery | Microsoft.Graph.Intune 6.1907.1.0 IMport and Connect to MS Graph Sync One device via POwershall MS Graph Sync all devices. If you have …
To set User description, department and job title in Bulk you can use this script You need to create a .csv file which has this format : “userPrincipalName”,”description”,”department”,”title”“[email protected]”,”description 123″,”department 123″,”title …
We needed to copy some simple license files to a directory on intune managed devices. First I used a standard xcopy in a .bat file but this was not working …
In Windows 11 you will find a per-installed Teams personal client which in my opinion is confusing for our users. So I decided to uninstall the Teams personal application (Appx) …
Turning off Basic authentication in the Microsoft 365 admin center does not turn off two legacy services. AllowBasicAuthOutlookService AllowBasicAuthReportingWebServices These two settings can only be turned off via Exchange Online PowerShell. Get-AuthenticationPolicy Set-AuthenticationPolicy -Identity “policy name …
Connect to Azure AD display a list of all soft-deleted Microsoft 365 groups that are still within the 30-day retention period Find the group to restore and copy the IdRun …
Turning off Basic authentication in the Microsoft 365 admin center does not turn off two legacy services. AllowBasicAuthOutlookService AllowBasicAuthReportingWebServices These two settings can only be turned off via Exchange Online …
Open Powershell Start-Transcript to record your Powershell Session Now timestamp the ping command More information about the command and the -F format operator can be found here. PowerShell: Using the …
I had an issue where the autopilot rollout took a really long time. To find the issue I used the Get-AutopilotDiagnostics. Here I found a Win32App id which took a …
Use powershell to change the calendar processing settings of resources mailbox (MS Teams Rooms). First you need to connect to Exchange Online To get a list of all Resource/Room Mailboxes …
Via Powershell : Via Command Prompt If you now want an immediate sync to Azure Active Directory use this command to force an AAD sync :
This is a script which I use to create Users in bulk
Error : Exchange: An unknown error has occurred. Refer to correlation ID: bcaed709-6a5f-498f-8ff4-634ea1d4e375 To get more details about this error start Powershell and enter this commands : connect-msolservice Get-MsolUser-HasErrorsOnly|flDisplayName,UserPrincipalName,@{Name=”Error”;Expression={($_.errors[0].ErrorDetail.objecterrors.errorrecord.ErrorDescription)}} {The …