@@ -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
6364Type : 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
7879Type : 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
9394Type : 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
108109Type : 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
123124Type : 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
138139Type : String
0 commit comments