The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

Script to turn off local Group Policy “Removable Storage Access” restrictions w/o restart

Our problem: Fresh install Windows 7 Change LGPO: [Computer Configuration->Admin. Templates->System->Removable Storage Access->*Deny write access ] Join domain Due to contingency requirements, I ...
-1
votes
0answers
11 views

How do I enable Save As in an Outlook 2010 Message? [closed]

In Outlook 2010, I cannot save any message as an Outlook Template. Do I need to change a registry entry?
2
votes
2answers
56 views

Build command parameters based on input

I am attempting to build a script that will import data from a CSV and process commands based on the data that is filled in. Small Example: CSV formatted with following headers Name TargetOU ...
-1
votes
1answer
48 views

How to push packages to client Mac OS X machines from OS X server at login of clients? [closed]

I wanted to know if there is option to install application at login time in Mac OS X.That is, push packages to client Mac OS X machines from OS X server at login of clients similar to Group Policy ...
1
vote
1answer
554 views

Auto generate outlook signature by GPO using multiple signatures

A while back i have searched for a flexible way to automatically generate a signature for different types of users. Our domain has multiple companies and each have different needs. The default scripts ...
1
vote
1answer
194 views

Script to modify Local Group Policy Editor?(internet setting autocomplete)

I am trying to automate the turn off all AutoComplete Internet Settings in Local Group Policy Editor by scripting in innosetup. The idea is that it would modify the computer/server so that the user ...
0
votes
0answers
39 views

Services and Scheduled Tasks assigned to a user account

In Windows Server 2008 R2 Lets assume user acct: User1 Password for User: 1234 I have assigned an automatic service to run based on User1's credentials for startup of service. I have also created a ...
0
votes
1answer
21 views

confirm encyption type used

Is it possible to look at a pdf and tell what encryption level was use to encrypt it? We are proposing to set an AES encytion level, in Word by group policy, and wanted to confirm this was actually ...
0
votes
1answer
565 views

Why is Remote Desktop Services missing from Group Policy Management in Server 2008?

I have SBS 2008 and my client PC's are not able to RDP to each other. The settings are grayed out due to being joined to the domain. No prob, right? go into Group Policy Management, and locate this ...
0
votes
1answer
210 views

Enable group-policy using a batch file

If one wanted to permanently enable or disable a GPO, how would one go about doing so using a batch file? I'm trying to create a batch file that changes the settings that says "Always use custom logon ...
0
votes
0answers
88 views

Programmatically Map Drives in Group Policy Object

I want to write a program in C# that will map a drive in the GPO. I found the Microsoft.GroupPolicy.Management.dll which I think will allow me to do it, but I don't know what options to set.
0
votes
0answers
39 views

Is it possible to disable creation of sub folders within a folder to certain users?

The requirement is to disable the end users of the PCs ( Windows 7 and Possibly XP) from creating subfolders with a set root folder. The IT team wants to restrict users to creating documents within ...
0
votes
1answer
63 views

Issue with group/domain controls and admin rights

Server: Windows Server 2003 PC: Windows XP (Laptop) Issue: The PC in question cannot get administrator rights even when logged on as the top level administrator account, or any other admin account. ...
0
votes
0answers
213 views

A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in

GPMGMTLib.GPM gpm = new GPMGMTLib.GPM(); GPMGMTLib.IGPMConstants gpc = gpm.GetConstants(); GPMGMTLib.IGPMDomain gpd = ...
1
vote
1answer
81 views

Windows 8 custom imagining for multiple clients -help please?

If anyone can help us I would be very grateful! Every week we have multiple pc's to distribute to new clients. The machines have to be heavily customised with quite a few specifics: Removal of most ...
0
votes
0answers
40 views

Active Directory GPO error; Printers not created on client

I have set-up an Active Directory environment with Windows Server 2008 R2 which is working great so far. But I keep getting an error message in the logs of a Windows 7 client machine: "0x80070bbf The ...
0
votes
0answers
290 views

An error has occurred while collecting data for Administrative Templates

I'm just checking my group policy in the group policy management and i came across this error. Expected one of the following possible element(s), <text>, <decimalTextBox>, ...
0
votes
1answer
144 views

