Fork me on GitHub

Cmdlet library

On aspect of psDeploy is the library of additional cmdlets it provides. These usually fall into 2 categories:

Stop-IIS6AppPool -Name "MyPool"
			
New-LocalUser -Name "Bob" -Password "123456"
			
Expand-Zip -File "C:\Builds\Version3.zip" -Destination "C:\MyService" -CleanDestinationFirst
			
New-ScheduledTask -Name "MyTask" -Path "C:\Task.exe" -Every 2 -Weeks -On "Mon,Wed" -At 18:30
			

The commandlets will usually have one of the following outcome: