PowerShell · Vmware

Powershell & VMware: “Stopping” running Virtual Machines on VMware server using PowerCLI.

  Hi, The one of the main task as a administrator we do is shutting down and powering on the machines 🙂 . Let see how we can stop/shutdown virtual machines using PowerCLI. Let’s Start. Connected to your VMware VSphere Server first using PowerCLI. ( http://newdelhipowershellusergroup.blogspot.in/2012/07/powershell-vmware-getting-started-with.html ) use Get-VM cmdlet to list all Virtual Machine… Continue reading Powershell & VMware: “Stopping” running Virtual Machines on VMware server using PowerCLI.

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.