We do a if not exist "C:\Docume~1\AllUse~1\Desktop\xxx.rdp" copy "\\bsbc.int\netlogon\xxx.rdp" C:\Docume~1\AllUse~1\Desktop
Runs quick and copies it to all desktops that run the login script. I am sure there is a cleaner way to do it, but it runs. You can also change it up to delete the file if it exists depending on future needs. If exist "C:\Docume~1\AllUse~1\Desktop\xxx.rdp" del "C:\Docume~1\AllUse~1\Desktop\xxx.rdp" > nul From: James Kerr [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 8:18 PM To: NT System Admin Issues Subject: Re: Roll out RDP files Thanks but the PCs already have the client installed. I just need to push out the rdp file. I wanted to copy it to the all users\desktop folder but I think that they wont be able to save the login credentials if I do that. The other option is to have the rdp file copy to the users desktop using our login scripts. I am just wondering what others might be doing to see if I am going about this the right way (easiest/best way). James ----- Original Message ----- From: Mike Semon <mailto:[EMAIL PROTECTED]> To: NT System Admin Issues <mailto:[email protected]> Sent: Sunday, December 09, 2007 6:15 PM Subject: RE: Roll out RDP files Why not deploy through GPO? Take a look at this. http://www.petri.co.il/install_rdp_client_via_gpo.htm Mike ________________________________ From: James Kerr [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 1:17 PM To: NT System Admin Issues Subject: Roll out RDP files I need to place a copy of an RDP file that is configured a certain way to connect to a certain IP address on the desktops of all our workstations. I was wondering if any of you had some thoughts on the best ways to do this. Other then having a login script that copies the file to their desktop. James ~ Upgrade to Next Generation Antispam/Antivirus with Ninja! ~ ~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm> ~
