PowerShell: Difference between revisions
Jump to navigation
Jump to search
Added Alan's description of how-to run a PowerCLI script as a scheduled task under windows |
added links to GUI confirmation from Hugo Peeters, Autopowershell tip from Hal Rottenberg, @powerguiOrg twitter feed |
||
Line 76: | Line 76: | ||
* [http://www.virtu-al.net/2009/07/10/running-a-powercli-scheduled-task/ Virtu-al: Running a PowerCLI Scheduled task] | * [http://www.virtu-al.net/2009/07/10/running-a-powercli-scheduled-task/ Virtu-al: Running a PowerCLI Scheduled task] | ||
* [http://www.peetersonline.nl/index.php/powershell/user-confirmation-in-powershell/ Peetersonline: User Confirmation in Powershell] | |||
* [http://autopowershell.com/projects/show/autops Autopowershell scripting host] | |||
* [http://dmitrysotnikov.wordpress.com/2009/07/14/powerguiorg-now-with-about_-topics/ twitter @powerGuiOrg] | |||
Revision as of 16:37, 15 July 2009
If you are not running windows 2008/Windows 7 and don't have PowerShell (Posh) installed then go get it from Microsoft's PowerShell landing page It is nowadays also offered via Windows Update as an optional update. Then in order to manage your virtual infrastructure you will need the VI Toolkit for windows.
Learning VI-Toolkit Powershell
- Powershell CMDLET list (thank you Alan Renouf for the idea and initial work)
Scripts on other locations
- Add/Remove active directory user accounts who belong to a particular security group on all ESX hosts
General powershell