diff --git a/windows/configure/provisioning-powershell.md b/windows/configure/provisioning-powershell.md index 7e8b014184..297b0807dc 100644 --- a/windows/configure/provisioning-powershell.md +++ b/windows/configure/provisioning-powershell.md @@ -25,7 +25,10 @@ Windows 10, version 1703, ships with Windows Provisioning PowerShell cmdlets. Th Remove-ProvisioningPackageRemove a provisioning package ```Remove-ProvisioningPackage -PackageId [-LogsFolder ] [-WprpFile ] []``` ```Remove-ProvisioningPackage -Path [-LogsFolder ] [-WprpFile ] []``` ```Remove-ProvisioningPackage -AllInstalledPackages [-LogsFolder ] [-WprpFile ] []``` Get-ProvisioningPackage Get information about an installed provisioning package ```Get-ProvisioningPackage -PackageId [-LogsFolder ] [-WprpFile ] []``` ```Get-ProvisioningPackage -Path [-LogsFolder ] [-WprpFile ] []``` ```Get-ProvisioningPackage -AllInstalledPackages [-LogsFolder ] [-WprpFile ] []``` Export-ProvisioningPackage Extract the contents of a provisioning package ```Export-ProvisioningPackage -PackageId -OutputFolder [-Overwrite] [-AnswerFileOnly] [-LogsFolder ] [-WprpFile ] []``` ```Export-ProvisioningPackage -Path -OutputFolder [-Overwrite] [-AnswerFileOnly] [-LogsFolder ] [-WprpFile ] []``` - Add-TrustedProvisioningCertificate Adds a certificate to the Trusted Certificate store TBD + Install-TrustedProvisioningCertificate Adds a certificate to the Trusted Certificate store ```Install-TrustedProvisioningCertificate ``` +Get-TrustedProvisioningCertificate List all installed trusted provisioning certificates; use this cmdlet to get the certificate thumbprint to use with the **Uninstall-TrustedProvisioningCertificate** cmdlet```Get-TrustedProvisioningCertificate``` +Uninstall-TrustedProvisioningCertificate Remove a previously installed provisioning certificate```Uninstall-TrustedProvisioningCertificate ``` + >[!NOTE] > You can use Get-Help to get usage help on any command. For example: `Get-Help Add-ProvisioningPackage`