Get-ADUser using userprincipalname(upn) in PowerShell
In our day-to-day task, we may come across scenarios to get active directory users belong to some specific OU or search ad users with UPN …
In our day-to-day task, we may come across scenarios to get active directory users belong to some specific OU or search ad users with UPN …
In this blog post, I will discuss with you about how to get ad users properties from csv file. We will be using PowerShell Get-AdUser …
PowerShell provides a quick way to get computer name and other information like the domain name of the local computer. In this blog post, I …
Many times IT admin has the requirement to know about free disk space on your local computer or free disk space percentage or free disk …
As a system administrator, we know a few of the popular commands of command line like md, mkdir, rmdir, etc.. to work with folders in …
UserPrincipalName (UPN) in active directory is a ad user name in email format. For example, [email protected] consists of user login name (admin) and UPN suffix …