Skip to content

Commit d685df5

Browse files
authored
Merge pull request #1070 from sowjanya365/patch-15
Update get-provisioningpackage.md
2 parents 70cabee + 0e17671 commit d685df5

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docset/windows/provisioning/get-provisioningpackage.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.reviewer:
2020
# Get-ProvisioningPackage
2121

2222
## SYNOPSIS
23-
{{Fill in the Synopsis}}
23+
Gets information about the installed provisioning package.
2424

2525
## SYNTAX
2626

@@ -43,21 +43,22 @@ Get-ProvisioningPackage [-AllInstalledPackages] [-LogsDirectoryPath <String>] [-
4343
```
4444

4545
## DESCRIPTION
46-
{{Fill in the Description}}
46+
The **Get-ProvisioningPackage** cmdlet gets information about the installed provisioning package.
4747

4848
## EXAMPLES
4949

5050
### Example 1
5151
```
52-
PS C:\> {{ Add example code here }}
52+
PS C:\> Get-ProvisioningPackage -PackagePath c:\test\testppkg.ppkg
5353
```
5454

55-
{{ Add example description here }}
55+
This command gets information about the testppkg.ppkg provisioning package.
5656

5757
## PARAMETERS
5858

5959
### -AllInstalledPackages
60-
{{Fill AllInstalledPackages Description}}
60+
61+
Gets all the installed packages information.
6162

6263
```yaml
6364
Type: SwitchParameter
@@ -72,7 +73,7 @@ Accept wildcard characters: False
7273
```
7374
7475
### -ConnectedDevice
75-
{{Fill ConnectedDevice Description}}
76+
Gets the connected device information.
7677
7778
```yaml
7879
Type: SwitchParameter
@@ -87,7 +88,7 @@ Accept wildcard characters: False
8788
```
8889
8990
### -LogsDirectoryPath
90-
{{Fill LogsDirectoryPath Description}}
91+
Specifies the logs directory path.
9192
9293
```yaml
9394
Type: String
@@ -102,7 +103,7 @@ Accept wildcard characters: False
102103
```
103104
104105
### -PackageId
105-
{{Fill PackageId Description}}
106+
Specifies the Id of a package.
106107
107108
```yaml
108109
Type: String
@@ -117,7 +118,7 @@ Accept wildcard characters: False
117118
```
118119
119120
### -PackagePath
120-
{{Fill PackagePath Description}}
121+
Specifies the package path.
121122
122123
```yaml
123124
Type: String
@@ -132,7 +133,7 @@ Accept wildcard characters: False
132133
```
133134
134135
### -WprpFile
135-
{{Fill WprpFile Description}}
136+
Specifies the name of a wprp file.
136137
137138
```yaml
138139
Type: String

0 commit comments

Comments
 (0)