PowerShell Logo Small

Get-SecureBootPolicy



This is the built-in help made by Microsoft for the command 'Get-SecureBootPolicy', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the publisher GUID and the policy version of the Secure Boot configuration policy.

SYNTAX


Get-SecureBootPolicy [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SecureBootPolicy cmdlet gets the publisher GUID and the policy version of the Secure Boot configuration policy.


The cmdlet will run on both UEFI and BIOS (non-UEFI) computers.


If the computer does not support Secure Boot or is a non-UEFI computer, then this cmdlet returns an error displaying the following: Secure
Boot policy is not enabled on this machine.


If Windows PowerShell® is not run in administrator mode, then this cmdlet returns an error displaying the following: Incorrect authentication
data.



<

RELATED LINKS

Confirm-SecureBootUEFI
Format-SecureBootUEFI
Get-SecureBootUEFI
Set-SecureBootUEFI

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-SecureBootPolicy | Format-List
Publisher: 77fa9abd-0359-4d32-bd60-28f4e78f784b
Version : 1



This example gets the publisher GUID and the policy version of the Secure Boot configuration policy.