How to Create OU in Active Directory
Organizational Unit (OU) is a container object in an Active Directory Domain Services (AD DS) contains group of objects such as user accounts, service accounts …
Organizational Unit (OU) is a container object in an Active Directory Domain Services (AD DS) contains group of objects such as user accounts, service accounts …
Sometimes, we have a problem with printer spooler where documents are getting stuck in the printer queue or printer spooler service is not running. To …
PowerShell has Remove-Item cmdlet used to delete one or more items. These items can be files, folders, variables, registry keys, functions, and aliases. Using PowerShell …
Very often in our day-to-day IT admin task, we may need to perform string operations on data to find a specific string, replace text in …
Function, in general, contains code to perform certain tasks and return a value. Functions are mostly used to reuse the functionality. In PowerShell function contains …
In this article, I will show you how to check AD Schema version using PowerShell command. You will required administrator permission to get active directory …
Many times administrators want to quickly query active directory users’ account and account properties. PowerShell provides an Active Directory module to manage objects in Active …
In this post, I’ll show you how to use Set-ADGroup to modify Active Directory group attributes using PowerShell script. To use Set-ADGroup cmdlet requires ActiveDirectory add-on module …
Overview Step by Step guide on PowerShell download file from url PowerShell script to download file from url PowerShell script to download zip file from …
Overview Using Expand-Archive to unzip files Using .Net class System.IO.Compression.ZipFile to extract compressed file contents to a folder PowerShell script PowerShell Microsoft.PowerShell.Archive module contains two …