Add user as owner of all Office 365 groups using Powershell
As you know modern Office 365 groups are being used as base service for other Office 365 workloads (Ex: Teams, …
As you know modern Office 365 groups are being used as base service for other Office 365 workloads (Ex: Teams, …
In Outlook client you can configure multiple email accounts as per your need. You can add your primary work email …
In this post, I am going to share Powershell script to find and list devices that are registered by Azure …
The SharePoint property bag is a hash table, which is used to store data in key-value pairs and it is …
In Office 365 tenant, by default, any user can easily connect Azure AD Powershell and run the command Get-MsolUser or …
We can use the Get-LocalUser cmdlet to get local user account details and use the Set-LocalUser cmdlet to update local …
Mail-enabled security group is nothing but the security group which also acts as a distribution list. The group’s security-related properties …
Mail-enabled security group is nothing but the security group which also acts as a distribution list. In this post, we …
Two types of security groups are supported in Office 365, normal security group and mail-enabled security group. Both groups are …
There are two easy ways to retrieve Office 365 User properties, Azure AD Powershell module and Microsoft Graph API. Initially, …