Get-AutopilotDiagnostics & find app name using
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 …
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 …
With autopilot HWID -online switch it’s possible to inject the HWID directly into Intune so there is no need to down and upload civ files. Start laptop, in the OOBE bootscreen …
I used this powershell to quickly export Mailbox permissions from one mailbox and set the same permissions on another mailbox.
By calling the activate method in the Win32_PowerPlan class via this command the power option High Performance is set : To never turn off display use powercfg More information :Customize the Windows performance power slider …
If your organization needs to store and manage files for all your users so for example they can use Office templates or shared Pictures you can specify one or more …
The Volume Activation Services role needs to be installed on the Windows KMS Server host. Sign in to Microsoft Volume Licensing Service Center (VLSC) Volume Licensing Service Center (microsoft.com) go to Download …
Check user account or set password never expires for a cloud managed user account. This is not possible for on-premises synced accounts. In this case you control the setting in …
When a Windows device is enrolled in Azure AD using an Azure AD join the following security principals will be added to the local administrators group on the device. Azure AD global administrator role Azure AD …
MS Online is an old module to manage the Azure/Office 365 from PowerShell. Azure Active Directory PowerShell for Graph (AzureAD) is a modern PowerShell module for interacting with Azure infrastructure. The module …
To Hybrid domain join a device you have to configure your Azure AD Connect which creates a Service Connection Point (SCP) in your Active Directory. However in some environments it’s not …
Install the Remote Server Administration Tools Install-WindowsFeature -IncludeAllSubFeature RSAT -WhatIf Install-WindowsFeature -IncludeAllSubFeature RSAT Verify if the Remote Server Administration Tools is already installed. Get-WindowsFeature -Name rsat Windows 10 Get-WindowsCapability -name …