About 46,500 results
Open links in new tab
  1. powershell - Digitally Signing scripts in [VSCODE] - Stack Overflow

    Sep 27, 2016 · Inside the PowerShell ISE we added a menu item that saves the current working script and digitally signs it. We currently use a different editor for VBS/Wscript. Is there a way …

  2. digital signature - Signing a PowerShell script with self-signed ...

    I'm trying to sign a .ps1 using self-signed certificates (the use case is for scripts I write myself on my private dev station, so no need to use - or pay for - a real CA). However, no matter how ...

  3. powershell - How Can I Prevent Needing to Re-sign My Code …

    Apr 30, 2013 · Right now this applies to PowerShell scripts, but I will eventually have the same issue with other code. Update: Sample of how to sign a PS script with a timestamp (you can …

  4. Automatically sign powershell script using Get-PfxCertificate

    Jun 1, 2014 · I have to sign remote scripts with a certificate from the remote machine from which I have a .pfx file. I would like to automate the scripting by supplying the password to the Get …

  5. powershell - How to fix "running scripts is disabled on this system ...

    Nov 1, 2020 · In powershell # To check the current execution policy, use the following command: Get-ExecutionPolicy # To change the execution policy to Unrestricted, which allows running …

  6. powershell - Why is my locally-created script not allowed to run …

    Risks running unsigned scripts from sources other than the Internet and signed, but malicious, scripts. My script is not signed, but since it is both created and executed locally, it should …

  7. SignTool.exe equivalent in PowerShell - Stack Overflow

    Oct 9, 2017 · SignTool sign /f MyCert.pfx /t timestampURL /du "webpageURL" /d "mycompany" MyInstaller.exe Set-AuthenticodeSignature is able to handle the /f and /t parameters with …

  8. How can I verify and run a signed PowerShell script only trusting …

    Aug 26, 2022 · There is a difference between deployment and the running of PowerShell scripts. The confusion is that Windows Defender Application Control can use code signing 2 different …

  9. powershell - what certificate use to digitally sign PS script - Stack ...

    I followed articles describing how to digitally sign PowerShell scripts by creating self-signed certificate, importing it into trusted root certification authorities, then sign the script with: New-

  10. security - How do I create a self-signed certificate for code signing ...

    Sep 17, 2008 · That is ONLY if you are signing a PowerShell script. Omit that command, as your certificate is already created in the current folder and ready to be used for your application.