How to Set Property Bag Value in SharePoint Online using Powershell
The SharePoint property bag is a hash table, which is used to store data in key-value pairs and it is …
The SharePoint property bag is a hash table, which is used to store data in key-value pairs and it is …
I have been working with Microsoft Planner using Graph API and getting the error message ErrorAccessDenied : Access to OData …
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, …
I have got need to store my credentials in the Windows Credentials manager and get the stored username and password …
In this post, I am going to share PowerShell commands to get all shared mailboxes and find users who have …