diff --git a/docset/windows/provisioning/get-provisioningpackage.md b/docset/windows/provisioning/get-provisioningpackage.md index db58c931dc..ec28d001ae 100644 --- a/docset/windows/provisioning/get-provisioningpackage.md +++ b/docset/windows/provisioning/get-provisioningpackage.md @@ -20,7 +20,7 @@ ms.reviewer: # Get-ProvisioningPackage ## SYNOPSIS -{{Fill in the Synopsis}} +Gets information about the installed provisioning package. ## SYNTAX @@ -43,21 +43,22 @@ Get-ProvisioningPackage [-AllInstalledPackages] [-LogsDirectoryPath ] [- ``` ## DESCRIPTION -{{Fill in the Description}} +The **Get-ProvisioningPackage** cmdlet gets information about the installed provisioning package. ## EXAMPLES ### Example 1 ``` -PS C:\> {{ Add example code here }} +PS C:\> Get-ProvisioningPackage -PackagePath c:\test\testppkg.ppkg ``` -{{ Add example description here }} +This command gets information about the testppkg.ppkg provisioning package. ## PARAMETERS ### -AllInstalledPackages -{{Fill AllInstalledPackages Description}} + +Gets all the installed packages information. ```yaml Type: SwitchParameter @@ -72,7 +73,7 @@ Accept wildcard characters: False ``` ### -ConnectedDevice -{{Fill ConnectedDevice Description}} +Gets the connected device information. ```yaml Type: SwitchParameter @@ -87,7 +88,7 @@ Accept wildcard characters: False ``` ### -LogsDirectoryPath -{{Fill LogsDirectoryPath Description}} +Specifies the logs directory path. ```yaml Type: String @@ -102,7 +103,7 @@ Accept wildcard characters: False ``` ### -PackageId -{{Fill PackageId Description}} +Specifies the Id of a package. ```yaml Type: String @@ -117,7 +118,7 @@ Accept wildcard characters: False ``` ### -PackagePath -{{Fill PackagePath Description}} +Specifies the package path. ```yaml Type: String @@ -132,7 +133,7 @@ Accept wildcard characters: False ``` ### -WprpFile -{{Fill WprpFile Description}} +Specifies the name of a wprp file. ```yaml Type: String