This commit is contained in:
Claus Schiroky 2024-03-06 09:27:46 +01:00 коммит произвёл GitHub
Родитель 9f88d463c4
Коммит 1d7418effd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -153,7 +153,7 @@ Install-Module -Name InformationProtectionUtility
#### Allow signed PowerShell scripts <a name="allow-signed-powershell-scripts"></a>
If PowerShell script execution is restricted in your environment, you must first remove this restriction in order to be able to run the "Information Protection Utility". To do this, run the `Set-ExecutionPolicy` command with the following parameters:
If PowerShell script execution is restricted in your environment, you must first remove this restriction in order to be able to run the 'Information Protection Utility'. To do this, run the `Set-ExecutionPolicy` command with the following parameters:
```PowerShell
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -Force