diff --git a/windows/security/threat-protection/windows-defender-application-control/use-device-guard-signing-portal-in-microsoft-store-for-business.md b/windows/security/threat-protection/windows-defender-application-control/use-device-guard-signing-portal-in-microsoft-store-for-business.md index 9f42a60e1f..48758015d3 100644 --- a/windows/security/threat-protection/windows-defender-application-control/use-device-guard-signing-portal-in-microsoft-store-for-business.md +++ b/windows/security/threat-protection/windows-defender-application-control/use-device-guard-signing-portal-in-microsoft-store-for-business.md @@ -59,7 +59,7 @@ Download and install the [DGSS client utilities and PowerShell cmdlets NuGet pac ## DGSS PowerShell Commands > [!NOTE] -> [... common ...] are parameters common across all commands and are documented below the command definitions. +> <DGSSCommonParameters> are parameters common across all commands and are documented below the command definitions. ### Get-DefaultPolicy @@ -68,7 +68,7 @@ Gets the default .xml policy file associated with the current tenant. **Usage:** ```powershell - Get-DefaultPolicy -OutFile filename [-PassThru] [... common ...] + Get-DefaultPolicy -OutFile filename [-PassThru] [] ``` **Parameters:** @@ -85,7 +85,7 @@ Gets the root certificate for the current tenant. All Authenticode and policy si **Usage:** ```powershell - Get-RootCertificate -OutFile filename [-PassThru] [... common ...] + Get-RootCertificate -OutFile filename [-PassThru] [] ``` **Parameters:** @@ -102,7 +102,7 @@ Gets information for the latest 100 files signed by the current tenant. Results **Usage:** ```powershell - Get-SigningHistory -OutFile filename [-PassThru] [... common ...] + Get-SigningHistory -OutFile filename [-PassThru] [] ``` **Parameters:** @@ -119,7 +119,7 @@ Submits a file to the service for signing and timestamping. The module supports **Usage:** ```powershell - Submit-SigningJob -InFile filename -OutFile filename [-NoTimestamp][- TimeStamperUrl "timestamper url"] [-JobDescription "description"] [... common ...] + Submit-SigningJob -InFile filename -OutFile filename [-NoTimestamp][- TimeStamperUrl "timestamper url"] [-JobDescription "description"] [] ``` **Parameters:** @@ -137,7 +137,7 @@ Submits a file to the service for signing and timestamping. The only valid file **Usage:** ```powershell - Submit-SigningV1MigrationPolicy -InFile filename -OutFile filename [-NoTimestamp][-TimeStamperUrl "timestamper url"] [-JobDescription "description"] [... common ...] + Submit-SigningV1MigrationPolicy -InFile filename -OutFile filename [-NoTimestamp][-TimeStamperUrl "timestamper url"] [-JobDescription "description"] [] ``` **Parameters:** @@ -150,7 +150,7 @@ Submits a file to the service for signing and timestamping. The only valid file **Command running time:** The average running time is under 20 seconds but may be up to 3 minutes. -### Common parameters [... common ...] +### Common parameters <DGSSCommonParameters> In addition to cmdlet-specific parameters, each cmdlet understands the following common parameters.