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 …
Cyril Kardashevsky
Cyril Kardashevsky
I enjoy technology and developing websites. Since 2012 I'm running a few of my own websites, and share useful content on gadgets, PC administration and website promotion.
-
-
In this article, we will look at two important elements of the Active Directory infrastructure — sites and subnets. Sites in ADDS are used to combine domain controllers and clients …
-
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 …
-
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 …
-
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 …
-
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 …
-
RAM, also known as Random Access Memory, is essential to any modern computer, tablet, or smartphone. It stores data that an operating system needs to access quickly to properly run …