Auto base sync: 2026-01-27 11:13:53

This commit is contained in:
2026-01-27 11:13:53 +04:00
parent 20b5a4f809
commit bdea196018

View File

@@ -122,8 +122,10 @@ netstat -ano | findstr ":443"
>>> ``` >>> ```
>>> $KeyFile = "C:\Program Files\Exchange DkimSigner\keys\<PUBLIC_DOMAIN>.pem" icacls $KeyFile /inheritance:e icacls $KeyFile /grant "NT AUTHORITY\NETWORK SERVICE:RX" Restart-Service MSExchangeTransport >>> $KeyFile = "C:\Program Files\Exchange DkimSigner\keys\<PUBLIC_DOMAIN>.pem" icacls $KeyFile /inheritance:e icacls $KeyFile /grant "NT AUTHORITY\NETWORK SERVICE:RX" Restart-Service MSExchangeTransport
>>> ``` >>> ```
>>> **/inheritance:e включает наследование ACL, а /grant добавляет права, это штатный синтаксис icacls.** >>> /inheritance:e включает наследование ACL, а /grant добавляет права, это штатный синтаксис icacls.
>>> >.
>>[!Info]