One of the most fundamental and useful cmdlets in PowerShell is Get-ChildItem. This cmdlet lists the contents of directories, similar to the dir or ls commands in other operating systems. …
Powershell
-
-
There is a secret weapon tool that many admins may not know about that can be extremely helpful in managing a modern Windows Server environment with Active Directory. The Active …
-
The Get-MsolUser is one of the prominent cmdlets in the MSOnline V1 PowerShell module for Azure Active Directory. This cmdlet lets you view the properties of one or several Microsoft …
-
SharePoint Online is a powerful collaboration platform that allows organizations to share and manage documents, resources, and information. One of the key features is SharePoint Online external sharing, allowing users …
-
Office 365 is a powerful suite of productivity tools that empowers businesses with seamless communication and collaboration. One of the essential features of Office 365 is the ability to create …
-
The Start-Sleep cmdlet is used in PowerShell scripts when you need to pause the execution of code for a few seconds or minutes. This command is used in scenarios in …
-
For businesses that have migrated to Microsoft 365, managing Azure Active Directory is an essential task for administrators. Using cmdlets like Get-AzADUser, we can export Azure AD users, filter them, …
-
PowerShell belongs to a dynamic, not strongly typed-language class, meaning you are not required to declare the data type of variables. Simply put, PowerShell is smart enough to determine the …
-
In working with PowerShell and the Windows file system, a cmdlet that provides many interesting possibilities and use cases is the New-PSDrive cmdlet. This post will consider the cmdlet, what …
-
SharePoint storage reaching the red line is terrible. Users will start complaining they cannot store more documents on their team sites. Administrators must ensure SharePoint site owners are notified of …