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.

Citrix · PowerShell

Powershell and Citrix:Citrix Support for PowerShell.

  “The only thing that interferes with my learning is my education”.–Albert Einstein   In the earlier Blog Post , Our System got up and ready for Using Citrix PowerShell SDK to manage our Farms. But before going any further it is important to know about the appropriate Citrix PowerShell SDK you would be using… Continue reading Powershell and Citrix:Citrix Support for PowerShell.

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.

Citrix · PowerShell

Powershell and Citrix: Installing Citrix PowerShell SDK on XenApp Server/or Windows Client

written by: Deepak Singh Dhami. “A teacher who is attempting to teach without inspiring the pupil with a desire to learn is hammering on cold iron”  Hello Power Users! When I started learning Citrix, I was very excited about the fact that Citrix provides PowerShell SDK to manage the XenApp Farms.  One has to install… Continue reading Powershell and Citrix: Installing Citrix PowerShell SDK on XenApp Server/or Windows Client

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.

PowerShell

Save PowerShell Console session commands and there output in to text file.

  Hi, These days i am very busy in some other projects so that’s why this months i post only few articles. Sorry for that. Does anytime you think to save all the commands and there output in to text file? it like storing all of the PowerShell Consoles session data. If yes and you… Continue reading Save PowerShell Console session commands and there output in to text file.