Azure PowerShell (Az) is a set of modules that allow you to manage Microsoft Azure from the PowerShell command line. These modules are used to create and configure cloud services …
Windows
-
-
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 …
-
When Microsoft removed password expiration from Microsoft’s Cybersecurity Baseline recommendations, the password expiration notification email in Office 365 went along with it. Office 365 administrators cannot set a password expiration …
-
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 …
-
When working with Active Directory domains, admins must know how to work with the Flexible Single Master Operation Master (FSMO) roles and how these are used. One of the critical …
-
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. …
-
If you accidentally deleted an Active Directory user, don’t panic. It’s not totally gone. At least not yet. When you delete some objects from Active Directory, it is not deleted …
-
Understanding the AppData folder in Windows and learning how to clean it up can significantly improve your system’s performance and free up valuable disk space. The AppData folder is crucial …
-
In addition to the 5 FSMO roles in Active Directory, there is the sixth (unofficial) domain controller role — Global Catalog (GC). Unlike FSMO roles, any controller in a domain …