Skip to content

how to pass security block to run script in power shell window #2

@allegfede

Description

@allegfede

if you plan to see what the powershell script is doing, open a command window like administrator and then run the powershell like that:
pwsh.exe -ExecutionPolicy Unrestricted

if you got an error try:

powershell -ExecutionPolicy Unrestricted

now you are in the powershell and could run the script like usual without warnings :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions