NAME
Install-ProvisioningPackage
SYNOPSIS
{{Fill in the Synopsis}}SYNTAX
Install-ProvisioningPackage [-PackagePath]
[-ConnectedDevice] [-ForceInstall] [-LogsDirectoryPath
] [-QuietInstall] [-WprpFile ] [ ] DESCRIPTION
{{Fill in the Description}}PARAMETERS
-ConnectedDevice [
{{Fill ConnectedDevice Description}} Required? false Position? named Default value False Accept pipeline input? False Accept wildcard characters? false] -ForceInstall [
{{Fill ForceInstall 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-PackagePath
Path to provisioning package Required? true Position? 0 Default value None Accept pipeline input? False Accept wildcard characters? false-QuietInstall [
{{Fill QuietInstall Description}} Required? false Position? named Default value False 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