List All Checked Out Files in SharePoint Online using PowerShell
As a SharePoint administrator, sometimes, you may need to find and retrieve the checked-out files. In this post, we will …
As a SharePoint administrator, sometimes, you may need to find and retrieve the checked-out files. In this post, we will …
In this article, I am going write a simple Powershell script using client object model (CSOM) to find and retrieve …
Hiding Office 365 Group from Global Address List (GAL) is one of the tedious job as there is no Admin …
Office 365 Group is a back end service for Microsoft Teams, Planner, and etc. By default Office 365 Groups are …
In Exchange Online, users can have additional mailbox storage space by enabling In-Place Archive. Archive mailboxes also provide an alternate …
In this article, I am going write powershell script to disable Active Directory user account by using user’s specific property …
We can get the list of all external users in a SharePoint Online tenant using SharePoint Online Powershell cmdlet Get-SPOExternalUser …
You can easily add a new license with required features and remove an existing license using Azure AD Powershell cmdlet …
Array holds a list of data items. The Powershell array items can be the same type or different types. Â …
You may need to see how much space your users are using in OneDrive for Business storage and need to …