Difference between revisions of "Category:PowerShell"

From vwiki
Jump to navigation Jump to search
m (Added link to SNMP_and_PowerShell)
m (Updated Variables objects)
Line 4: Line 4:


* '''[[Getting_Started_(PowerShell)|Getting Started]]''' - Tips to get you up and running
* '''[[Getting_Started_(PowerShell)|Getting Started]]''' - Tips to get you up and running
* '''[[Variables_(PowerShell)|Variables]]''' - An overview on PowerShell objects (variables) and their usage
* '''[[:Category:Variables_(PowerShell)|Variables / Objects]]''' - An overview on PowerShell objects (variables) and their usage
** [[Strings_(PowerShell)|Strings]]
** [[Arrays_(PowerShell)|Arrays]]
** [[Object_Types_(PowerShell)|Other Objects]]
* '''Interacting with...'''
* '''Interacting with...'''
** '''[[Excel_(PowerShell)|Excel]]'''
** '''[[Excel_(PowerShell)|Excel]]'''
Line 18: Line 21:
* http://thepowershellguy.com/blogs/posh/
* http://thepowershellguy.com/blogs/posh/
* http://poshcode.org/
* http://poshcode.org/




----
----
<references />
<references />

Revision as of 14:48, 21 June 2013

PowerShell has become the scripting standard for Windows, replacing VBScript. I never really ventured into VBScript, it never seemed capable of doing what I wanted to achieve (in an easy fashion) and always ended up using AutoIT instead.

For those that manage VMware vSphere environments there is the excellent PowerCLI snap-in, which has the most active online PowerShell support community (outside of PowerShell itself) [1]

See also PowerCLI - The VMware vSphere PowerShell snap-in

Further reading...