Get-ADGroup – Manage Active Directory Groups
PowerShell Get-ADGroup cmdlet gets one or more active directory groups or gets multiple ad groups based on search conditions. Get-ADGroup gets a default set of …
PowerShell Get-ADGroup cmdlet gets one or more active directory groups or gets multiple ad groups based on search conditions. Get-ADGroup gets a default set of …
More often, PowerShell administrator needs to map network drive on local computer or remote computer so that shared file can be quickly accessible just like …
Active Directory Get-ADComputer cmdlet gets one or more computers in the active directory. In a large organization, the System administrator has to continuously monitor inactive …
In this blog post, we will discuss PowerShell Search-AdAccount to find inactive user accounts or expired accounts in Active Directory. PowerShell Search-AdAccount cmdlet finds one …
As a system administrator, we need to install application on remote computer on the domain. As a best practice its good to get computer domain …
While doing folder based operation in PowerShell script file, it’s very common practice to check if directory exists and create directory if not exists. If …
In this post, I will explain you how to use PowerShell script to create shortcut for file, folder or application in PowerShell. Few days ago, …
PowerShell has powerful set of commands and used by system admins, service desk staff, help desk staff, software developers to automate task, configuration management using …
While doing file based operation in script file, its very common practice one should follow to check if file exists on specified location or not. …
PowerShell Get-ChildItem cmdlet gets the items and child items in or more specified location. PowerShell Get-ChildItem (GCI) is similar to the dir command in the …