Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docset/winserver2019-ps/SecureBoot/Format-SecureBootUEFI.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This cmdlet this runs on both UEFI and BIOS (non-UEFI) computers.

## EXAMPLES

### Example 1: Format a private key
### Example 1: Format a platform key
```
PS C:\> Format-SecureBootUefi -Name PK -SignatureOwner 12345678-1234-1234-1234-123456789abc -CertificateFilePath PK.cer -SignableFilePath GeneratedFileToSign.bin -Time 2011-11-01T13:30:00Z | Format-List
Name : PK
Expand All @@ -51,7 +51,7 @@ AppendWrite : False
Content : {232, 102, 87, 60...}
```

This command formats the private key in PK.cer that is later piped to the Set-SecureBootUEFI cmdlet.
This command formats the platform key in PK.cer that is later piped to the Set-SecureBootUEFI cmdlet.

### Example 2: Format a hash
```
Expand Down