NAME
Install-TrustedProvisioningCertificate
SYNOPSIS
{{Fill in the Synopsis}}SYNTAX
Install-TrustedProvisioningCertificate [-CertificatePath]
[-ConnectedDevice] [-ForceInstall] [-LogsDirectoryPath
] [-WprpFile ] [ ] DESCRIPTION
{{Fill in the Description}}PARAMETERS
-CertificatePath
Path to .CER file Required? true Position? 0 Default value NoneAccept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false-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-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
System.StringOUTPUTS
System.ObjectNOTES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}RELATED LINKS