HI All,
I want to add MS Groups so i have export to a txt file . Now how do i import via GPO?
AS
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Importing an ACL via GPO
Re: Importing an ACL via GPO
Create a batch file or a script file that performs the operation you need, and then setup a GPO to run that file.
From your post I can't tell if you've gotten a process down to make the security change, but if you haven't you aren't ready for the GPO part of it yet.
From your post I can't tell if you've gotten a process down to make the security change, but if you haven't you aren't ready for the GPO part of it yet.
-Ben
Re: Importing an ACL via GPO
Create the ACL on a single machine, find the registry key HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3 and add that single ACL registry key into your GPO.
No need to run scripts, you can add/update registry keys in GPOs easily enough.
No need to run scripts, you can add/update registry keys in GPOs easily enough.
Re: Importing an ACL via GPO
I am trying to do exactly this.Bonji wrote:Create a batch file or a script file that performs the operation you need, and then setup a GPO to run that file.
From your post I can't tell if you've gotten a process down to make the security change, but if you haven't you aren't ready for the GPO part of it yet.
I configured the ACL settings I wanted in an image (VM)
I exported those settings using MSLogonACL.exe /e c:\temp\acl.txt
copied that file to a domain share
pushed the original sysprep image back so that the settings are blank.
Copied the ACL.txt file back to the temp folder.
Performed the MSLogonACL.exe /i /o c:\temp\acl.txt
it doesn't throw any errors and appears like it worked
rebooted the machine
checked the admin properties, the MS Logon options are checked but the ACL list within "Configure MS Logon Groups" is empty.
If I can't get this to work using the command line, then it won't work in a script either.
Hoping I can get suggestions to fix this. I would like to script this and make it part of system deployment.
Re: Importing an ACL via GPO
Hi there,
I have exactly the same problem on Windows 10 1909
Any solutions or workarounds for that?
Thanks in advance -
Markus
I have exactly the same problem on Windows 10 1909
Any solutions or workarounds for that?
Thanks in advance -
Markus
- Rudi De Vos
- Admin & Developer
- Posts: 6951
- Joined: 2004-04-23 10:21
- Contact:
Re: Importing an ACL via GPO
Use exe from:
- viewtopic.php?t=36039
- viewtopic.php?t=36039
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
Re: Importing an ACL via GPO
Hey Rudi,
thanks alot for this one.
Problem solved. You are the man!!
thanks alot for this one.
Problem solved. You are the man!!