This commit is contained in:
Claus Schiroky 2024-03-21 17:56:37 +01:00 коммит произвёл GitHub
Родитель 7faecfe654
Коммит b231558262
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -106,7 +106,7 @@ If you do not have this module installed, the 'Compliance Utility' will try to i
The 'Compliance Utility' is available on [PowerShell Gallery](https://www.powershellgallery.com/packages/ComplianceUtility/). To start the installation, you must first execute the `pwsh` command in a Terminal window to start a PowerShell session. Then type the following command and press enter to start the installation of the 'Compliance Utility':
```
Install-Module -Name ComplianceUtility -Scope CurrentUser
Install-Module -Name ComplianceUtility -AllowClobber -Scope CurrentUser
```
If you have local administrative privileges, you can run the following command instead: