PowerShell: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
No edit summary
No edit summary
 
(53 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]
Then in order to manage your virtual infrastructure you will need the [[VI Toolkit for windows]].


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.


* [[Powershell CMDLET list]] (thank you Alan Renouf for the idea and initial work)




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


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


* [http://communities.vmware.com/docs/DOC-6973 HBA Load Balancer]
* [[BEGINNERS PAGE | Beginners page]]


* [http://communities.vmware.com/docs/DOC-6972 Deploy and Redeploy vm's (from templates) from a .csv]
* [[Learning Powershell]]


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


* [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 Tools]]


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


* [[Out-Dataset Cmdlet]]
* [[Introduction to scripting vi using perl or powershell]]
* [[Introduction to the vSphere SDK in Java and C#]]
* [[PowerCLI: Report every VM added to vCenter in the last 30 days]]
==== General powershell ====
* [http://blogs.msdn.com/powershell/archive/2006/11/03/erroraction-and-errorvariable.aspx Error handling in Powershell]
==== Powershell tools ====
* [http://www.thevesi.org The Vizioncore Virtualization Ecoshell initiative]
* [http://www.powergui.org Quest Software PowerGUI]


[[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