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
November 10, 2020
| by
iaur
| posted as
Failure, Microsoft 365
Scenario If you are having problems in successfully complete the MFA verification calls Context MFA phone verification fails sometimes or Microsoft 365 did not send ..more
August 15, 2020
| by
iaur
| posted as
Failure, Microsoft 365
Scenario You can’t add A record for your website routing You can’t add custom DNS records type to Admin Center Can’t add custom DNS to ..more
July 10, 2020
| by
iaur
| posted as
Failure, Microsoft 365
Scenario Domain was added to a shadow tenant – this normally happens you took ownership of the domain that was added to an abandoned tenant ..more
May 27, 2020
| by
iaur
| posted as
Apps, Microsoft 365
Scenario User with WVD environment is getting a licensing error when opening the apps User don’t have administrator privileges on their machine or instance Steps ..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
July 19, 2019
| by
iaur
| posted as
Apps, Microsoft 365
Scenario User is not able activate Word, Excel, etc., Read-Only when opening desktop apps Checklist Method 1 Close all running Office applications clear credential caches ..more
July 19, 2019
| by
iaur
| posted as
Apps, Microsoft 365
Scenario: User is not able activate Word, Excel, etc., Read-Only when opening desktop apps Pre-defined Check List: Check installed Office client (ProPlus or Business) Soft ..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
July 20, 2018
| by
iaur
| posted as
Apps, Microsoft 365
OffScrubC2R Access OffScrubc2r (GitHub) https://github.com/OfficeDev/Office-IT-Pro-Deployment-Scripts/blob/master/Office-ProPlus-Deployment/Deploy-OfficeClickToRun/OffScrubc2r.vbs Copy the code Paste is on notepad Save it as.vbs Run the vbs to command prompt or by right clicking ..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
July 25, 2017
| by
iaur
| posted as
Apps, Microsoft 365
Scenario You wants to install office 365 suite on a terminal server(Windows) Getting error below upon opening apps Prerequisite A ProPlus Subscriptions Product ID Office ..more