Get password age and add user to group
##First we import the school provisioned with Laptop Model in the pager field function MSOLConnected { Get-MsolDomain -ErrorAction SilentlyContinue | […]
##First we import the school provisioned with Laptop Model in the pager field function MSOLConnected { Get-MsolDomain -ErrorAction SilentlyContinue | […]
When you migrate to Office 365 from local AD, and keep a hybrid environment, you probably need to add proxyAddresses […]
Active Directory Federation Services and some other services like Zedmed API services are likely to stop after a power outage […]
##First we create a function to check the response function MSOLConnected { Get-MsolDomain -ErrorAction SilentlyContinue | out-null $result = $? […]
MSOnline Module Good old MSOL module (with cmdlets à la ‘Get-MsolUser‘). Good if you want to do basic Azure […]
# Drives to check: set to $null or empty to check all local (non-network) drives # $drives = @(“C”,”D”); $drives […]
You might have a bunch of MS Teams groups in your organization. And you need to generate a group member […]