Summary: Find the settings for all five script execution policy scopes.
How can I use Windows PowerShell to see all of the script execution policies that affect the current Windows PowerShell session?
Use the Get-ExecutionPolicy cmdlet with the –List parameter:
Get-ExecutionPolicy -List