Skip to content

Commit b5564a7

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 1b26c6b commit b5564a7

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

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

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

1313
## SYNOPSIS
14-
Uninstalls .PPKG package from the local machine
14+
Uninstalls .PPKG package from the local machine.
1515

1616
## SYNTAX
1717

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

4242
## DESCRIPTION
43-
Unintalls .PPKG package based on package id, path, metadata or all packages.
43+
Unintalls .PPKG package based on package ID, path, metadata, or all packages.
4444

4545
## EXAMPLES
4646

@@ -54,7 +54,7 @@ Uninstalls all provisioning packages.
5454
## PARAMETERS
5555

5656
### -AllInstalledPackages
57-
Remove all installed packages.
57+
Removes all installed packages.
5858

5959
```yaml
6060
Type: SwitchParameter
@@ -69,7 +69,7 @@ Accept wildcard characters: False
6969
```
7070
7171
### -ConnectedDevice
72-
If enabled specifies that device type is mobile.
72+
If enabled, specifies that the device type is mobile.
7373
7474
```yaml
7575
Type: SwitchParameter
@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
```
100100
101101
### -PackageId
102-
Specifies the Id of a package.
102+
Specifies the ID of a package.
103103
104104
```yaml
105105
Type: String

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

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

1313
## SYNOPSIS
14-
Uninstalls .PPKG package from the local machine
14+
Uninstalls .PPKG package from the local machine.
1515

1616
## SYNTAX
1717

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

4242
## DESCRIPTION
43-
Unintalls .PPKG package based on package id, path, metadata or all packages.
44-
45-
## EXAMPLES
43+
Unintalls .PPKG package based on package ID, path, metadata, or all packages.
4644

4745
## EXAMPLES
4846

@@ -56,7 +54,7 @@ Uninstalls all provisioning packages.
5654
## PARAMETERS
5755

5856
### -AllInstalledPackages
59-
Remove all installed packages.
57+
Removes all installed packages.
6058

6159
```yaml
6260
Type: SwitchParameter
@@ -71,7 +69,7 @@ Accept wildcard characters: False
7169
```
7270
7371
### -ConnectedDevice
74-
If enabled specifies that device type is mobile.
72+
If enabled, specifies that the device type is mobile.
7573
7674
```yaml
7775
Type: SwitchParameter
@@ -101,7 +99,7 @@ Accept wildcard characters: False
10199
```
102100
103101
### -PackageId
104-
Specifies the Id of a package.
102+
Specifies the ID of a package.
105103
106104
```yaml
107105
Type: String

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

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

1313
## SYNOPSIS
14-
Uninstalls .PPKG package from the local machine
14+
Uninstalls .PPKG package from the local machine.
1515

1616
## SYNTAX
1717

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

4242
## DESCRIPTION
43-
Unintalls .PPKG package based on package id, path, metadata or all packages.
44-
45-
## EXAMPLES
43+
Unintalls .PPKG package based on package ID, path, metadata, or all packages.
4644

4745
## EXAMPLES
4846

@@ -56,7 +54,7 @@ Uninstalls all provisioning packages.
5654
## PARAMETERS
5755

5856
### -AllInstalledPackages
59-
Remove all installed packages.
57+
Removes all installed packages.
6058

6159
```yaml
6260
Type: SwitchParameter
@@ -71,7 +69,7 @@ Accept wildcard characters: False
7169
```
7270
7371
### -ConnectedDevice
74-
If enabled specifies that device type is mobile.
72+
If enabled, specifies that the device type is mobile.
7573
7674
```yaml
7775
Type: SwitchParameter
@@ -101,7 +99,7 @@ Accept wildcard characters: False
10199
```
102100
103101
### -PackageId
104-
Specifies the Id of a package.
102+
Specifies the ID of a package.
105103
106104
```yaml
107105
Type: String

0 commit comments

Comments
 (0)