PowerShell ile RDS yapilandirma komutu
$obj = gwmi -namespace “Root/CIMV2/TerminalServices” Win32_TerminalServiceSetting $obj.ChangeMode(value) $obj.SetSpecifiedLicenseServerList(“localhost”) $obj.GetSpecifiedLicenseServerList()
PowerShell ile RDS Kurulum Komutu
Install-WindowsFeature Remote-Desktop-Services, RDS-Licensing, RDS-RD-Server -IncludeManagementTools
PowerShell ile IIS Kurulum Komutu
Install-WindowsFeature NET-Framework-Core, NET-Framework-45-ASPNET, Web-WebServer,Web-Health, Web-Performance, Web-Security, Web-App-Dev, Web-Ftp-Server, Web-Mgmt-Tools, Web-Scripting-Tools, Web-Http-Redirect, Web-DAV-Publishing, Web-Custom-Logging, Web-Log-Libraries, Web-ODBC-Logging, Web-Request-Monitor, Web-Http-Tracing, Web-Dyn-Compression, Web-Basic-Auth, Web-IP-Security, […]
PowerShell ile Windows 10 dc join işlemi
Client istemcilerinizi AD DS login etmek için öncelikle DNS ayarlarınızı AD DS sunucu IP adresiniz ile aynı olması gerekmektedir. Windows […]