Skip to content

Commit 5b9ac34

Browse files
committed
Update help
1 parent 4ec3e49 commit 5b9ac34

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/Convert-ADTDeployment.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Converts either a Deploy-Application.ps1 script, or a full application package t
1212
## SYNTAX
1313

1414
```powershell
15-
Convert-ADTDeployment [-Path] <String> [[-Destination] <String>] [-Force] [-PassThru] [<CommonParameters>]
15+
Convert-ADTDeployment [-Path] <String> [[-Destination] <String>] [-Show] [-Force] [-PassThru]
16+
[<CommonParameters>]
1617
```
1718

1819
## DESCRIPTION
@@ -81,6 +82,22 @@ Accept pipeline input: False
8182
Accept wildcard characters: False
8283
```
8384
85+
### -Show
86+
87+
Opens the newly created output in Windows Explorer.
88+
89+
```yaml
90+
Type: SwitchParameter
91+
Parameter Sets: (All)
92+
Aliases:
93+
94+
Required: False
95+
Position: Named
96+
Default value: False
97+
Accept pipeline input: False
98+
Accept wildcard characters: False
99+
```
100+
84101
### -Force
85102
86103
Overwrite the output path if it already exists.

0 commit comments

Comments
 (0)