PowerShell: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
No edit summary
No edit summary
 
(46 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.




==== Learning VI-Toolkit Powershell ====


* [[BEGINNERS PAGE | Beginners page]]


* [[Virtu-Al: Lesson 1 Time Source]]
==== Learning Powershell ====


* [[Virtu-Al: Lesson 2 Service and Firewall Configuration]]
* [[BEGINNERS PAGE | Beginners page]]
 
* [[Virtu-Al: Lesson 3 Networking]]
 
 
* [[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]
 
* [http://communities.vmware.com/docs/DOC-6973 HBA Load Balancer]
 
* [http://communities.vmware.com/docs/DOC-6972 Deploy and Redeploy vm's (from templates) from a .csv]
 
* [http://communities.vmware.com/docs/DOC-9610 Resourcepool Reservation Script]
 
* [http://communities.vmware.com/docs/DOC-7090 Add/Remove active directory user accounts who belong to a particular security group on all ESX hosts]
 
* [http://mikedatl.typepad.com/mikedvirtualization/2008/10/quick-migration.html Quick migration]
 
* [[Out-Dataset Cmdlet]]
 
* [[Introduction to scripting vi using perl or powershell]]
 
* [[Restart VMware Tools on all Windows VM's]]
 
* [[Manage VMware Server with PowerShell]]
 
* [[Introduction to the vSphere SDK in Java and C#]]
 
* [[PowerCLI: Report every VM added to vCenter in the last 30 days]]
 
* [[PowerCLI: Update VMwaretools without a reboot]]
 
==== General powershell ====
 
* [http://blogs.msdn.com/powershell/archive/2006/11/03/erroraction-and-errorvariable.aspx Error handling in Powershell]


* [http://blog.sapien.com/index.php/2009/05/12/a-powershell-port-scan/ A powershell port scan]
* [[Learning Powershell]]


* [[Remote WMI defrag script]]
* [[Powershell techniques and tips]]


==== Powershell tools ====
* [[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