Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions docset/windows/provisioning/get-provisioningpackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ms.reviewer:
# Get-ProvisioningPackage

## SYNOPSIS
{{Fill in the Synopsis}}
Gets information about the installed provisioning package.

## SYNTAX

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

## 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
Expand All @@ -72,7 +73,7 @@ Accept wildcard characters: False
```

### -ConnectedDevice
{{Fill ConnectedDevice Description}}
Gets the connected device information.

```yaml
Type: SwitchParameter
Expand All @@ -87,7 +88,7 @@ Accept wildcard characters: False
```

### -LogsDirectoryPath
{{Fill LogsDirectoryPath Description}}
Specifies the logs directory path.

```yaml
Type: String
Expand All @@ -102,7 +103,7 @@ Accept wildcard characters: False
```

### -PackageId
{{Fill PackageId Description}}
Specifies the Id of a package.

```yaml
Type: String
Expand All @@ -117,7 +118,7 @@ Accept wildcard characters: False
```

### -PackagePath
{{Fill PackagePath Description}}
Specifies the package path.

```yaml
Type: String
Expand All @@ -132,7 +133,7 @@ Accept wildcard characters: False
```

### -WprpFile
{{Fill WprpFile Description}}
Specifies the name of a wprp file.

```yaml
Type: String
Expand Down