Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Pushing out in a Domain Environment with MSLOGON Groups

Should you have problems with the MS logon plugin, here's the place to look for help or report issues
Post Reply
Kevin

Pushing out in a Domain Environment with MSLOGON Groups

Post by Kevin »

How can this be pushed out in a domain environment with the MSLOGON groups intact ?
prandal
20
20
Posts: 36
Joined: 2004-06-08 15:24

Re: Pushing out in a Domain Environment with MSLOGON Groups

Post by prandal »

Kevin wrote:How can this be pushed out in a domain environment with the MSLOGON groups intact ?
I use a modified version of VNC Fastpush 6.5, using Sysinternals' psexec to remotely run mslogonacl.exe on the target PC.
Last edited by prandal on 2005-03-16 16:30, edited 1 time in total.
Kevin

Set-Up

Post by Kevin »

Could you provide more detail to how you set this up ? I actually been fighting to make fast push work for me.....
Ipsec
Former moderator
Former moderator
Posts: 565
Joined: 2004-09-20 18:56
Contact:

Post by Ipsec »

I also hear you can create an MSI with some of this info in tact.. or they were troubleshooting it...

That way you could use AD to push out your MSI.

if your domain is AD...?
Marscha
Former moderator
Former moderator
Posts: 464
Joined: 2004-05-14 06:48

Post by Marscha »

with MS-Logon I you can just copy the relevant registry keys for the groups since it stores the names as strings.

With MS-Logon II you have to use MSLogonACL:
Set up the groups/users on one machine as you need them.
Export the ACL with MSLogonACL into a file.
Import the ACL from this file with MSLogonACL on all other machines.
See http://doc.ultravnc.net/features/authen ... mslogonacl for more details.
prandal
20
20
Posts: 36
Joined: 2004-06-08 15:24

Re: Set-Up

Post by prandal »

Kevin wrote:Could you provide more detail to how you set this up ? I actually been fighting to make fast push work for me.....
Not at the moment, but it was fairly trivial. When I have some time I'll hack fastpush 7.2 beta and feed back my changes to the fastpush author. No point in a howto for an unsupported version of fastpush.
Kevin

Automate

Post by Kevin »

So you still have to manually run the autologonacl on each machine ? That would defeat the purpose of trying to push it out right ?
Kevin

Post by Kevin »

We have 500 + systems to push out to.
stranger73
Posts: 1
Joined: 2006-07-08 18:31

Re: Pushing out in a Domain Environment with MSLOGON Groups

Post by stranger73 »

One of the previous post worked for me.

I added this line right before the service starts.

reg copy HKLM\Software\ORL\WinVNC3 \\%targetpc%\HKLM\software\ORL\WinVNC3 /f
Post Reply