Azure Client VPN using Azure AD & MFA Azure Virtual Network Gateway provides the ability to connect to your Azure
Tag: active directory
How to disconnect a mailbox & re-assign it to new user in a Hybrid Scenario
How to disconnect a mailbox & re-assign it to new user in a Hybrid Scenario Scenario objectives: We have an
Match OnPrem Active Directory users to existing Office365 Users
Lets say you have an Office 365 account and cloud only users with mailboxes and now you decide that you want
Find AD accounts that are expiring
[sourcecode language=”powershell”] Search-ADAccount -AccountExpiring -TimeSpan ([TimeSpan]::FromDays(7)) | Select-Object name*,userpri*,accou* [/sourcecode] “FromDays(7)” = this will search accounts that are expiring in
Manage Office 365 password expiration
Check if the password is set to never expire for one user: Get-MSOLUser -UserPrincipalName username | Select PasswordNeverExpires Check if