วันจันทร์ที่ 30 กันยายน พ.ศ. 2556

Enabling Remote Desktop Connection client Single Sign On (SSO) for Remote Desktop Services

1. Server

Connect to Remote Desktop Host Server
Start Server Manager
Expand Roles->Remote Desktop Services select RD Session Host Configuration
In the right pane in the Connections right click RDP-Tcp connection name and choose Properties
On the Log on Settings tab make sure "Alsways prompt for password" is unchecked.
On the General tab choose security layer: Negotiate or SSL (TLS 1.0)
Click OK.


2. Windows 7

Start Group Policy Editor (run: gpedit.msc)
Expand Computer Configuration->Administrative Templates->System->Credentials Delegation
Enable following settings: Allow Delegating Default Credentials and Allow Delegating Default Credentials with NTLM-only Server Authentication
Add following entries to each setting TERMSRV/server_name

server_name is the name of the RDSH server, you can use one wildcard there, for example: TERMSRV/myserver or TERMSRV/*.domain.com or TERMSRV/*

SSO (Single Sign On) thoughts on RDWEB

http://www.anilerduran.com/index.php/2012/sso-single-sign-on-thoughts-on-rds-remote-desktop-services-2012/

วันจันทร์ที่ 16 กันยายน พ.ศ. 2556

How to Deploying BGInfo using a GPO

Wyse ThinOS INI Files

https://www.4shared.com/office/1DnsUQOX/reference-guide-wyse-thinos-in.html?

DHCP & FTP Setup for Wyse

http://www.freewysemonkeys.com/downloads/DHCP%20%20FTP%20blazer.pdf
http://wysestore.com/pdfs/wyse/WTOS_Getting_Started_Guide_JUN2009.pdf

C10LE
By default set up your WNOS in "\Wyse\wnos\wnos.ini

KMS Command

Activate Windows
c:\windows\system32\cscript slmgr.vbs /skms KMSServer:1688  Specifies the kms server
c:\windows\system32\cscript slmgr.vbs /ato     Activation ID
c:\windows\system32\cscript slmgr.vbs /dlv all  Display detailed license information

http://technet.microsoft.com/en-us/library/ff793433.aspx
http://technet.microsoft.com/en-us/library/ff793406.aspx



Activate Microsoft Office
c:\Program Files\Microsoft Office\Office14>cscript OSPP.vbs /unpkey:*****   Remove Product key
c:\Program Files\Microsoft Office\Office14>cscript ospp.vbs /sethst:KMSServer Specifies the kms server
c:\Program Files\Microsoft Office\Office14>cscript ospp.vbs /act Activation ID
c:\Program Files\Microsoft Office\Office14>cscript ospp.vbs /dstatus Display detailed license information

http://technet.microsoft.com/en-us/library/ee624350.aspx
http://technet.microsoft.com/en-us/library/dn385360.aspx

Vdiab
c:\Program Files\Common Files\Microsoft Shared\OfficeSoftwareProtectionPlatform\OSPPREARM.EXE
Rearm before create golden image

AD Lockouts and Bad Password Detection

http://sourceforge.net/projects/adlockouts/?source=dlp