Syntax
Export-AutoDeployState [-exportDir] <String>[<CommonParameters>]Related Commands
Import-AutoDeployStateDetailed Description
Backs up the stateof the Auto Deploy service.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
ExportDir | String | ExportDir | true | true(ByValue, ByPropertyName) |
Return Type
Notes
Examples
-------------- Example 1 --------------
C:\PS> Export-AutoDeployState "c:/temp/"
Fetches the backup data and writes out a zip file at the mentioned path.