Sophos Puremessage Stops Update and scanning

See – http://www.sophos.com/it-it/support/knowledgebase/119717.aspx   PureMessage for Microsoft Exchange Stop the following service: Sophos PureMessage Scanner ​Set the start-up type to ‘disabled’ for the following service: Sophos PureMessage Scanner Delete the following file of Sophos Anti-Virus: 32-bit: C:\Program Files\Sophos\Sophos Anti-Virus\savsync.upd 64-bit: C:\Program Files (x86)\Sophos\Sophos Anti-Virus\savsync.upd Delete the following file of Sophos AutoUpdate: Vista\7\2008\2012: ‘C:\ProgramData\Sophos\AutoUpdate\data\status\status.xml’ 2003/XP:  ‘C:\Program files\Sophos\AutoUpdate\data\status\status.xml’…

Powershell SSL Cert Assign Windows 2012 RDS

Use this power shell script when applying a purchased ssl certificate to your Terminal Server. $pass = ConvertTo-SecureString “h3lpm3” -AsPlainText -Force $thumbprint = (Import-PfxCertificate -Password $pass -CertStoreLocation cert:\localMachine\my -FilePath ‘C:\exitstencil.pfx’).thumbprint $path = (Get-WmiObject -class “Win32_TSGeneralSetting” -Namespace root\cimv2\terminalservices -Filter “TerminalName=’RDP-tcp’”).__path Set-WmiInstance -Path $path -argument @{SSLCertificateSHA1Hash=”$Thumbprint”}

Ghost Printers – Mulitiple Instances of shared printers being created

See location – HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider\Servers See spool location – C:\Windows\System32\spool\SERVERS http://social.technet.microsoft.com/Forums/windowsserver/en-US/71d06204-3735-4473-8bc9-20be9e19090e/problem-with-multiple-instances-of-shared-printers-being-installed-on-client-computers-when-the?forum=winserverprint