Skip to content

Commit 1b26c6b

Browse files
committed
Populate article Uninstall-ProvisioningPackage
Related to MicrosoftDocs#2493
1 parent 1975764 commit 1b26c6b

File tree

3 files changed

+40
-36
lines changed

3 files changed

+40
-36
lines changed

docset/winserver2016-ps/provisioning/Uninstall-ProvisioningPackage.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Uninstall-ProvisioningPackage
1111
# Uninstall-ProvisioningPackage
1212

1313
## SYNOPSIS
14-
{{Fill in the Synopsis}}
14+
Uninstalls .PPKG package from the local machine
1515

1616
## SYNTAX
1717

@@ -40,21 +40,21 @@ Uninstall-ProvisioningPackage [-RuntimeMetadata] <RuntimeProvPackageMetadata> [-
4040
```
4141

4242
## DESCRIPTION
43-
{{Fill in the Description}}
43+
Unintalls .PPKG package based on package id, path, metadata or all packages.
4444

4545
## EXAMPLES
4646

47-
### Example 1
48-
```
49-
PS C:\> {{ Add example code here }}
47+
### Example 1: Uninstall all provisioning packages
48+
```powershell
49+
PS C:\> Uninstall-ProvisioningPackage -AllInstalledPackages
5050
```
5151

52-
{{ Add example description here }}
52+
Uninstalls all provisioning packages.
5353

5454
## PARAMETERS
5555

5656
### -AllInstalledPackages
57-
{{Fill AllInstalledPackages Description}}
57+
Remove all installed packages.
5858

5959
```yaml
6060
Type: SwitchParameter
@@ -69,7 +69,7 @@ Accept wildcard characters: False
6969
```
7070
7171
### -ConnectedDevice
72-
{{Fill ConnectedDevice Description}}
72+
If enabled specifies that device type is mobile.
7373
7474
```yaml
7575
Type: SwitchParameter
@@ -84,7 +84,7 @@ Accept wildcard characters: False
8484
```
8585
8686
### -LogsDirectoryPath
87-
{{Fill LogsDirectoryPath Description}}
87+
Specifies the logs directory path.
8888
8989
```yaml
9090
Type: String
@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
```
100100
101101
### -PackageId
102-
{{Fill PackageId Description}}
102+
Specifies the Id of a package.
103103
104104
```yaml
105105
Type: String
@@ -114,7 +114,7 @@ Accept wildcard characters: False
114114
```
115115
116116
### -PackagePath
117-
{{Fill PackagePath Description}}
117+
Specifies the package path.
118118
119119
```yaml
120120
Type: String
@@ -144,7 +144,7 @@ Accept wildcard characters: False
144144
```
145145
146146
### -WprpFile
147-
{{Fill WprpFile Description}}
147+
Specifies the location of the WPR profile file.
148148
149149
```yaml
150150
Type: String

docset/winserver2019-ps/provisioning/Uninstall-ProvisioningPackage.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Uninstall-ProvisioningPackage
1111
# Uninstall-ProvisioningPackage
1212

1313
## SYNOPSIS
14-
{{Fill in the Synopsis}}
14+
Uninstalls .PPKG package from the local machine
1515

1616
## SYNTAX
1717

@@ -40,21 +40,23 @@ Uninstall-ProvisioningPackage [-RuntimeMetadata] <RuntimeProvPackageMetadata> [-
4040
```
4141

4242
## DESCRIPTION
43-
{{Fill in the Description}}
43+
Unintalls .PPKG package based on package id, path, metadata or all packages.
4444

4545
## EXAMPLES
4646

47-
### Example 1
48-
```
49-
PS C:\> {{ Add example code here }}
47+
## EXAMPLES
48+
49+
### Example 1: Uninstall all provisioning packages
50+
```powershell
51+
PS C:\> Uninstall-ProvisioningPackage -AllInstalledPackages
5052
```
5153

52-
{{ Add example description here }}
54+
Uninstalls all provisioning packages.
5355

5456
## PARAMETERS
5557

5658
### -AllInstalledPackages
57-
{{Fill AllInstalledPackages Description}}
59+
Remove all installed packages.
5860

5961
```yaml
6062
Type: SwitchParameter
@@ -69,7 +71,7 @@ Accept wildcard characters: False
6971
```
7072
7173
### -ConnectedDevice
72-
{{Fill ConnectedDevice Description}}
74+
If enabled specifies that device type is mobile.
7375
7476
```yaml
7577
Type: SwitchParameter
@@ -84,7 +86,7 @@ Accept wildcard characters: False
8486
```
8587
8688
### -LogsDirectoryPath
87-
{{Fill LogsDirectoryPath Description}}
89+
Specifies the logs directory path.
8890
8991
```yaml
9092
Type: String
@@ -99,7 +101,7 @@ Accept wildcard characters: False
99101
```
100102
101103
### -PackageId
102-
{{Fill PackageId Description}}
104+
Specifies the Id of a package.
103105
104106
```yaml
105107
Type: String
@@ -114,7 +116,7 @@ Accept wildcard characters: False
114116
```
115117
116118
### -PackagePath
117-
{{Fill PackagePath Description}}
119+
Specifies the package path.
118120
119121
```yaml
120122
Type: String
@@ -144,7 +146,7 @@ Accept wildcard characters: False
144146
```
145147
146148
### -WprpFile
147-
{{Fill WprpFile Description}}
149+
Specifies the location of the WPR profile file.
148150
149151
```yaml
150152
Type: String

docset/winserver2022-ps/provisioning/Uninstall-ProvisioningPackage.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Uninstall-ProvisioningPackage
1111
# Uninstall-ProvisioningPackage
1212

1313
## SYNOPSIS
14-
{{Fill in the Synopsis}}
14+
Uninstalls .PPKG package from the local machine
1515

1616
## SYNTAX
1717

@@ -40,21 +40,23 @@ Uninstall-ProvisioningPackage [-RuntimeMetadata] <RuntimeProvPackageMetadata> [-
4040
```
4141

4242
## DESCRIPTION
43-
{{Fill in the Description}}
43+
Unintalls .PPKG package based on package id, path, metadata or all packages.
4444

4545
## EXAMPLES
4646

47-
### Example 1
48-
```
49-
PS C:\> {{ Add example code here }}
47+
## EXAMPLES
48+
49+
### Example 1: Uninstall all provisioning packages
50+
```powershell
51+
PS C:\> Uninstall-ProvisioningPackage -AllInstalledPackages
5052
```
5153

52-
{{ Add example description here }}
54+
Uninstalls all provisioning packages.
5355

5456
## PARAMETERS
5557

5658
### -AllInstalledPackages
57-
{{Fill AllInstalledPackages Description}}
59+
Remove all installed packages.
5860

5961
```yaml
6062
Type: SwitchParameter
@@ -69,7 +71,7 @@ Accept wildcard characters: False
6971
```
7072
7173
### -ConnectedDevice
72-
{{Fill ConnectedDevice Description}}
74+
If enabled specifies that device type is mobile.
7375
7476
```yaml
7577
Type: SwitchParameter
@@ -84,7 +86,7 @@ Accept wildcard characters: False
8486
```
8587
8688
### -LogsDirectoryPath
87-
{{Fill LogsDirectoryPath Description}}
89+
Specifies the logs directory path.
8890
8991
```yaml
9092
Type: String
@@ -99,7 +101,7 @@ Accept wildcard characters: False
99101
```
100102
101103
### -PackageId
102-
{{Fill PackageId Description}}
104+
Specifies the Id of a package.
103105
104106
```yaml
105107
Type: String
@@ -114,7 +116,7 @@ Accept wildcard characters: False
114116
```
115117
116118
### -PackagePath
117-
{{Fill PackagePath Description}}
119+
Specifies the package path.
118120
119121
```yaml
120122
Type: String
@@ -144,7 +146,7 @@ Accept wildcard characters: False
144146
```
145147
146148
### -WprpFile
147-
{{Fill WprpFile Description}}
149+
Specifies the location of the WPR profile file.
148150
149151
```yaml
150152
Type: String

0 commit comments

Comments
 (0)