Posts

Showing posts with the label GPO

Group Policy Processing and MS16-072

Today I'll talk about a change in the group policy processing design that troubled me today. I created a new GPO, configured the settings and the security filtering in order to restrict it to a test users group and then linked in to the domain. The policy however did not apply to all of the users in security group. I started by running gpresult in order to get the status of the GPO for the users on their computers. The GPO was inaccessible. I then double checked the permissions on the GPO just to make sure that the filtering has applied the correct permissions and that there were no deny permissions. Everything was good so far. I fired up the event viewer on the client computer in order to check the events regarding the group policy processing but there were not events regarding my GPO. After a quick check on the SYSVOL and ADSIEdit, I decided to focus on the client side since the GPO applied to some of the users in the security group and discovered the following. Recently, the...

Google Earth 7.1 Group Policy Install

I was asked today to install Google Earth 7.1 on several computers. Since I had deployed the previous version using GPO I though I would give it a try. I downloaded the Google Earth custom installer (left Auto update unchecked) and started the installation. The installer extracts all files in a directory in the %temp% folder so when the extraction is complete go and copy that folder to your desktop. After that, start the administrative install with the command: msiexec -a "Google Earth.msi" When it asks you for a path, enter the network location where you want to have the installation files. Now, when you try to add a package to your group policy object it may fail with an error like the following: "Unable to extract deployment information from the package. Run validation on the package to ensure that the package is correct." In that case fire up orca from the Microsoft Windows SDK, open the msi file on the network location and remove all language codes except 1...