PowerShell: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
No edit summary
No edit summary
 
(60 intermediate revisions by the same user not shown)
Line 1: Line 1:
If you are not running windows 2008 and don't have PowerShell installed then go get it from Microsoft's [http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx PowerShell landing page]
If you are not running windows 2008/Windows 7 and don't have PowerShell (Posh) installed then go get it from Microsoft's [http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx PowerShell landing page]


It is nowadays also offered via Windows Update as an optional update.


* [[Powershell CMDLET list]] (thank you Alan Renouf for the idea and initial work)
Then in order to manage your virtual infrastructure you will need the [[VI Toolkit for windows]] and then go to the [[PowerCLI]] page.




==== Scripts on other locations ====


* [http://virtualfuture.info/2008/07/powershell-remove-connected-iso/ Remove connected iso's]


* [http://communities.vmware.com/docs/DOC-6973 HBA Load Balancer]
==== Learning Powershell ====


* [http://communities.vmware.com/docs/DOC-6972 Deploy and Redeploy vm's (from templates) from a .csv]
* [[BEGINNERS PAGE | Beginners page]]


* [http://communities.vmware.com/docs/DOC-9610 Resourcepool Reservation Script]
* [[Learning Powershell]]


* [http://communities.vmware.com/docs/DOC-7090 Add/Remove active directory user accounts who belong to a particular security group on all ESX hosts]
* [[Powershell techniques and tips]]
 
* [[Powershell Tools]]


* [http://mikedatl.typepad.com/mikedvirtualization/2008/10/quick-migration.html Quick migration]


* [[Out-Dataset Cmdlet]]


[[Category: Powershell]][[Category: VI-Toolkit]]
[[Category: Powershell]][[Category: VI-Toolkit]]

Latest revision as of 13:29, 31 July 2010

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 and then go to the PowerCLI page.



Learning Powershell