Active Directory · PowerShell

Powershell and Active Directory: Find the group memberships of a Domain User using PowerShell.

  Hi, I hope that you guys are enjoying our “Powershell and Active Directory” series. Today for some reason i need to find the group membership of a domain user and send the list of all of that detail to my IT Manager. Normally we open “DSA.MSC” or “Active Directory user and Computers” , search… Continue reading Powershell and Active Directory: Find the group memberships of a Domain User using PowerShell.

Active Directory · PowerShell

Powershell and Active Directory: Find Active Directory Replication Servers using Powershell.

  Hi, Today my IT manager give me the task to find and create the list of all “Active Directory Replication Server”. First i was thought to find it using “Active Directory Sites and services” then i thought lets try to find it using PowerShell our favourite tool. i use Get-ADDomain tool cmdlet to find… Continue reading Powershell and Active Directory: Find Active Directory Replication Servers using Powershell.

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

Powershell and Active Directory: Find all distribution groups in AD with their Email-ID along with the date of creation using Powershell.

  Hi, Today i got task from my IT Manager to create a list of all distribution group in our AD along with there Email-Id’s also he required the date of creations of those distribution groups. I thought lets try this with PowerShell. I was planning to use Get-ADGroup cmdlet to fulfil my purpose. This… Continue reading Powershell and Active Directory: Find all distribution groups in AD with their Email-ID along with the date of creation using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Find all windows 7 computers with Service Pack 1 installed using PowerShell.

  Hi, In Our company we have “Domain Environment” or we can say “Active Directory” is deployed.  By using “Active Directory” lots of things gets easy to manage. The main things that Powershell works great with “Active Directory”. To use Active Directory related CMDLETS on your client laptopt we  need to install “RSAT“ tool. Problem:… Continue reading Powershell and Active Directory: Find all windows 7 computers with Service Pack 1 installed 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