GPO WMI username filter not working over RDP

I'm trying to write a WMI filter to prevent a GPO from applying to certain users SELECT * from Win32_ComputerSystem WHERE NOT UserName LIKE 'domain\\user1_%' AND NOT UserName LIKE 'domain\\user2_%' ...
0
votes
0answers
260 views

gpupdate with powershell

I want to perform a gpupdate as an -Action of a System.IO.FileSystemWatcher instance but gpupdate occasionally hangs completely when being called from PowerShell. I have tried the following way to ...
0
votes
0answers
39 views

group control policy windows 7

i am running win7 ultimate with 2 users on. i am the admin and theres another user who is a basic user. i need to give the basic user permissions to install and remove software from the computer. i ...
0
votes
1answer
215 views

Prevent Windows from Logging Off (or Shutting Down) using windows settings [closed]

I'm a system administrator who has full administrative access to a computer lab which dual boots windows and mac machines. I'm looking for a way to prevent users from logging off or shutting down the ...
0
votes
1answer
155 views

How to validate group policy applied preperly on remote PCs?

I want to verify if the GPO can apply properly on many remote PCs under a domain.Is there any command to check remote PCs register item in order to verify group policy applied? Or any other way to ...
1
vote
1answer
446 views

Update the Local Computer Policy in Windows 7 with IGroupPolicyObject

I just want to be able to programatically do what gpedit.msc does. I'm trying to set the value of these keys to 1 and Update the Local Group Registry. In gpedit.msc: Local Computer Policy/Computer ...
0
votes
1answer
182 views

Adding EFS Data Recovery Agent (DRA) certificate programmatically by API

I'm looking for a way to programmatically (any language) add a Data Recovery Agent (DRA) certificate for Encrypting File System (EFS) in Windows OS. Manually it's easy to perform by: gpedit.msc - ...
0
votes
1answer
952 views

How to make a script only run once per user by gpo?

I have been searching the web and i came up with NO results while it seems so convenient to have! Background information: With basic netlogon batchfiles i used a write a checkfile in a temp folder to ...
2
votes
0answers
388 views

Sharepoint 2010 Change User Active Directory Group Policy, Programmatically Add User to SharePoint Group

I have few Site Collections where permissions are granted using Active Directory Security Groups. Therefore a Site Collection might have 3 Site Permission Groups which contains the AD Security ...
3
votes
1answer
2k views

Force IE out of Compatibility Mode

I've read the following MSDN page: http://msdn.microsoft.com/en-en/library/cc817574.aspx And quite a few questions on SO, but I'm not entirely convinced I have the answer I want. We are currently ...
4
votes
1answer
1k views

Executing a batch script on Windows shutdown

