PowerShell: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(51 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. | |||
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 ==== | |||
* [[ | * [[BEGINNERS PAGE | Beginners page]] | ||
* [[Learning Powershell]] | |||
* [ | * [[Powershell techniques and tips]] | ||
* [[Powershell Tools]] | |||
[[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.