Re: Access XP Workstations via RWW
- From: "Charlie Russel - MVP" <charlie@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 27 May 2008 10:30:54 -0700
One trick I've used is creating a marker file as the last step of the logon script if it is successful. And then checking for it on startup of the script -
if exist markerfile.txt goto End
--
Charlie.
http://msmvps.com/blogs/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel
"Merv Porter [SBS-MVP]" <mwport@xxxxxxxxxxxxxxxxxxx> wrote in message news:%23oCTdR$vIHA.4492@xxxxxxxxxxxxxxxxxxxxxxx
Thinking out loud here...
Since all your users are a member of the "Remote Web Workplace Users" security group, you might be able to create startup script that adds the domain "Remote Web Workplace Users" group to the local "Remote Desktop Users" group on each PC. That should allow each user to remote access any PC on the network via RWW.
net "Remote Desktop Users" "<yourdomainname>\Remote Web Workplace Users" /add
The startup script would then be added to a new Group Policy and linked to the (default) SBSComputers OU.
Adding Startup Scripts to GPOs
http://windowsitpro.com/article/articleid/27330/adding-startup-scripts-to-gpos.html
While this example appears to be for Windows 2000, I suspect you can use the Group Policy Management module in SBS 2003 Server Management to accomplish the same thing.
After all the workstations have been rebooted and the new group policy applied, it could then be disabled on the SBS server. (Of course, the workstations can all be rebooted remotely).
I'm not sure if the following limitation applies to Windows 2003:
NET.EXE /ADD command does not support names longer than 20 characters
http://support.microsoft.com/kb/324639
If it does apply to Windows 2003....
CUSRMGR
http://www.dynawell.com/support/Reskit/win2k.asp
Another fly in the ointment here may be whether Vista machines can be easily set up using this startup script.
--
Merv Porter [SBS-MVP]
============================
"SharQ" <SharQ@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:37638BF6-8C05-4454-84E7-C7F3329FEDA7@xxxxxxxxxxxxxxxxI hear you. Thanks for the information.
"warren@xxxxxxxxxxxxxxxxxxxx" wrote:
Well, regardless of that, the second paragraph of my response to you will
get your users connected to the workstations, and you can do it without
going to a single workstation, except to maybe turn it on if it is off at
the time you do it.
In my experience, Administrative privileges on the local machine is an
absolutely necessary thing until programmers learn how to write their
programs to not require the user to have administrative rights. I wish you
the best with that, as I once felt the same way.
Regards,
Warren
.
- References:
- Re: Access XP Workstations via RWW
- From: warren
- Re: Access XP Workstations via RWW
- From: warren
- Re: Access XP Workstations via RWW
- From: SharQ
- Re: Access XP Workstations via RWW
- From: Merv Porter [SBS-MVP]
- Re: Access XP Workstations via RWW
- Prev by Date: How long should it take to re-install SBS 2003 & updates?
- Next by Date: Re: How long should it take to re-install SBS 2003 & updates?
- Previous by thread: Re: Access XP Workstations via RWW
- Next by thread: Re: Read Only Shares
- Index(es):
Relevant Pages
|
Loading