Is there any way, in Windows 7 Professional, to run a batch script (e.g., a .BAT file) when the user clicks on "shutdown" (not a batch file scheduled to shut down the machine, just one that runs only ...
2
votes
0answers
455 views

Deleting Temporary Internet Files through Group Policy

I have a domain controller running on Windows 2008 Server R2 and users login to application servers on which Windows 2003 Server SP2 is installed. I have applied a Group Policy to clean temporary ...
0
votes
0answers
73 views

How to programmatically add site to a security zone in GP context from a BHO

I'm trying to add a site to a zone in an IE BHO using SetZoneMapping. It works fine without Group Policy. However, if a site is mapped by “Site to Zone Assignment List Policy” in GPO, then the code ...
0
votes
1answer
182 views

Configure Group Policy

I'm a programmer, which to write my first program, i already write it... and now I'm providing user interface and the side things which i wish to do automatically instead of making user to do all of ...
0
votes
0answers
251 views

Add Shutdown Script to Group Policy programatically using C#

My requirement is I have to run an application when user logs out from windows. To achieve this I felt that adding a Shutdown script to Group Policy of Windows would be a feasible solution. We ...
0
votes
0answers
127 views

Change Scrollbar Size in GPO

I am a touchscreen/kiosk setup running on Windows 7. I need to have a wider scrollbar in Internet Explorer. Is there an option in Group Policy Editor to change the scrollbar width like you can in ...
1
vote
1answer
172 views

Using Powershell on W2K3 to get group policy

Trying to create a script to get the group policy. Originally I thought this was going to be simple, after discovering several group policy cmdlets, however I've noticed that all the group policy ...
1
vote
1answer
274 views

Mandatory Roaming Profiles caching

I'm in a Public library scenario and use roaming mandatory profiles locked down with group policies. If I do not set "Delete cached copies of roaming profiles" in the computer policy, the other ...
0
votes
0answers
76 views

Windows XP remote login issue [closed]

I am trying to use automation to login to a remote Windows XP machine. I have remote desktop working, but the problem is, when it loads the remote machine it brings up the windows login screen. I ...
0
votes
1answer
1k views

JACC Policy Provider:Failed Permission Check permission (“ (”java.security.SecurityPermission“ ”setPolicy“) ”)

If I deploy my jsf2.0 web app on glassfish3.1.2 it is working fine and login mechanism is working fine. But same app when i am trying to deploy on glassfish3.1.2 on my colleagues machine at the time ...
0
votes
0answers
75 views

After active directory settings where will be the registry key created

I'am using active directory to create a user, in an application,after that where will be the register key created in registry editor.
0
votes
1answer
343 views

Any user can add workstation to Windows Server 2003 domain even with GPO set

As the title says - we have a domain with a DC running Windows Server 2003 that is allowing any authenticated user to add workstations to the domain. Currently in the Default Domain Policy, we have ...
0
votes
1answer
349 views

Mapping a network drive only when connected to a Domain

I have looked around a bit, and I haven't found a solution that exactly fits my needs. I have a Laptop that I use for work, and for personal use at home. At work, we are operating on a Domain, and ...
2
votes
0answers
208 views

Managing Net TCP Port Sharing Configuration through Group Policy

Our organization has an application infrastructure that consists of many WCF services deployed over many different servers on our network. We'd like to move towards using the Net TCP Port Sharing ...
0
votes
2answers
222 views

COM Interops InvalidCastException with IGroupPolicyObject

I have defined the following class using COM to use the IGroupPolicyObject using C#.NET: [ComImport, Guid("EA502722-A23D-11d1-A7D3-0000F87571E3")] public class GPClass { // The C# ...
0
votes
1answer
757 views

How to get/set/update registry value through group policy cmdlet of Windows PowerShell?

I have configured the EventForwarding Manually but I was wondeing If I could do it programmatically and I came across the Group Policy Cmdlets which seems to be the solution. Here is what I am trying ...
0
votes
1answer
324 views

Group Policy Event Forwarding through PowerShell - Windows

On windows server, when you open group policy setting (gpedit.msc in System32), I can set up Event Forwarding by following steps here: ...
2
votes
1answer
197 views

Does %TEMP% and %TMP% referes different locations for computers running Terminal Service

A windows 2000 computer running Terminal Service creates a temporary folder for each terminal session, and it appends the hexadecimal value to the temporary folder name depicted by the environment ...
0
votes
1answer
51 views

SQL Compact Edition (CE) and password complexity requirements

In Windows 7 we have group policies enforcing password complexity requirements which demands "better" password for SQL server express. Does this impact SQL CE as well?
1
vote
2answers
56 views

Can we set NuGet URLs with domain policy

NuGet is just great addition for Visual Studio. And it also allows for custom NuGet repositories as long as you provide custom URLs to them. For company-related projects we can have own NuGet ...
0
votes
1answer
261 views

How to list all GPOs applied to an OU included inherited ones(C#)

I'm searching for a way to list all GPOs applied (linked and inherited) to a specific OU through code. I know there is an attribute representing the linked GPOs called GPLink, but it only gives the ...
0
votes
1answer
690 views

Deploy MSI in advance to Group Policy Software Install

BACKGROUND My software is deployed over our network via Group Policy, using a standard MSI installer with some custom actions that register that the software is in fact deployed. It's all very ...
0
votes
1answer
287 views

How to hide user from login screen using .NET C#?

I need to hide a user account name from "Switch User" screen on Windows. For that I need to add that user's name into Local Computer Policy / Computer configuration / Windows Settings / Security ...

1 2