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 …
PowerShell
-
-
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 …
-
You can rename user accounts in Active Directory in several ways. You can use AD graphical snap-ins, command-line tools, or PowerShell cmdlets. Let’s explore these methods. How to Rename an …
-
The user account object in Active Directory contains several properties (attributes), such as canonical name, first name, middle name, last name, e-mail address, phone number, job title, department, country, etc. …
-
In today’s technology-driven world, managing disk space efficiently is crucial to ensuring the smooth functioning of your computer systems or servers. As files and applications continue to accumulate, it’s essential …
-
If you’re new to PowerShell or just looking to refresh your knowledge, one fundamental concept you must master is the PowerShell While Loop. This looping construct allows you to execute …
-
PowerShell is a versatile scripting language and command-line shell equipped with a wide array of commands to manage and manipulate data effectively. One such invaluable command is Get-Content, which allows …
-
There is no convenient way to find out if Multi-Factor Authentication is enabled for a particular user and what MFA methods are configured in the Microsoft 365 Admin Centre web …
-
In this article, we’ll take a look at few examples of using PowerShell to extract group members from different Active Directory group. This article should teach you how to build …
-
Task Scheduler allows you to automatically run various programs, scripts or commands in Windows according to a schedule, when certain events occur, when the computer is turned on/off, or when …