The expiration date of an AD user’s password determines when and how often a user is required to change their domain password. Group Policy is used to configure password expiration …
PowerShell
-
-
Windows Server hosts that have been promoted to domain controller can store DNS zone data in the Active Directory Domain Services (ADDS) rather than in a zone text file. This …
-
When users delete files and folders from the SharePoint Online document library, they are moved to the first-level Recycle Bin. Files from the end-user recycle bin can be restored by …
-
You need to be aware of the maximum file size and storage limits when uploading and storing large files in SharePoint site libraries. In this article, we will look at …
-
Those who dabbled in programming would be familiar with the return keyword. The primary use of return in PowerShell is to return the result of a function and/or exit the …
-
The graphical Event Viewer console (Eventvwr.msc) is usually used to check Windows logs. Event Viewer provides information on most system and security events. You can use PowerShell to search, filter, …
-
Exchange Transport Rules (ETRs), also known as Mail Flow rules, are used to select and apply various actions to messages based on specific criteria as they flow through your Exchange …
-
The PnP PowerShell module is used to manage a range of products in Microsoft 365, including SharePoint Online, Teams, Microsoft Project and Entra ID (ex-Azure AD). PnP is an open-source …
-
To make your PowerShell scripts more user-friendly, you can add a simple graphical user interface (GUI) to them. This makes it easier for your users to use your scripts without …
-
When you connect to a remote computer or server using MMC snap-ins, WMI, PowerShell, WinRM, or another remote management tool, you may receive the error The RPC server is unavailable …