Difference between revisions of "Category:PowerShell"

From vwiki
Jump to navigation Jump to search
(Initial creation)
m (Added some more direct links to pages)
Line 3: Line 3:
* '''[[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
* '''[[Variables_(PowerShell)|Variables]]''' - An overview on PowerShell objects (variables) and their usage
* '''Interacting with...'''
** '''[[Excel_(PowerShell)|Excel]]'''
** '''[[FTP_(PowerShell)|FTP]]'''
** '''[[MySQL_and_PowerShell|MySQL]]'''
** '''[[SSH_Client_(PowerShell)|SSH]]'''

Revision as of 22:00, 15 May 2012

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 and always used AutoIT instead. But being that I manage a lot of VMware environments for which there is the excellent PowerCLI, I haven't touched AutoIT in years.