Active Directory · PowerShell

Powershell and Active Directory: Get Your Active Directory Forest and Domain Information using Powershell.

Hi, Sometime a situation comes when you want to know about your Active Directory Infrastructure.  That what is your AD Forest Name is, how many replica server do you have in your company,how many domain sites do you have  etc. etc. When you get Answers you want to document all the above things for your… Continue reading Powershell and Active Directory: Get Your Active Directory Forest and Domain Information using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Powershell based GUI Application to create Group in AD.

Hi, GUI are for dumbs and for lazy likes me or for beginners. Few days ago a new IT guy joined our company, he is kind of fresher. I first which we gave him is to create few Groups in active directory. He is new so i don’t want him to sit on any live… Continue reading Powershell and Active Directory: Powershell based GUI Application to create Group in AD.

Group Policies · PowerShell

Powershell and Group Policy : “Find all Group Policy Objects in a domain environment using Powershell”

  Hi, As you know that yesterday we install “RSAT” tools and enable the “Group Policy” module for powershell. You can refer to this link about enable Group Policy Module. After Enabling our “Group Policy Module” our first task is to list all Group Policies. Let See which cmdlet we can use. Lets Start. Make… Continue reading Powershell and Group Policy : “Find all Group Policy Objects in a domain environment using Powershell”

Group Policies · PowerShell

Enable Group Policy Powershell Module for Windows 7 domain client Computer.

  Hi, today i was planning to do few things with my “Group Policies”, as usual i prefer to do it using PowerShell. As you all know that to use Group Policy related stuff we need to import its module first. In windows 7 the group policy module in not enabled by default. We need… Continue reading Enable Group Policy Powershell Module for Windows 7 domain client Computer.

Active Directory · PowerShell

Powershell and Active Directory: Create a new group in Active Directory using Powershell.

  Hi, Yesterday one of my users asked me to create a few user group for him. Normally to create a new group i open “DSA.MSC” or “Active Directory users and computers” and create a desired group. This time i thought i would create a new group using PowerShell. To create a new group in… Continue reading Powershell and Active Directory: Create a new group in Active Directory using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Remove domain user from domain Group using Powershell.

  Hi, Today my IT Manager told me to remove a domain user from a specific group. Normally i used “DSA.MSC” or we can say that “Active Directory users and Computers”, then i find users, go to his user account properties and click on “Member Of” tab and delete the group which the user is… Continue reading Powershell and Active Directory: Remove domain user from domain Group 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.