From 63c264b8673fbb116a6587dc5df590bfc1b320f2 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Tue, 28 Feb 2017 11:49:38 -0800 Subject: [PATCH] final cmdlet syntax --- windows/configure/provisioning-powershell.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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`