Citrix · PowerShell

Citrix and Powershell Remoting

  A person who never made a mistake never tried anything new”                                                                                                                                                                                -Albert Einstien In this one, I will try to show the good old PowerShell Remoting and Citrix Remoting. Please note that you can only use Citrix Remoting only if you have XenApp 6.5 Servers running in your farm. If you have XenApp… Continue reading Citrix and Powershell Remoting

PowerShell

Sherlock Holmes: Secret of encrypted PowerShell Script files.. Password Protect .PS1 files using VIM.

  Hi, This article is quite off from my regular PowerShell topic, but it’s fun doing it .  So the situation is like that, One of my friend wrote a Powershell script but someone he wants to encrypt or password protected so that on one else {his fellow colleagues who just believes in COPYING &… Continue reading Sherlock Holmes: Secret of encrypted PowerShell Script files.. Password Protect .PS1 files using VIM.

PowerShell

List All Cmdlets of a Specific Module in Powershell.

  Hi, sometime you need to know only some or all specific cmdlets for  a module. For example you just imported an “Active Directory” Module and want to know which all cmdlets imported by it. Let’s import an module first. Import-Module ActiveDirectory   ok, Module is imported,, now run the below command to list all cmdlets… Continue reading List All Cmdlets of a Specific Module in Powershell.

General

Thanks Microsoft.

  HI, I am just thanking Microsoft and UGSS Group for sending the 4 hard copies of ” Microsoft  Office 365, Connect and Collaborate virtually anywhere anytime” book. This book is shipped directly from “Microsoft Headquarter” in Redmond U.S.A. Thanks Microsoft one again..      Thanks Aman Dhally

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.