PowerShell Execution Policy Information
If Windows has set Powershell ExecutionPolicy to AllSigned, it is not possible to run scripts unless a script is signed and also a certificate added to the Trusted Publishers in a certificate store. If the script is unsigned, it is not possible to execute it at all.
Open Local Group Policy Editor, navigate to Administrative Templates\Windows Components\Windows PowerShell, set "Turn on Script Execution" to "Enabled", and set the Execution Policy to "Allow only signed scripts". Then export and install the certificate.
To export and install the certificate:
Open the properties of the signed file.
Select Digital Signatures and open the MyQ Certificate Details.
Click on View Certificate.
Click on Install Certificate.
Select the Local Machine store where you want to apply the certificate.
Select Place all certificates in the following store.
Click on Browse, choose Trusted Publishers and click OK.
Finish the certificate installation.