Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 408 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 408 Bytes

PSWebDeploy

PSWebDeploy is a PowerShell module that wraps PowerShell around (Web Deploy) msdeploy.exe. This greatly eases figuring out the long syntax required for msdeploy.exe.

Sync-Website

This function uses the msdeploy sync verb to sync local contents to a remote web server.

Get-WebsiteFile

This function uses the msdeploy dump verb to retrieve a list of files from a remote web server.