Tagged Questions
The grouppolicy tag has no wiki summary.
6
votes
1answer
207 views
How to make an application GPO aware?
I'm writing an application in Delphi 2010, and I'd like to provide the option to the administrator to configure it via Group Policy. Any recommendations on good ways to make my application GPO aware? ...
6
votes
3answers
854 views
Check if AD account has “Logon on as a service” right in Active Directory
Is it possible to check if an account has "Logon as service" right programatically. I know how to setup and check this manually but I would like to check it from C# code.
I need to check if this ...
3
votes
1answer
414 views
Make C# application Group Policy aware
I want to make my app GPO aware. I know that it's basically just reading from a specific registry path but I still have some questions:
How do I detect GPO refreshes? There's RegisterGPNotification ...
2
votes
2answers
86 views
Are environmental variables language specific?
I need to setup a script in group policy that we be used in different regions of the world. Are environmental variables such as %ProgramFiles% language specific? I'm hoping that a script of ...
1
vote
0answers
715 views
General Question about Windows 7(Kiosk) Group Policy Lock down of Silverlight Out of Browser
I'm hoping to lock down, a Windows 7 laptop into more or less a kiosk type mode. Basically login to Windows 7, automatically open up a silverlight out of browser application. It should also prevent ...
1
vote
1answer
407 views
How to set software restriction policies programatically
I would like to add software restriction policies programatically using c#.
For example: Add and additional rule to disallows paint.exe to run.
Unfortunately I don't have the slightest idea how I ...
1
vote
1answer
289 views
How to specify .NET assembly trusts in group policy?
I have some .NET assemblies on a network share that I need to give FullTrust access to all of my users. What is the best way to do this using Group Policy?
1
vote
4answers
945 views
Set Event Log settings via GPO
How would I set the "overwrite as needed" setting on Event logs other than Application/Security/System? Specifically I'd like to apply this to the Powershell and Windows Powershell Logs, in addition ...
1
vote
2answers
6k views
Trouble getting GPO logon script to run using Active Directory Domain Services
I have just upgraded our company's domain controller from NT 4.0 to Windows 2008 Server. I used the in-place upgrade path, going first from NT 4.0 to Windows 2003 Server and then 2003 Server to 2008 ...
0
votes
0answers
32 views
Group Policy Modeling in C# with gpmgmt 1.0 Type Library
I'm wondering if anyone can help me out here. We would like to create and later archive GPO reports. The modeling should filter security groups and WMI Filters. We found some documentation and have ...
0
votes
0answers
21 views
How to (maybe auto) enable a group object policy programmatically in Windows 7
I'm trying to create custom admx/adml policies. I can successfully make them, add them to the policy pool, and refresh it, but I'm at a loss as to how to enable them.
I can enable them by hand, of ...
0
votes
0answers
34 views
How does the ProcessGroupPolicyEx API work?
I've been reading about how to create a client side extension for group policy:
I've written a small test extension which logs out what Windows sends to my ProcessGroupPolicyEx callback. From this ...
0
votes
1answer
64 views
How do you find what GroupPolicy objects are attached to a container/domain/site?
I've got a problem where I need to interleave settings made on the host/user/containers/domain/site with the group policy settings attached to the containers/domain/site.
We can walk the ad tree for ...
0
votes
1answer
131 views
Change compatibility mode/run as using logon script
We have 200+ freshly imaged machines and have learned that in some of them Audacity does not work properly. For some reason, on certain (seemingly random) machines, Audacity needs to be in XPSP3 ...
0
votes
0answers
90 views
Running Elevated Logon Script [closed]
I have to run a powershell script every time a user logs on. This script needs to be run elevated. Is there a way to do this with out prompting the user. I am currently running the script using on ...
0
votes
0answers
367 views
Group policy settings not applied
We're running a Windows 2008 R2 domain. On the root of the domain, I have a GPO to turn on automatic updates and install them at 5pm on Thursday. In a lower OU (made for computers using Deep ...
0
votes
1answer
59 views
Is this right Script?
Set objNetwork = CreateObject("WScript.Network")
objNetwork.AddWindowsPrinterConnection "\\my_server_name\my_printer_name"
hello all,
i used the script written above in a windows server 2003 ...
0
votes
1answer
674 views
Group policy home page not changing
We've recently made a new homepage and want to point users to the new one. I went into the existing group policy under User Configuration > Windows Settings > Internet Explorer > URLs and changed the ...
0
votes
1answer
267 views
How to programmatically schedule a task to run when shutting down Windows?
This is almost the same as http://stackoverflow.com/questions/101647/how-to-schedule-a-task-to-run-when-shutting-down-windows, except I need to do it programmatically. Also, I need the guarantee that ...
0
votes
1answer
325 views
Where do I get Microsoft.GroupPolicy.Management.dll?
Having a look at this code
http://msdn.microsoft.com/en-us/library/ee862406%28VS.85%29.aspx
It says "Add the Microsoft.GroupPolicy.Management assembly to your project" but i cant seem to find out ...
0
votes
2answers
680 views
GPO settings - will they overwrite registry modifications on client machine?
I have installed a windows application, whose configuration settings come from a GPO (User configuration) on a Windows Server 2003 machine.
The GPO sets a few registry keys, specific to the ...
0
votes
1answer
1k views
How to disable autocomplete for passwords in IE8 via GPO?
In IE6 there was a registry key hidden away that would allow you to enable autocomplete but only for usernames, not passwords.
This key no longer has any effect in IE8. I can either enable or ...
0
votes
1answer
239 views
Is it possible to Shut down a local pc with group policies programatically through .net application?
I have a local application running with an user than have a group policy indicating this user can’t shutdown the pc.
And then I use your code, but when I ask by user and password to impersonate my ...
0
votes
1answer
987 views
Disable “Adjust Date/Time” in Vista Home Edition
My company has got quite a number of client laptops out in the field. These laptops are running Windows Vista Home edition.
I was recently asked if I could find a way to disable the user's ability ...