PowerTip: Use PowerShell to Verify Secure Boot Policy

Summary : Use Windows PowerShell to verify your Secure Boot policy in Windows 8.
How can I verify that the Secure Boot policy is enabled in my computers running Windows 8?
Use the Get-SecureBootPolicy cmdlet:
Get-SecureBootPolicy...(read more)