Users in your organization might get blocked from sending emails in Microsoft 365 if they exceed one of the outbound sending limits or inbound spam policies. If a user is added to the restricted user list, they will receive the following NDR when trying to send emails out of the organization. “Your message couldn’t be delivered because […]
Category: Office 365
Set Office 365 to change password on next Login
Sharing a small TIP for admins searching a way to force password change without updating existing password. Connect to the Tennant Here is the command: Connect-MsolService Next run the following command updating the email address and He/she will be prompted to update the password. Set-MsolUserPassword -UserPrincipalName USER@email.com -ForceChangePassword:$true -ForceChangePasswordOnly:$true
Add an Office 365 Azure AD User as a Local Administrator
If your devices are joined using Azure AD, you have at some point tried to add that Azure AD user to a local group, or temporarily as a local administrator. We recently tried this and discovered that the Office 365 Azure AD user is in fact not listed as a local user able to be added in computer […]
Get Office 365 users with a specific license type via Powershell
It can sometimes be useful to get a list of Office 365 users with a specific license type via PowerShell. Instead of logging into the Office 365 portal and using a filtered view in the admin center, you can do it straight from the command line. Connect to Office 365 via Powershell. If this cmdlet […]