January 12, 2021
| by
iaur
| posted as
Adminstration, Microsoft 365
Enable\Disable Modern Authentication for Office 365 Services A. Teams, Office Apps, and SharePoint Online is enabled with Modern Authentication by default https://social.technet.microsoft.com/wiki/contents/articles/36101.office-365-enable-modern-authentication.aspx https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/concept-fundamentals-block-legacy-authentication#moving-away-from-legacy-authentication B. Exchange ..more
September 13, 2019
| by
iaur
| posted as
Adminstration, Microsoft 365
Distribution Group Create a new role assignment policy, follow these steps: Sign in to the Office 365 portal as an admin, click Admin, and then ..more
June 5, 2019
| by
iaur
| posted as
Adminstration, Microsoft 365
Scenario You want to know the exact timestamp of when the license was given to a user Steps Connect to Azure AD using PowerShell Run ..more
March 26, 2019
| by
iaur
| posted as
Adminstration, Microsoft 365
Open PowerShell ISE Run the ff. cmdlets Set-ExecutionPolicy Unrestricted Connect-MsolService Download the file from the link https://gallery.technet.microsoft.com/office/Export-Office-365-Users-eed7a82c/file/201466/1/export_office_365_users_mfa_status.ps1 Open from the same PoweShell ISE session then ..more
October 20, 2018
| by
iaur
| posted as
Adminstration, Microsoft 365
Scenario You will need to remove the domain from a specific tenant but unable to do so since it is currently being use Steps This ..more
October 2, 2018
| by
iaur
| posted as
Adminstration, Microsoft 365
Scenario You created a Dynamic Distribution group in Admin center and would like certain recipient to be excluded Steps Connect to EXO using PowerShell Run ..more
July 30, 2018
| by
iaur
| posted as
Adminstration, Microsoft 365
Scenario You would like to add a SMTP address for routing emails You would like to change the primary SMTP address of an O365 group ..more
April 17, 2018
| by
iaur
| posted as
Adminstration, Microsoft 365
MSOL Get-MsolUser -all | ?{$_.proxyaddresses -match “user@domain.com”} Get-MsolUser -all | ?{$_.userprinciplename -match “user@domain.com”} Get-MsolUser -all | ?{$_.emailaddress -match “user@domain.com”} Get-MsolContact | Where{$_.UserPrincipalName -match “h****@domain.com”} Get-MsolGroup ..more
March 24, 2018
| by
iaur
| posted as
Adminstration, Microsoft 365
Scenario You want to delete user using PowerShell You want to purge delete user from the recycle bin Steps Connect to MSOL using PowerShell Run ..more
October 10, 2017
| by
iaur
| posted as
Adminstration, Microsoft 365
Prerequisites Purchase or avail a trial version of Azure AD Premium P2 and configure block access for the user. The example below is the steps ..more
September 6, 2017
| by
iaur
| posted as
Adminstration, Microsoft 365
Scenario You purchase a subscription to a reseller or Microsoft partner and would like to redeem it You have a token given to you by ..more