PowerShell: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(added link to MS Script center (thank you Hal))
No edit summary
 
(40 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]]
 
* [[Virtu-Al: Lesson 4 Portgroups]]
 
 
* [[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]]
 
* [[PowerCLI: Oneliners]]
 
==== 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]
 
* [[Remote WMI defrag script]]
 
* [http://stackoverflow.com/questions/893295/what-are-some-of-the-most-useful-yet-little-known-features-in-the-powershell-lang useful less known features in powershell]


* [http://www.microsoft.com/technet/scriptcenter/default.mspx MS Technet scriptcenter]
* [[Learning Powershell]]


==== Powershell tools ====
* [[Powershell techniques and tips]]


* [http://www.thevesi.org The Vizioncore Virtualization Ecoshell initiative]
* [[Powershell Tools]]


* [http://www.powergui.org Quest Software PowerGUI]


* [http://www.primaltools.com/freetools/ SAPIEN Primalforms] See also [http://blog.sapien.com/index.php/2008/11/03/getting-started-with-primalforms/ Getting started with Primalforms]


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

Latest revision as of 12: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