Powershell – Remote Management Ayarları
- Enis GOKTAY
- 17 Kas 2014
- 1 dakikada okunur
Windows Server 2012 R2 işletim sisteminde default olarak enable etmek için aşağıdaki adımları gerçekleştirilebilir
Windows Remote Management (WinRM) servislerinin start tipini Automatic olarak ayarlanır ve servis start edilir. • Authenticate Kerberos ve Negotiate olarak enable edilir. • WINRM için Windows Firewall inbound ruleları aktif edilir, •Subnet scoping kurallarını aşağıdakilere göre değiştirilidir.
• Domain veya private profile: any IP address
• Public profile: Sadece LocalSubnet
• Wsman:\localhost\Service\AllowRemoteAccess True olarak ayarlanır
• WinRM listener over HTTP port number 5985 olarak yaratılır.
The LocalAccountTokenFilterPolicy default setting prevents remote
management by local, non-domain Administrator accounts other than
the built-in Administrator account.
Daha fazla bilgi için;
http://go.microsoft.com/fwlink/?LinkID=252970.
Kommentare