NAME
Get-ProvisioningPackage
SYNOPSIS
{{Fill in the Synopsis}}SYNTAX
Get-ProvisioningPackage [-AllInstalledPackages] [-ConnectedDevice] [-LogsDirectoryPath
] [-WprpFile ] [ ] Get-ProvisioningPackage [-PackageId]
[-ConnectedDevice] [-LogsDirectoryPath ] [-WprpFile ] [ ] Get-ProvisioningPackage [-PackagePath]
[-ConnectedDevice] [-LogsDirectoryPath ] [-WprpFile ] [ ] DESCRIPTION
{{Fill in the Description}}PARAMETERS
-AllInstalledPackages [
{{Fill AllInstalledPackages Description}} Required? false Position? named Default value False Accept pipeline input? False Accept wildcard characters? false] -ConnectedDevice [
{{Fill ConnectedDevice Description}} Required? false Position? named Default value False Accept pipeline input? False Accept wildcard characters? false] -LogsDirectoryPath
{{Fill LogsDirectoryPath Description}} Required? false Position? named Default value None Accept pipeline input? False Accept wildcard characters? false-PackageId
{{Fill PackageId Description}} Required? true Position? 0 Default value None Accept pipeline input? False Accept wildcard characters? false-PackagePath
{{Fill PackagePath Description}} Required? true Position? 0 Default value None Accept pipeline input? False Accept wildcard characters? false-WprpFile
{{Fill WprpFile Description}} Required? false Position? named Default value None Accept pipeline input? False Accept wildcard characters? falseThis cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
NoneOUTPUTS
System.ObjectNOTES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}RELATED LINKS