This commit is contained in:
Claus Schiroky 2024-02-26 11:00:30 +01:00 коммит произвёл GitHub
Родитель 9265087228
Коммит 0f7f99b7e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -115,7 +115,7 @@ Install-Module -Name UnifiedLabelingSupportTool -Scope AllUsers
#### Allow signed PowerShell scripts <a name="allow-signed-powershell-scripts"></a>
If PowerShell script execution is restricted in your environment, you need to bypass this restriction to run the 'Unified Labeling Support Tool'. To do this, run the "Set-ExecutionPolicy" command with the following parameters:
If PowerShell script execution is restricted in your environment, you need to bypass this restriction to run the 'Unified Labeling Support Tool'. To do this, run the `Set-ExecutionPolicy` command with the following parameters:
```
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -Force