Active Directory · PowerShell

Powershell and ActiveDirectory:Find the settings of your default Domain Password Policy using Powershell.

  Hi, Sometimes we need to know what is our default domain password policy is set to?. Is Complexity of password is enabled?  what is minimum password length is set to. Normally to check these setting to need to open your Group Policy Console and go to domain setting etc. But in Powershell to see… Continue reading Powershell and ActiveDirectory:Find the settings of your default Domain Password Policy using Powershell.

Active Directory · PowerShell

Powershell and Active Directory : Find all members of the Group using Powershell.

  Hi, Today our target is to find all members of particular group. We know the Group Name and we are going to get the list of all of his members. we are going to use Get-ADGroupMember cmdlet. This command only available if you have RSAT tool installed and loaded the “ActiveDirectory” Module. Lets Start.… Continue reading Powershell and Active Directory : Find all members of the Group using Powershell.

Active Directory · PowerShell

Remove Computer Account from All Domain controllers using PowerShell

  Hi, If you are using Active Directory environment in you infrastructure then you does the one thing for sure , remove / add computers to the domain. Some times when you format user computer and add it again to the Domain it gives an error that “Computer Already exists in the domain”. Or you… Continue reading Remove Computer Account from All Domain controllers using PowerShell