Вики IT-KB

Пошаговые руководства, шпаргалки, полезные ссылки...

Инструменты пользователя

Инструменты сайта


symantec:symantec-endpoint-protection-manager-14-how-to-find-groups-policy-inheritance-false

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Последняя версияСледующая версия справа и слева
symantec:symantec-endpoint-protection-manager-14-how-to-find-groups-policy-inheritance-false [03.03.2021 13:58] Виталий Якобsymantec:symantec-endpoint-protection-manager-14-how-to-find-groups-policy-inheritance-false [03.03.2021 13:59] Виталий Якоб
Строка 19: Строка 19:
  
 $Authent = Invoke-RestMethod -Uri "$restAPI/identity/authenticate" ` $Authent = Invoke-RestMethod -Uri "$restAPI/identity/authenticate" `
-                             -Method Post -Body $auth `+                             -Method Post 
 +                             -Body $auth `
                              -ContentType 'application/json'                              -ContentType 'application/json'
  
Строка 27: Строка 28:
                           -Headers @{Authorization='Bearer ' + $access_token}                           -Headers @{Authorization='Bearer ' + $access_token}
  
-$groups.content | Where-Object { $_.policyInheritanceEnabled -ne $true }| ` +$groups.content|Where-Object { $_.policyInheritanceEnabled -ne $true }| ` 
-                  Select fullPathName,policyInheritanceEnabled+                Select fullPathName,policyInheritanceEnabled
  
 </code> </code>
symantec/symantec-endpoint-protection-manager-14-how-to-find-groups-policy-inheritance-false.txt · Последнее изменение: 03.03.2021 14:04 — Виталий Якоб

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki