Tagged Questions
The group-policy tag has no wiki summary.
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 ...
3
votes
1answer
469 views
How do I set a Group Policy's Password Policy in C#
I am trying to retrieve a group policy from a Windows Server 2008 Active Directory and change the minimum password age, maximum password age, and minimum password length in a C# application.
Is ...
3
votes
0answers
126 views
Is there any way to read password policies via the WMI RSOP_XXX classes?
Those all reside in the root\RSOP\Computer namespace. The only class from which I got non-empty results is RSOP_RegistryPolicySetting, and that one only gave me settings for Windows Update and System ...
3
votes
3answers
2k views
Reading Local Group Policy / Active Directory Settings
I'm writing a C# program that will enforce password complexity in accordance with the Windows Group Policy setting "Password must meet complexity requirements". Specifically, if that policy is set to ...
2
votes
1answer
249 views
Do I have to explicitly support the Wow6432Node in ADMX-files?
We're providing an ADMX-file with our (32bit) application so it can be centrally configured via group policies. Do I have to explicitly provide policies for the Wow6432Node registry keys in case the ...
1
vote
2answers
74 views
powershell: script to start a program with parameters?
When i run the Powershell script below i receive the error below. How do i run programs through powershell with parameters? The script will be a group policy logon.
Invoke-Expression : A ...
1
vote
3answers
303 views
Using a powershell script as a logon script (group policy) which starts a external program?
I have made a power shell script which loads pageant (a windows SSH authentication agent)
with my private keys. In short the script isn't much more than the following two lines:
$tool = ...
1
vote
2answers
125 views
Permitted logon hours on group with Active Directory
I search for a long time how I can define permitted logon hours on group like it is possible to do with user from the account tab in Active Directory.
I already have a class in c# that can make ...
1
vote
1answer
166 views
How to retrieve group-policy settings programatically?
Microsoft deliveres a nice COM enabled DLL named GPMGMTlib (GPMC API) to manage GPOs in an Active Directory. This library exports an interface called IGPMGPO, which represents a GPO and can do all ...
1
vote
0answers
97 views
Disabling and Enabling Shutdown on demand
I want to disable or enable Shutdown,Restart,Hibernate, and Sleep options in the start menu of Windows XP/7 programmatically and on demand (immediately).
Using gpedit.msc tool and setting Remove and ...
1
vote
2answers
345 views
1
vote
0answers
197 views
How to connect to gpedit.msc? [closed]
Possible Duplicates:
how do I configure group policy using C#?
How to edit the gpedit policy
How to connect to gpedit.msc, specially the limit reservable bandwidth?
I'm using C#.
1
vote
2answers
285 views
Deploy custom .NET Windows Service via Group Policy
I have a Windows Service packaged to MSI that I would like to deploy (unattended) to a number of workstations.
According to the following question on ServerFault: Installing MSI via Group Policy in a ...
1
vote
1answer
592 views
Powershell Newbie: How do I filter results so that only the information I get back can be used in a pipeline?
Lets say I run a powershell command (in my case Group Policy related) but lets say I run this command:
PS C:>Get-GPO -All
and my output looks like:
DisplayName : My Named GPO
DomainName : ...
1
vote
1answer
359 views
How could you edit a specific group policy using a batch file
Im working on over 700 computers in a school district and have written a small program that i intend to write to a cd. The program is set to autorun when the disk is inserted and prompt the screen ...
1
vote
1answer
975 views
C# How do I disable interactive login for a local user account. Similar to Network Service account
I've created a special user account for my applications use, and I need to know how to disable the interactive login feature so that it's only available as a system account. Right now any machine I ...
1
vote
2answers
570 views
How can I create a Visual Studio Setup Project MSI that can be installed unattended via AD Group Policy?
if i want to install a MSI, created by Visual Studio 2005, via Active Directory Group Policy:
What requirements must be met by the Setup Project?
How can I specify the installation path? Is this a ...
1
vote
1answer
1k views
Is there a way to disable formatting of a USB Flashdrive?
Can any script or setting be written (autorun file?) to disable formatting of a USB Flashdrive? (Win XP, via Windows Explorer > Format)
I'm aware of write-protection, but I don't want to completely ...
0
votes
0answers
16 views
Group Policy API
Is it possible to use Advanced Group Policy API to prevent an user from launching certain applications?
Is it any other way to do it programatically in windows?
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
22 views
HTML (.HTA File) document resizes when i dont want it to
I have a HTML document that shows a picture at windows start-up. The picture will inform the user of something relevent such as to update there phone message, store data in backup folders, restoring ...
0
votes
1answer
27 views
Let my Application be controlled by GPOs
I am developing an application. I want my application to be configurable via own-defined GPOs, that the system administrator can manage my application behaviour for each group and user individually.
...
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
1answer
73 views
Programmatically get localized user-friendly group policy names in Windows
Please take a look at this screenshot (gpedit.msc) of local group policy settings on my computer:
Is there any way to retrieve user-friendly (localized) group policy names (circled in the ...
0
votes
0answers
25 views
Problems with INetFwPolicy2 interface and group policy
Using INetFwPolicy2, it is fairly trivial to check and/or modify the local Windows Firewall policy. However is there anyway this API can be used to check the status of the firewall once a group policy ...
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
2answers
90 views
Read and set Group Policy settings from C++ program
I have a standalone Windows-NT based machine (not connected to any network) and I want to be able to read and later set the Group Policy settings via a C++ program.
Here's what I would do manually. ...
0
votes
0answers
118 views
How to automate Public folder calender to show in Favorite Folder of mail
How to automate the process to show my public folder calender in Mail Favorite folder?
I wanted to do it either by login script or by group policy.
I am using Microsoft Exchange server 2007 with ...
0
votes
1answer
77 views
Granular policy document permissions in AWS
I want to be able to allow users created through IAM to be able to view one specific bucket in the management console. Furthermore, I want to restrict it to a folder within the bucket, such that the ...
0
votes
0answers
46 views
Group Policy Logoff Script
I am writing a log off script that queries an existing database for a specific row to update.
I want to capture the result of sql query that identifies the specific row to update log off time. Here is ...
0
votes
1answer
189 views
Running a “rundll32.exe” process at Win7 Logon, Lock, & Switch User screens?
Before I start, another post for something similar to this request for help is located at Running a process at the Windows 7 Welcome Screen, but the responses were not quite what I believe I am ...
0
votes
0answers
46 views
Can group policies prevent a jsp from properly executing?
We have a c# application running here which basically just gets content via a browser object from a webserver which returns content via jsp (over which I do not have control).
All is running great but ...
0
votes
0answers
39 views
Possible to log Group Policy machine startup scripts?
We have a few machine startup scrips that don't seem to run or are erroring out with no explanation.
Is it possible to setup a general GPO that would enable logging of any machine startup scripts to ...
0
votes
1answer
128 views
Ensuring “Always Check for new Pages” in Internet Explorer
We are having a problem with some of our web services in our applications. Basically, Internet Explorer is caching some of the XML and so the apps are not updating. I have been asked by some of our ...
0
votes
0answers
145 views
“Group Policy Getting Err in IE8 ”A script is accessing some software (an ActiveX control) …"
I am getting following error in IE8 depending on machine i log on
A script is accessing some software (an ActiveX control) on this page which has been marked safe for scripting. Do you want to allow ...
0
votes
0answers
266 views
Iterating through group or local policy settings in c#
How can I group or local policy settings in C#?
Do I really have to go through the WMI and connect to RSOP and determine which setting is stored in which key?
This seems arbitrarily difficult.
0
votes
1answer
126 views
Group Policy for allowing users to install a service [closed]
I'm also search the web for this, but I'm curious if anyone is aware of a Group policy that allows a user to install a service and only Install services or potential install it through Group policy. ...
0
votes
0answers
202 views
Changing user-permissions on-the-fly
I am not quite sure about what technology to use to achieve the following. So please feel free to kick me out and show the the way towards google. My problem is that I don't know what should I look ...
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
3answers
192 views
How do I change the owner/group of a file in my server?
I am getting a 500 error because the owner of some of my files is set incorrectly, its set at 0 0 when the rest are at 510 510?? How do I fix this, I've read something about ssh?
0
votes
2answers
615 views
Log files for group policy application deployment
I'm looking into using group policy to deploy a couple of applications. I want to have the log of each installation written to a shared folder on a file server for tracking purposes.
I can create the ...
0
votes
1answer
608 views
Can't read from RSOP_RegistryPolicySetting WMI class in root\RSOP namespace
The class is documented in
http://msdn.microsoft.com/en-us/library/aa375050%28VS.85%29.aspx
And from this page it seems it's not an abstract class:
...
0
votes
2answers
666 views
Which has the greater precedence: Windows Group Policy or Registry Keys
Say there is a group policy that prevents the user from using the "run" command in Windows. What would happen if there was a registry key that contradicted this i.e. allowed the user to use the run ...