====== Workstation Retirement ======

===== Remote Desktop =====

Create notice.vbs in ''C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup'' with the following contents:

''Dim response''

''Set objShell = Wscript.CreateObject("Wscript.Shell")''


''response = objShell.popup ("You have connected to an 'old' remote desktop server." &vbcrlf&vbcrlf& "Do you want to read my notes about it?",,"Message from Lonny", 52)''

''if (response = 6) then''

''    objShell.Run "winword ""G:\Data\FIRM\Computers\Procedures\Monterey\Remote Desktop Server.docx"" "''

''else''

''    objShell.popup "Details can always be found in G:\Data\FIRM\Computers\Procedures\Monterey\Remote Desktop Server.docx",,"Message from Lonny"''

''end if''

===== Standard Desktop =====

Just move the AD object into the Domain Workstation - Retired folder.  Anyone using a machine that is in this folder will receive a notice.
