Skip to content

Commit 86c7024

Browse files
authored
Merge pull request MicrosoftDocs#2731 from velkovb/update/Uninstall-ProvisioningPackage
Populate article Uninstall-ProvisioningPackage
2 parents b0b784d + d50f432 commit 86c7024

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

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

+12-12
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+
Removes 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 the 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

+12-12
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+
Removes 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 the 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/winserver2022-ps/provisioning/Uninstall-ProvisioningPackage.md

+12-12
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+
Removes 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 the 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

0 commit comments

Comments
 (0)