From ac2bd86effc26c67ef0f741bb8aaa145a5f02452 Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Mon, 30 Aug 2021 21:15:38 +0000 Subject: [PATCH 1/8] Add content from PlatyPS. --- .../Export-StartLayoutEdgeAssets.md | 112 ++++++++++++++++++ .../startlayout/Get-StartApps.md | 4 +- .../startlayout/StartLayout.md | 5 +- 3 files changed, 119 insertions(+), 2 deletions(-) create mode 100644 docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md diff --git a/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md new file mode 100644 index 0000000000..95416e794f --- /dev/null +++ b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md @@ -0,0 +1,112 @@ +--- +external help file: Microsoft.Windows.StartLayout.Commands.dll-Help.xml +Module Name: StartLayout +online version: +schema: 2.0.0 +--- + +# Export-StartLayoutEdgeAssets + +## SYNOPSIS +{{ Fill in the Synopsis }} + +## SYNTAX + +### Non-literal +``` +Export-StartLayoutEdgeAssets [-Path] [-WhatIf] [-Confirm] [] +``` + +### Literal +``` +Export-StartLayoutEdgeAssets -LiteralPath [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +{{ Fill in the Description }} + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -LiteralPath +{{ Fill LiteralPath Description }} + +```yaml +Type: String +Parameter Sets: Literal +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Path +{{ Fill Path Description }} + +```yaml +Type: String +Parameter Sets: Non-literal +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object +## NOTES + +## RELATED LINKS diff --git a/docset/winserver2022-ps/startlayout/Get-StartApps.md b/docset/winserver2022-ps/startlayout/Get-StartApps.md index 98319bd63b..7520a0bb72 100644 --- a/docset/winserver2022-ps/startlayout/Get-StartApps.md +++ b/docset/winserver2022-ps/startlayout/Get-StartApps.md @@ -67,9 +67,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### None + ## OUTPUTS -### PSObject +### System.Object A **PSObject** that contains the name and AppID for each app found in the Start screen for the user, as in this output example: Output Example: diff --git a/docset/winserver2022-ps/startlayout/StartLayout.md b/docset/winserver2022-ps/startlayout/StartLayout.md index bbc8510534..a7280ea15c 100644 --- a/docset/winserver2022-ps/startlayout/StartLayout.md +++ b/docset/winserver2022-ps/startlayout/StartLayout.md @@ -17,7 +17,10 @@ This reference provides cmdlet descriptions and syntax for all Start screen cmdl ### [Export-StartLayout](./Export-StartLayout.md) Exports the layout of the Start screen. -### [Get-StartApps](./Get-StartApps.md) +### [Export-StartLayoutEdgeAssets](Export-StartLayoutEdgeAssets.md) +{{ Fill in the Synopsis }} + +### [Get-StartApps](Get-StartApps.md) Gets the names and AppIDs of installed apps. ### [Import-StartLayout](./Import-StartLayout.md) From b7fe13aefc797ec317f8d1891115afd024e8ce8c Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:09:57 -0700 Subject: [PATCH 2/8] First draft text. --- .../startlayout/Export-StartLayout.md | 2 ++ .../Export-StartLayoutEdgeAssets.md | 31 ++++++++++++++----- .../startlayout/Get-StartApps.md | 2 ++ .../startlayout/StartLayout.md | 2 +- 4 files changed, 28 insertions(+), 9 deletions(-) diff --git a/docset/winserver2022-ps/startlayout/Export-StartLayout.md b/docset/winserver2022-ps/startlayout/Export-StartLayout.md index f306904fe3..991c4099e1 100644 --- a/docset/winserver2022-ps/startlayout/Export-StartLayout.md +++ b/docset/winserver2022-ps/startlayout/Export-StartLayout.md @@ -138,5 +138,7 @@ Export as an .xml file. ## RELATED LINKS +[Export-StartLayoutEdgeAssets](Export-StartLayoutEdgeAssets.md) + [Import-StartLayout](./Import-StartLayout.md) diff --git a/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md index 95416e794f..db865faaa4 100644 --- a/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md +++ b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md @@ -1,14 +1,16 @@ --- +description: The Export-StartLayoutEdgeAssets cmdlet exports secondary tiles for Microsoft Edge that display a custom image. external help file: Microsoft.Windows.StartLayout.Commands.dll-Help.xml Module Name: StartLayout -online version: +ms.date: 09/03/2021 +online version: https://docs.microsoft.com/powershell/module/startlayout/export-startlayoutedgeassets?view=windowsserver2022-ps&wt.mc_id=ps-gethelp schema: 2.0.0 --- # Export-StartLayoutEdgeAssets ## SYNOPSIS -{{ Fill in the Synopsis }} +Exports secondary tiles for Microsoft Edge that display a custom image. ## SYNTAX @@ -23,21 +25,26 @@ Export-StartLayoutEdgeAssets -LiteralPath [-WhatIf] [-Confirm] [ {{ Add example code here }} +Export-StartLayoutEdgeAssets -Path "C:\Layouts\assets.xml" ``` -{{ Add example description here }} +This example exports the assets to the file `assets.xml` in the C:\Layouts folder. +This cmdlet does not append `.xml` to a file name. ## PARAMETERS ### -LiteralPath -{{ Fill LiteralPath Description }} +Specifies a literal path for an asset file. +Include the `.xml` file name extension. +This parameter does not accept the wildcard character (*). +If the path includes an escape character (\\), enclose the string in single quotes ('). ```yaml Type: String @@ -52,7 +59,9 @@ Accept wildcard characters: False ``` ### -Path -{{ Fill Path Description }} +Specifies an absolute path for an asset file. +Include the `.xml` file name extension. +This parameter does not accept the wildcard character (*). ```yaml Type: String @@ -110,3 +119,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS + +[Export-StartLayout](./Export-StartLayout.md) + +[Get-StartApps](Get-StartApps.md) + +[Import-StartLayout](./Import-StartLayout.md) diff --git a/docset/winserver2022-ps/startlayout/Get-StartApps.md b/docset/winserver2022-ps/startlayout/Get-StartApps.md index 7520a0bb72..ee5db4b311 100644 --- a/docset/winserver2022-ps/startlayout/Get-StartApps.md +++ b/docset/winserver2022-ps/startlayout/Get-StartApps.md @@ -76,6 +76,7 @@ A **PSObject** that contains the name and AppID for each app found in the Start Output Example: +```console Name AppID ---- ----- @@ -88,6 +89,7 @@ Fabrikam Initializer Fabrikam.Initializer.1 A. Datum Connector Contoso.Datum.Connector Proseware Design Pro Proseware.Design.3 +``` ## NOTES diff --git a/docset/winserver2022-ps/startlayout/StartLayout.md b/docset/winserver2022-ps/startlayout/StartLayout.md index a7280ea15c..fc95dddf74 100644 --- a/docset/winserver2022-ps/startlayout/StartLayout.md +++ b/docset/winserver2022-ps/startlayout/StartLayout.md @@ -18,7 +18,7 @@ This reference provides cmdlet descriptions and syntax for all Start screen cmdl Exports the layout of the Start screen. ### [Export-StartLayoutEdgeAssets](Export-StartLayoutEdgeAssets.md) -{{ Fill in the Synopsis }} +Exports secondary tiles for Microsoft Edge that display a custom image. ### [Get-StartApps](Get-StartApps.md) Gets the names and AppIDs of installed apps. From 16eabfb389fe613efc74922dbbc74e7b355d7ef1 Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:26:33 -0700 Subject: [PATCH 3/8] Revert one cmdlet for error. --- docset/winserver2022-ps/startlayout/Get-StartApps.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docset/winserver2022-ps/startlayout/Get-StartApps.md b/docset/winserver2022-ps/startlayout/Get-StartApps.md index ee5db4b311..98319bd63b 100644 --- a/docset/winserver2022-ps/startlayout/Get-StartApps.md +++ b/docset/winserver2022-ps/startlayout/Get-StartApps.md @@ -67,16 +67,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### None - ## OUTPUTS -### System.Object +### PSObject A **PSObject** that contains the name and AppID for each app found in the Start screen for the user, as in this output example: Output Example: -```console Name AppID ---- ----- @@ -89,7 +86,6 @@ Fabrikam Initializer Fabrikam.Initializer.1 A. Datum Connector Contoso.Datum.Connector Proseware Design Pro Proseware.Design.3 -``` ## NOTES From c84bd73509d60ec46f42cd7d5784d0de75024801 Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Fri, 3 Sep 2021 17:10:48 +0000 Subject: [PATCH 4/8] Add info from PlatyPS. --- .../adcsadministration/ADCSAdministration.md | 5 +- .../Add-CAAuthorityInformationAccess.md | 4 + .../Add-CACrlDistributionPoint.md | 2 + .../adcsadministration/Add-CATemplate.md | 2 +- .../Backup-CARoleService.md | 8 ++ .../Confirm-CAAttestationIdentityKeyInfo.md | 84 +++++++++++++++++++ .../Confirm-CAEndorsementKeyInfo.md | 4 +- .../Remove-CAAuthorityInformationAccess.md | 2 + .../Remove-CACrlDistributionPoint.md | 2 + .../adcsadministration/Remove-CATemplate.md | 2 +- .../Restore-CARoleService.md | 8 ++ 11 files changed, 119 insertions(+), 4 deletions(-) create mode 100644 docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md diff --git a/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md b/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md index 377be8ec01..1870c87042 100644 --- a/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md +++ b/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md @@ -26,7 +26,10 @@ Adds a certificate template to the CA. ### [Backup-CARoleService](./Backup-CARoleService.md) Backs up the CA database and private key information. -### [Confirm-CAEndorsementKeyInfo](./Confirm-CAEndorsementKeyInfo.md) +### [Confirm-CAAttestationIdentityKeyInfo](Confirm-CAAttestationIdentityKeyInfo.md) +{{ Fill in the Synopsis }} + +### [Confirm-CAEndorsementKeyInfo](Confirm-CAEndorsementKeyInfo.md) Checks whether the local CA trusts secure hardware for key attestation. ### [Get-CAAuthorityInformationAccess](./Get-CAAuthorityInformationAccess.md) diff --git a/docset/winserver2022-ps/adcsadministration/Add-CAAuthorityInformationAccess.md b/docset/winserver2022-ps/adcsadministration/Add-CAAuthorityInformationAccess.md index a58068fe31..4af9633bdb 100644 --- a/docset/winserver2022-ps/adcsadministration/Add-CAAuthorityInformationAccess.md +++ b/docset/winserver2022-ps/adcsadministration/Add-CAAuthorityInformationAccess.md @@ -180,8 +180,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.CertificateServices.Administration.Commands.CA.AuthorityInformationAccess + ### System.String +### System.Management.Automation.SwitchParameter + ## OUTPUTS ### Microsoft.CertificateServices.Administration.Commands.CA.AuthorityInformationAccessResult diff --git a/docset/winserver2022-ps/adcsadministration/Add-CACrlDistributionPoint.md b/docset/winserver2022-ps/adcsadministration/Add-CACrlDistributionPoint.md index 39614a5a27..886dc57d00 100644 --- a/docset/winserver2022-ps/adcsadministration/Add-CACrlDistributionPoint.md +++ b/docset/winserver2022-ps/adcsadministration/Add-CACrlDistributionPoint.md @@ -231,6 +231,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### System.String +### System.Management.Automation.SwitchParameter + ## OUTPUTS ### Microsoft.CertificateServices.Administration.Commands.CA.CrlDistributionPointResult diff --git a/docset/winserver2022-ps/adcsadministration/Add-CATemplate.md b/docset/winserver2022-ps/adcsadministration/Add-CATemplate.md index 55c1663e68..e92f52284a 100644 --- a/docset/winserver2022-ps/adcsadministration/Add-CATemplate.md +++ b/docset/winserver2022-ps/adcsadministration/Add-CATemplate.md @@ -114,7 +114,7 @@ There is only one parameter for this cmdlet, *Name*, and it can only accept a si ## OUTPUTS -### None +### System.Object ## NOTES * To perform this procedure, you must be a member of the Domain Admins group or the Enterprise Admins group in AD DS, or you must have been delegated the appropriate authority. As a security best practice, consider using Run as to perform this procedure. diff --git a/docset/winserver2022-ps/adcsadministration/Backup-CARoleService.md b/docset/winserver2022-ps/adcsadministration/Backup-CARoleService.md index 95c2720521..44f15001d7 100644 --- a/docset/winserver2022-ps/adcsadministration/Backup-CARoleService.md +++ b/docset/winserver2022-ps/adcsadministration/Backup-CARoleService.md @@ -175,8 +175,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### System.String + +### System.Management.Automation.SwitchParameter + +### System.Security.SecureString + ## OUTPUTS +### System.Void + ## NOTES ## RELATED LINKS diff --git a/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md b/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md new file mode 100644 index 0000000000..e39781e500 --- /dev/null +++ b/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md @@ -0,0 +1,84 @@ +--- +external help file: Microsoft.CertificateServices.Administration.Commands.dll-Help.xml +Module Name: ADCSAdministration +online version: +schema: 2.0.0 +--- + +# Confirm-CAAttestationIdentityKeyInfo + +## SYNOPSIS +{{ Fill in the Synopsis }} + +## SYNTAX + +### PublicKeyHash +``` +Confirm-CAAttestationIdentityKeyInfo [-PublicKeyHash] [] +``` + +### Certificate +``` +Confirm-CAAttestationIdentityKeyInfo [-Certificate] [] +``` + +## DESCRIPTION +{{ Fill in the Description }} + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Certificate +{{ Fill Certificate Description }} + +```yaml +Type: X509Certificate2 +Parameter Sets: Certificate +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + +### -PublicKeyHash +{{ Fill PublicKeyHash Description }} + +```yaml +Type: String +Parameter Sets: PublicKeyHash +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.String + +### System.Security.Cryptography.X509Certificates.X509Certificate2 + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/docset/winserver2022-ps/adcsadministration/Confirm-CAEndorsementKeyInfo.md b/docset/winserver2022-ps/adcsadministration/Confirm-CAEndorsementKeyInfo.md index c5a987d29e..4297d48c2a 100644 --- a/docset/winserver2022-ps/adcsadministration/Confirm-CAEndorsementKeyInfo.md +++ b/docset/winserver2022-ps/adcsadministration/Confirm-CAEndorsementKeyInfo.md @@ -97,7 +97,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### System.String, System.Security.Cryptography.X509Certificate2 +### System.String + +### System.Security.Cryptography.X509Certificates.X509Certificate2 ## OUTPUTS diff --git a/docset/winserver2022-ps/adcsadministration/Remove-CAAuthorityInformationAccess.md b/docset/winserver2022-ps/adcsadministration/Remove-CAAuthorityInformationAccess.md index aafa625725..d33f3de742 100644 --- a/docset/winserver2022-ps/adcsadministration/Remove-CAAuthorityInformationAccess.md +++ b/docset/winserver2022-ps/adcsadministration/Remove-CAAuthorityInformationAccess.md @@ -153,6 +153,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### System.String +### System.Management.Automation.SwitchParameter + ## OUTPUTS ### Microsoft.CertificateServices.Administration.Commands.CA.AuthorityInformationAccessResult diff --git a/docset/winserver2022-ps/adcsadministration/Remove-CACrlDistributionPoint.md b/docset/winserver2022-ps/adcsadministration/Remove-CACrlDistributionPoint.md index 0b51a32a6b..3a469f8fb2 100644 --- a/docset/winserver2022-ps/adcsadministration/Remove-CACrlDistributionPoint.md +++ b/docset/winserver2022-ps/adcsadministration/Remove-CACrlDistributionPoint.md @@ -206,6 +206,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### System.String +### System.Management.Automation.SwitchParameter + ## OUTPUTS ### Microsoft.CertificateServices.Administration.Commands.CA.CrlDistributionPointResult diff --git a/docset/winserver2022-ps/adcsadministration/Remove-CATemplate.md b/docset/winserver2022-ps/adcsadministration/Remove-CATemplate.md index 0dd2fc4bb1..82c3bf9392 100644 --- a/docset/winserver2022-ps/adcsadministration/Remove-CATemplate.md +++ b/docset/winserver2022-ps/adcsadministration/Remove-CATemplate.md @@ -135,7 +135,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### None +### System.Object ## NOTES diff --git a/docset/winserver2022-ps/adcsadministration/Restore-CARoleService.md b/docset/winserver2022-ps/adcsadministration/Restore-CARoleService.md index 9ad94000f0..67c9ceaccd 100644 --- a/docset/winserver2022-ps/adcsadministration/Restore-CARoleService.md +++ b/docset/winserver2022-ps/adcsadministration/Restore-CARoleService.md @@ -177,8 +177,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### System.String + +### System.Management.Automation.SwitchParameter + +### System.Security.SecureString + ## OUTPUTS +### System.Void + ## NOTES ## RELATED LINKS From 611ce2f70d85c28e015e74cdb5161726d68c7b0a Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Fri, 3 Sep 2021 12:14:00 -0700 Subject: [PATCH 5/8] Add content. --- .../adcsadministration/ADCSAdministration.md | 2 +- .../Confirm-CAAttestationIdentityKeyInfo.md | 51 +++++++++++++++---- 2 files changed, 42 insertions(+), 11 deletions(-) diff --git a/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md b/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md index 1870c87042..227294a585 100644 --- a/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md +++ b/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md @@ -27,7 +27,7 @@ Adds a certificate template to the CA. Backs up the CA database and private key information. ### [Confirm-CAAttestationIdentityKeyInfo](Confirm-CAAttestationIdentityKeyInfo.md) -{{ Fill in the Synopsis }} +Checks whether the local certification authority trusts secure hardware for identity attestation. ### [Confirm-CAEndorsementKeyInfo](Confirm-CAEndorsementKeyInfo.md) Checks whether the local CA trusts secure hardware for key attestation. diff --git a/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md b/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md index e39781e500..5b7b104634 100644 --- a/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md +++ b/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md @@ -1,14 +1,16 @@ --- +description: Checks whether the local certification authority trusts secure hardware for identity attestation. external help file: Microsoft.CertificateServices.Administration.Commands.dll-Help.xml Module Name: ADCSAdministration -online version: +online version: https://docs.microsoft.com/powershell/module/adcsadministration/confirm-caattestationidentitykeyinfo?view=windowsserver2022-ps&wt.mc_id=ps-gethelp schema: 2.0.0 +title: Confirm-CAAttestationIdentityKeyInfo --- # Confirm-CAAttestationIdentityKeyInfo ## SYNOPSIS -{{ Fill in the Synopsis }} +Checks whether the local certification authority trusts secure hardware for identity attestation. ## SYNTAX @@ -23,21 +25,39 @@ Confirm-CAAttestationIdentityKeyInfo [-Certificate] [ {{ Add example code here }} +### Example 1: Check certificate +``` +Confirm-CAAttestationIdentityKeyInfo -Certificate Contoso87.cer + +True +``` + +This command checks whether the certificate Contoso87.cer connects, by using a certificate chain, to a trusted anchor. +This example returns a value of $True. + +### Example 2: Check a key ``` +Confirm-CAAttestationIdentityKeyInfo -PublicKeyHash "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" -{{ Add example description here }} +False +``` + +The command checks for the public certificate specified as an SHA-256 hash code. +This example returns a value of $False. +The CA does not have this public key. ## PARAMETERS ### -Certificate -{{ Fill Certificate Description }} +Specifies an X509 public key certificate issued to secure hardware. ```yaml Type: X509Certificate2 @@ -52,7 +72,8 @@ Accept wildcard characters: False ``` ### -PublicKeyHash -{{ Fill PublicKeyHash Description }} +Specifies an Attestation Identity Key public key of the secure hardware, as the result of the SHA-256 hash algorithm. +This value is a 64 character hexadecimal string. ```yaml Type: String @@ -67,7 +88,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -82,3 +103,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS + +[Confirm-CAEndorsementKeyInfo](Confirm-CAEndorsementKeyInfo.md) + +[Add-CAAuthorityInformationAccess](Add-CAAuthorityInformationAccess.md) + +[Add-CACrlDistributionPoint](Add-CACrlDistributionPoint.md) + +[Backup-CARoleService](Backup-CARoleService.md) + +[Confirm-CAEndorsementKeyInfo](Confirm-CAEndorsementKeyInfo.md) From 18a241b6372683652aec75077e25e4a369a5fc93 Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Thu, 16 Sep 2021 13:52:42 -0700 Subject: [PATCH 6/8] Incorporate feedback and minor fixes. --- .../startlayout/Export-StartLayoutEdgeAssets.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md index db865faaa4..fbd5b1f3c3 100644 --- a/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md +++ b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md @@ -2,7 +2,7 @@ description: The Export-StartLayoutEdgeAssets cmdlet exports secondary tiles for Microsoft Edge that display a custom image. external help file: Microsoft.Windows.StartLayout.Commands.dll-Help.xml Module Name: StartLayout -ms.date: 09/03/2021 +ms.date: 09/20/2021 online version: https://docs.microsoft.com/powershell/module/startlayout/export-startlayoutedgeassets?view=windowsserver2022-ps&wt.mc_id=ps-gethelp schema: 2.0.0 --- @@ -27,16 +27,19 @@ Export-StartLayoutEdgeAssets -LiteralPath [-WhatIf] [-Confirm] [ Date: Thu, 16 Sep 2021 22:57:24 +0000 Subject: [PATCH 7/8] Apply suggestions from code review Co-authored-by: Dario Woitasen <33589238+dariomws@users.noreply.github.com> --- .../startlayout/Export-StartLayoutEdgeAssets.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md index fbd5b1f3c3..590ca32ed9 100644 --- a/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md +++ b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md @@ -110,7 +110,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -119,6 +119,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS From d290a25e0000b32816cc31af5c3ece81664f6d7a Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Wed, 22 Sep 2021 07:52:05 -0700 Subject: [PATCH 8/8] Incorporate feedback. --- .../adcsadministration/ADCSAdministration.md | 2 +- .../Confirm-CAAttestationIdentityKeyInfo.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md b/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md index 227294a585..4722a6e3c2 100644 --- a/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md +++ b/docset/winserver2022-ps/adcsadministration/ADCSAdministration.md @@ -27,7 +27,7 @@ Adds a certificate template to the CA. Backs up the CA database and private key information. ### [Confirm-CAAttestationIdentityKeyInfo](Confirm-CAAttestationIdentityKeyInfo.md) -Checks whether the local certification authority trusts secure hardware for identity attestation. +Checks whether the local CA trusts secure hardware for identity key attestation. ### [Confirm-CAEndorsementKeyInfo](Confirm-CAEndorsementKeyInfo.md) Checks whether the local CA trusts secure hardware for key attestation. diff --git a/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md b/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md index 5b7b104634..01981a0c9c 100644 --- a/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md +++ b/docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md @@ -1,5 +1,5 @@ --- -description: Checks whether the local certification authority trusts secure hardware for identity attestation. +description: Checks whether the local CA trusts secure hardware for identity key attestation. external help file: Microsoft.CertificateServices.Administration.Commands.dll-Help.xml Module Name: ADCSAdministration online version: https://docs.microsoft.com/powershell/module/adcsadministration/confirm-caattestationidentitykeyinfo?view=windowsserver2022-ps&wt.mc_id=ps-gethelp @@ -10,7 +10,7 @@ title: Confirm-CAAttestationIdentityKeyInfo # Confirm-CAAttestationIdentityKeyInfo ## SYNOPSIS -Checks whether the local certification authority trusts secure hardware for identity attestation. +Checks whether the local CA trusts secure hardware for identity key attestation. ## SYNTAX @@ -25,11 +25,11 @@ Confirm-CAAttestationIdentityKeyInfo [-Certificate] [