Install AzureAD Powershell module
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 …
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 …
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 …
If your devices is bought without Autopilot registration you need to register it first by using Get-WIndowsAUtoPilotInfo.ps1.Normally to achieve this you would boot into Windows and run the script and …
You can use 2 methods for importing DNS zones into your Azure DNS zone. Via Azure Cloud Shell using a Bind file (preferred) Via Powershell and a CSV Option 1 …
Via Powershell Via Exchange Management Shell The AdminDisplayVersion value shows the Exchange version in the format : “MajorVersion.ServicePack.CumulativeUpdate/UpdateRollup.MinorVersion” Via webbrowser (if maps is enabled) : https://<serverFQDN>/mapi/emsmdb/ For Office 365 use https://outlook.office.com/mapi/emsmdb/ Now …
Start a Powershell session with Exchange online $UserCredential = Get-Credential$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session -DisableNameChecking #Create Dynamic distribution groupNew-DynamicDistributionGroup -Name Test-Dynamic …
Default behavior of Exchange is when you delete a mailbox the useraccount will also be deleted.The procedure to keep the user account and only delete the Mailbox will be : …
When SCCM does not show the windows updates this Powershell can be used. [ code language = “powershell”] $Server=’hostname’ #https://docs.microsoft.com/en-us/archive/blogs/charlesa_us/triggering-configmgr-client-actions-with-wmic-without-pesky-right-click-tools #Trigger SSCM trigger Schedule 113 – Scan by Update Source …
The Exchange Online PowerShell V2 module also known as EXO V2 enables admins to connect to the Exchange Online environment to retrieve data, create new objects, update existing objects, remove …
Your PC isn’t being monitored because the app’s service stopped. You should restart it. The service couldn’t be started : Uninstall was not possible : Uninstall-WindowsFeature : The request to …