How to check if Secure Boot is enabled with Windows 8

To determine if the Secure Boot feature is enabled, launch a PowerShell session with local administrative authority and use the following cmdlet:

Confirm-SecureBootUEFI

The possible answers are True, False, or the platform does not support the feature.

ConfirmSecureBootUEFI

ConfirmSecureBootUEFI_2