Software Installation - Group Policy

I created a group policy objects to include software installation of both Adobe Flash Player ActiveX and NANPI but they did not update both on several systems that I tested on.
UNC Path to both MSI files are good and I checked permission, it should not be any problem for these systems to access both MSI files. My goal is to update existing Adobe Flash to latest version and to install them if any system do not have them. 
I do not understand why Group Policy failed to update Adobe Flash ActiveX and NANPI version 14 to 16 on both systems.

Application Event Log is showing this:
Application Management Group Policy
General
Failed to apply changes to software installation settings.  The installation of software deployed through Group Policy for this user has been delayed until the next logon because the changes must be applied before the user logon.  The error was
: %%1274
Detail
-> Event Data: The installation of software deployed through Group Policy for this user has been delayed until the next logon because the changes must be applied before the user logon. 1274
Do you have any idea what this can be causing this problem? 

Similar Messages

  • Deployment of software through Group policy does not work

    Hi all,
    I am trying to deploy a program through Group policy, specifically winrar, any client computer is able to install the program. Please find below the events from the workstation:
    Log Name:      Application
    Source:        Microsoft-Windows-WMI
    Date:          4/27/2014 10:06:01 PM
    Event ID:      10
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      IRCLIENT0001.corp.healthcareinnovation.com
    Description:
    Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because
    of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected.
    Log Name:      System
    Source:        Microsoft-Windows-GroupPolicy
    Date:          4/27/2014 10:04:49 PM
    Event ID:      1085
    Task Category: None
    Level:         Warning
    Keywords:      
    User:          SYSTEM
    Computer:      IRCLIENT0001.corp.healthcareinnovation.com
    Description:
    Windows failed to apply the Software Installation settings. Software Installation settings might have its own log file. Please click on the "More information" link.
    Log Name:      System
    Source:        Application Management Group Policy
    Date:          4/27/2014 10:04:49 PM
    Event ID:      108
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          SYSTEM
    Computer:      IRCLIENT0001.corp.healthcareinnovation.com
    Description:
    Failed to apply changes to software installation settings.  Software changes could not be applied.  A previous log entry with details should exist.  The error was : %%1612
    Log Name:      System
    Source:        Application Management Group Policy
    Date:          4/27/2014 10:04:48 PM
    Event ID:      102
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          SYSTEM
    Computer:      IRCLIENT0001.corp.healthcareinnovation.com
    Description:
    The install of application WinRAR from policy Basic Computers GPO failed.  The error was : %%1612
    I am using windows server 2008 R2 and all my clients are running Windows 7 Enterprise and they are working over a domain, note that I am using VMware.
    Below there are a list of the troubleshooting steps that have been already applied:
    *Disable the the firewall both in the server and in the clients 
    *Grant read access to the folder where the the program is shared for installation, it was added the authenticated users and domain computers.
    *Group policy modifications: 
    -> User Account Control
    Policy Setting Winning GPO 
    - User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode Elevate without prompting Basic Computers GPO 
    - User Account Control: Detect application installations and prompt for elevation Disabled Basic Computers GPO 
    - User Account Control: Only elevate UIAccess applications that are installed in secure locations Disabled Basic Computers GPO 
    - User Account Control: Run all administrators in Admin Approval Mode Disabled Basic Computers GPO 
    --> System/Group Policy
    Policy Setting Winning GPO 
    - Startup policy processing wait time Enabled Basic Computers GPO 
    Amount of time to wait (in seconds): 120 
    --> System/Logon
    Policy Setting Winning GPO 
    - Always wait for the network at computer startup and logon Enabled Basic Computers GPO 
    Thank you very much for your time.

    Hi Marco,
    Based on your description, we can enable diagnostic logging of Group Policy Software Installation processing to troubleshoot the issue.
    Regarding this point, the following article can be referred to for more information.
    How to troubleshoot software installations by using Windows application management debug logging
    http://support.microsoft.com/kb/249621
    Once you get the log, you may upload it to OneDrive and provide us the download link.
    In addition, the following article provides a step-to-step guidance for deploying software via group policy and can be referred to for double check.
    How to use Group Policy to remotely install software in Windows Server 2008 and in Windows Server 2003
    http://support.microsoft.com/kb/816102
    Best regards,
    Frank Shen

  • Deploying software through group policy with certain requirements

    here is the question:
      I have an existing Active Directory environment, consisting of 300 computers.  we need to install the latest version of ADOBE ACROBAT READER to all computers with the following requirements:
    . The application is not supported on windows XP
    . We need to have automatic updates turned off within the application
    . We need a silent, automatic installation.
    . The Engineer Department needs to be excluded, as they use Proprietary PDF app. 
    Is is possible to deploy thru Group Policy and meet all these so called requirements ?  

    Hi,
    Before going further, I agree with Zanderol24.
    >>
    The application is not supported on windows XP
    We can use a WMI filter to exclude Windows XP clients from applying the software installation policy.
    Regarding WMI filter, the following article can be referred to for more information.
    WMI filtering using GPMC
    http://technet.microsoft.com/en-us/library/cc779036(v=ws.10).aspx
    Regarding how to use WMI filter to filter out Windows XP, the following article can be referred to as reference.
    Create WMI Filters for the GPO
    http://technet.microsoft.com/en-us/library/cc947846(v=ws.10).aspx
    >>We need to have automatic updates turned off within the application
    For this is related to the software, we can contact vendor support to ask for suggestions.
    >>We need a silent, automatic installation.
    We can choose to assign a program distribution to users or computers.
    If we assign the program to a user, it is installed when the user logs on to the computer. When the user first runs the program, the installation is completed.
    If we assign the program to a computer, it is installed when the computer starts, and it is available to all users who log on to the computer. When a user first runs the program,
    the installation is completed.
    Regarding how to use Group Policy to remotely install software, the following article can be referred to for more information.
    How to use Group Policy to remotely install software in Windows Server 2008 and in Windows Server 2003
    http://support.microsoft.com/kb/816102/en-us
    >>The Engineer Department needs to be excluded, as they use Proprietary PDF app.
    If we choose to assign the software to computers, we have to filter out computer accounts for the Engineer Department from applying the software installation policy. If we
    choose to assign the software to users, we have to filter out user accounts for the department. We can use security filtering to do this.
    Regarding security filtering, the following articles can be referred to for more information.
    Security filtering using GPMC
    http://technet.microsoft.com/en-us/library/cc781988(v=ws.10).aspx
    Filter Using Security Groups
    http://technet.microsoft.com/en-us/library/cc752992.aspx
    Best regards,
    Frank Shen

  • Deploying Creative Cloud for Teams via Group Policy

    Good afternoon, we are trying to deploy our Creative Cloud for Teams products.  Our ideal situation would be where we are able to deploy the Creative Cloud Software (e.g. including Photoshop, InDesign, Illustrator, etc) using Group Policy, then assign the respective user licenses using the Management Console.  This would send out the email to the applicable user for them to create and Adobe ID, and use the software that has been installed.  However, we are able to install the software using Group Policy Deployment using the msi created using the Creative Cloud Packager, but any user is able to use the software on the PC, not just the person who has been assigned the licence via the console email.  Is anyone else successfully deploying in this way?
    Kind regards
    Mel

    Team license links that may help
    -team plans https://creative.adobe.com/plans?plan=team
    -http://www.adobe.com/creativecloud/buy/business.html
    -https://helpx.adobe.com/contact/creative-cloud-teams.html for Team help
    -manage your team account http://forums.adobe.com/thread/1460939?tstart=0
    -Team Installer http://forums.adobe.com/thread/1363686?tstart=0

  • How to set up Group Policy without any server installed

    How to set up Group Policy on Win8 without any server installed?
    I have set up 50 users on LAN and want to push softwares via one common point. From google I found to deploy Software using Group Policy. But then Group Policy occurs in Servers and I don't have any server set up.

    Hello,
    a Domain requires at least one Windows server OS machine which has Active Directory installed.
    As previous already mentioned from SenneVL this also requires that computers are added to the domain and that you create user accounts in Active Directory users and computers which stores the account information in the Active directory database.
    In your case with single computers each machine has its own database(SAM) which stores passwords etc. this is different in a domain.
    Each computer has a local policy which will be overwritten from centrally managed policies from the domain.
    "The common point would be my PC (Admin PC) ."
    This machine can not be used for your needs with software installation for 50 computers.
    "How To Use the Group Policy Editor to Manage Local Computer Policy."
    This is about the local machine and you cannot manage them for other computers from your Admin PC.
    "DOMAIN part: By default Microsoft takes everyone on Workgroup. Is that not a default DOMAIN? or should I make one lets say "ABC" on every PC ?"
    NO, this is NOT a domain.
    http://windows.microsoft.com/en-us/windows7/what-is-the-difference-between-a-domain-a-workgroup-and-a-homegroup
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Configuring WMI Filters or GPO for Software Installation restirctions

    Good day all,
    I am trying to configure a first time WMI filter to prevent my users from installing new software. I don't want to restrict anything they currently have as it is working fine. They have very minimal programs installed as is (MS Office, IE, Java, etc..).
    I would like to keep what they have and prevent new installations using either GPO or WMI filters. 
    I have checked a few posts prior to writing here, but I am not familiar with alot of the code or jargon that is used. I am as I said, trying this for the first time. I have been checking the below link and got as far as step 7. This is where I get lost. 
    http://technet.microsoft.com/en-us/library/jj899801.aspx
    http://technet.microsoft.com/en-us/library/cc947846%28WS.10%29.aspx
    I just need something very basic that says "You can't install this, call IT" with any new install attempts.
    PS. You guys have been a great help in the last few weeks for me.
    Dario Garcia

    Hi Dario,
    Based on your description, I understand that you want to prevent domain users from installing software via
    group policy. If anything I misunderstand, please don’t hesitate to let me know.
    As you know, you can use
    Software Restriction Policies. May also be able to use
    AppLocker. For more details, please refer to following thread.
    Block
    software installations -GPO
    In addition, from your this thread, I noticed that you focus on
    WMI filter. Did you mean that you want to know how use WMI Query to filter correct Windows version or any other? Sorry for my confusion.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • WMI Filters Folder NOT Found in Group Policy Management Console.

    We have a Small Business Server 2011 Standard Edition install that is Hosting a Domain that was migrated to it from Windows Server 2003 Standard Edition. All seems to be working. We have a few problems that we are trying to work on one at a time when this
    issue was brought to light.
    We were trying to push the installation of a client software via group policy and in the process to have it pushed by the server, we had to configure several wmi filters in the group policy management in the SBS 2011.  We opened the console and found
    that the WMI Filters Folder is nowhere to be found.
    We would like to find out what can be the cause and resolution of this problem.  I would like to find out how to get the WMI Filters folder back in the Management Console and be able to create the filters that will help us deploy the client software
    we need to provide to our users using the group policies.
    Has anyone experienced this problem.  Can we just go into the group policy management console and create the object and then import the default filters into that object we created.  The filters were exported from another sbs 2011 standard edition
    install that has the wmi filters folder in the GPMC.
    Need help on this situation.  Have very little experience in troubleshooting GPO's and GPMC's issues.
    Thank you
    JFM

    Hi,
    >>I need to find out if there is a way to get the WMI Filters Object Folder back or find a way to recreate it.
    Based on the description, we can use LDP.exe to check if the following object is missing in Active Directory:
    CN=Windows2003Update, CN=DomainUpdates, CN=System, DC=domain, DC=com
    Regarding how to use LDP.exe to view AD object, the following article can be referred to as reference.
    How to Use Ldp.exe to View Entire Directory Tree and Locate the Microsoft Exchange Container
    http://support.microsoft.com/kb/252335
    If the object is missing, we can follow the solutions described in the following article to check if the object was deleted and we need to restore it if this is true.
    Step 2: Restore a Deleted Active Directory Object
    https://technet.microsoft.com/en-us/library/dd379509(v=ws.10).aspx
    If the object is there, we can check if proper access permissions have been configured for it.
    If the object is missing but not deleted, this may be related to the migration process. If this is true, we can ask for suggestions in the following SBS forum.
    Small Business Server
    https://social.technet.microsoft.com/Forums/en-US/home?forum=smallbusinessserver
    In addition, regarding migrating Active Directory to SBS 2011 Standard, the following articles can be referred to for more information.
    Prepare your Source Server for Windows SBS 2011 Standard migration
    https://technet.microsoft.com/en-us/library/gg615494.aspx
    SBS 2011 Standard Migrations – Keys to Success
    http://blogs.technet.com/b/sbs/archive/2011/07/01/sbs-2011-standard-migrations-keys-to-success.aspx
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • PDF icon changed after deploying Reader 9.4.0 though Group Policy

    I extracted the .msi from the Reader 9.4.0 .exe, and deployed the software through group policy. Everthing works fine except now all .pdf icons show as a different Adobe icon, as opposed to the usual white icon with the red cursive "A" and the little red "pdf" box along the top left. However, if manually install the program using the .msi, the icon issue does not happen. There is nothing in the custimization Wizard for this, and I am hesitant to use Orca to try and change the .msi. The file association in windows is correct, just the icon has changed. Please help

    I did the same as you.
    // Open the field to allow user entries
    NumericField1.access = "open";
    // Allow override, means you will not get an error message when the calculated value is changed
    NumericField1.calculate.override = "disabled";
    NumericField1.value.float.value = "0";
    Restore original state of the field.
    NumericField1.access = "readOnly"
    NumericField1.calculate.override = "error"
    NumericField1.rawValue = null
    NumericField1.execCalculate()
    But you're right, the restore does not work.
    I tested execEvent("calculate") and execCalculate() with no avail.
    Very odd!

  • Software Installation Processing Alerts - Group Policy Failures?

    Hello,
    I am getting several errors reported by SCOM Software Installation Processing alert
    In the local event log I have:
    Warning 9/15/2014 11:09:37 AM GroupPolicy 1112 None
    Warning 9/15/2014 11:09:37 AM Application Management Group Policy 108 None
    Error 9/15/2014 11:09:37 AM Application Management Group Policy 103 None
    Warning 9/15/2014 11:09:37 AM Application Management Group Policy 101 None
    with the details:
    101 - The assignment of application SMS Client Setup Bootstrap from policy MITS Servers Software failed. The error was : %%1274
    103 - The removal of the assignment of application SMS Client Setup Bootstrap from policy MITS Servers Software failed. The error was : %%2
    108 - Failed to apply changes to software installation settings. The installation of software deployed through Group Policy for this user has been delayed until the next logon because the changes must be applied before the user logon. The error was : %%1274
    1112 - The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user logon. The system will wait for Group Policy processing to finish completely before the next startup or logon for this user, and this may result in slow startup and boot performance.
    - Computer Configuration > Policies > Administrative Templates > System > Group Policy > Policy > Startup policy processing is enabled 
    what does exactly this means?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    Hi,
    Yes the packaged is installed.
    Troubleshooting the issue deeper with http://support.microsoft.com/kb/249621/en-us is showing
    Software installation extension has been called for background policy refresh
    09-16 06:34:09:346
    Software installation extension has been called for background policy refresh
    The following policies are to be applied, flags are 11.
    MITS Servers Software (unique identifier {E76FB561-E177-421D-AE43-109EADEAD751})
    System volume path = \\ad.medctr.ucla.edu\sysvol\ad.medctr.ucla.edu\Policies\{E76FB561-E177-421D-AE43-109EADEAD751}\Machine
    Active Directory path = LDAP://CN=Machine,cn={E76FB561-E177-421D-AE43-109EADEAD751},cn=policies,cn=system,DC=ad,DC=medctr,DC=ucla,DC=edu
    Set the Active Directory path to LDAP://CN=Class Store,CN=Machine,cn={E76FB561-E177-421D-AE43-109EADEAD751},cn=policies,cn=system,DC=ad,DC=medctr,DC=ucla,DC=edu;.
    Enumerating applications in the Active Directory for computer MSVROFAS2 with flags 5.
    The following applications were found in policy MITS Servers Software.
    Assigned application SMS Client Setup Bootstrap (flags a0044c70).
    Found 1 applications in policy MITS Servers Software.
    Enumerating the managed applications which are currently applied to this user.
    No managed applications are currently applied to this user.
    Found 0 applications locally that are not included in the set of applications from the Active Directory.
    Application SMS Client Setup Bootstrap from policy MITS Servers Software is set for installation because it is assigned to this computer policy.
    Software installation extension cannot perform removal or install operations during asynchronous policy refresh and will force a synchronous foreground refresh.
    The assignment of application SMS Client Setup Bootstrap from policy MITS Servers Software failed. The error was : %1274
    Removing application SMS Client Setup Bootstrap from the software installation database.
    Calling Windows Installer to remove application advertisement for application SMS Client Setup Bootstrap from script C:\Windows\system32\appmgmt\MACHINE\{ecbf218d-0d04-4b00-a43e-91ba5c41d119}.aas.
    Windows Installer cannot remove application advertisement for application SMS Client Setup Bootstrap from script C:\Windows\system32\appmgmt\MACHINE\{ecbf218d-0d04-4b00-a43e-91ba5c41d119}.aas, error 2.
    The removal of the assignment of application SMS Client Setup Bootstrap from policy MITS Servers Software failed. The error was : %2
    Policy Logging for Software Management is attempting to log application SMS Client Setup Bootstrap from policy MITS Servers Software.
    Failed to apply changes to software installation settings. The installation of software deployed through Group Policy for this user has been delayed until the next logon because the changes must be applied before the user logon. The error was : %1274
    Software installation extension has detected changes that require a synchronous foreground policy refresh.
    Software installation extension returning with final error code 1274.
    And this is happening hourly !!!
    This is the current status...
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

  • MSI Package Software Installations and uninstallations by group policy and sccm

    Hi,
                I have a domain comprising approx. 30 ADCs, 5000 clients and 50 OUs. Our developers have created a c# Program for fetching some information from client machines and displaying them on their
    screen on bootup (presence of 2 particular softwares, antivirus presence and its update date, OS patches updation etc... ). This program(.msi) and .net framework 4.0 is required to be pushed to all client machines. We have SCCM server through which we can
    push software to be installed on clients. There are no. of ADCs for controlling different sites and OUs. Now I need to push this msi and .net framework to all clients. Dotnet  framework I pushed from SCCM & it is successful.
    Till today I have pushed this .MSI package using Group policy software installation settings using a local sharepath & sysvol.
    In Local Share path , MSI source is availbale at only one ADC and all clients  contact this adc only to install software and its taking very long time to boot.
    Using Sysvol share path , MSI Source is available at All ADC and All Clients Contact their Site's ADC to install software.Only Win 7, win 8 machines are getting install and software is  not able to install on XP and vista machine. What might be the
    problem for xp machine getting it from sysvol path?
    The error for XP machines is that Sysvol path is not accessible/ source is not available.
       Now I need to have some other fullproof method to apply it. How I need to push this .MSI packages to all sites (ADCs) in my child domain from my PDC.
       I want to know the steps & methods for installing & uninstalling this .MSI package using Group policy and SCCM as well.
       Thanks for replying...

    Hi,
    Based on your description, I want to confirm whether we have more than one domain. If we have more than domain, it is suggested that we can push the
    MSI package from each domain.
    Regarding how to use Group Policy to remotely install software, the following article can be referred to for more information.
    How to use Group Policy to remotely install software in Windows Server 2008 and in Windows Server 2003
    http://support.microsoft.com/kb/816102/en-us#method1
    In addition, you also mentioned how to use SCCM to do this, in order to get better assistance, we can ask help in the following SCCM forum.
    System Center Configuration Manager
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/home
    Best regards,
    Frank Shen

  • Group policy software installs to remote users without VPN

    Matt:Funny you should ask this, I justpublished a post in the Active Directory groupon how to extend AD domain services to remote users without the cost and complexity ofa traditional VPN. While DirectAccess provides a viable option, it requires Windows 7 Enterprise clients and there are a lot of moving parts to making it work (see this article).Pertino gives you the functionality and end user transparency of DirectAccess, but it works with any Windows 7 client version as well as Macs and is super simple to deploy and administer.Here's a video that shows you how.If it looks like it might work for you, you can try Pertino free for 30-days by goinghere.

    If you were able to configure DirectAccess; your remote users would be connected to the corporate network without a VPN at all times - though I'm thinking this is not applicable to your situation.
    But strictly speaking, you cannot use Group Policy Software Installation to manage software on computers that are not connected to the corporate network. 1) They are unable to retrieve the policy, and 2) unable to retrieve the software package.
    You would need a 3rd party solution for this.

  • Group Policy Management installation software properties bug found

    Hello
    In the GPM editor - Software installation Properties - Deployment tab. A deployment option "Install this application at logon" is greyed and can't check it but there is a little trick. Click on "Assigned" and the deployment option "Install
    this application at logon" is now able to check or uncheck.
    Here are some screenshot
    [IMG]http://i62.tinypic.com/2im2ykk.png[/IMG]
    [IMG]http://i59.tinypic.com/2ewcwb9.png[/IMG]
    My server is Windows Server 2012 Datacenter
    I don't know if i posted this thread on wrong section but i just report a problem.

    Hi,
    It seems that it is by design. When you are deploying applications to computers, Assigning is the only option. If you're deploying to user accounts, you can select the deployment type, Assign or Publish, from the shortcut menu.
    If you want to change the options "Install this application at logon", you will likely need to change them before applications are correctly Assigned or Published to users.
    For more detailed information, please refer to the article below:
    Advanced Published or Assigned
    http://flylib.com/books/en/4.47.1.89/1/
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Applying Software Installation Policy Is Taking Long Time During Boot Process

    1 of my servers is having slow boot up issue. I have enabled user environment debugging and the gpsvc.log file has been generated. I have also used the Windows Performance Analyzer to capture logs and results came back that the GP Client is taking a long
    time in the boot process. So, I reckoned the slow boot is due to GPO but I am not sure where to look from this log file.
    I have only paste part of the gpsvc.log file here due to limitation in the number of characters allowed to be posted. Would appreciate some good advise on this issue that I am facing.
    GPSVC(34c.408) 04:03:30:109 ReadExtStatus: Reading Previous Status for extension {FB2CA36D-0B40-4307-821B-A13B252DE56C}
    GPSVC(34c.408) 04:03:30:109 ReadExtStatus: Reading Previous Status for extension {fbf687e6-f063-4d9f-9f4f-fd9a26acdd5f}
    GPSVC(34c.408) 04:03:30:109 GetMachineToken:  Looping for authentication again.
    GPSVC(34c.408) 04:03:30:109 ProcessGPOs: Logging Data for Target <SW01E772>.
    GPSVC(34c.408) 04:03:30:109 GPLockPolicySection: Sid = (null), dwTimeout= 30000, dwFlags= 0
    GPSVC(34c.408) 04:03:30:109 LockPolicySectioncalled for user <Machine>
    GPSVC(34c.408) 04:03:30:109 Sync Lock Called
    GPSVC(34c.408) 04:03:30:109 Writer Lock got immediately.
    GPSVC(34c.408) 04:03:30:109 Lock taken successfully
    GPSVC(34c.408) 04:03:30:109 UnLockPolicySectioncalled for user <Machine>
    GPSVC(34c.408) 04:03:30:109 UnLockedsuccessfully
    GPSVC(34c.408) 04:03:30:109 ProcessGPOs: OpenThreadTokenfailed with error 1008, assuming thread is not impersonating
    GPSVC(34c.408) 04:03:30:109 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:30:109 ProcessGPOs: Processing extension Registry
    GPSVC(34c.408) 04:03:30:125 ReadStatus: Read Extension's Previous status successfully.
    GPSVC(34c.408) 04:03:30:125 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:30:125 CheckGPOs: No GPO changes and nosecurity group membership change and extension Registry has NoGPOChangesset.
    GPSVC(34c.408) 04:03:30:125 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:30:125 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:30:125 ProcessGPOs: Processing extension Wireless Group Policy
    GPSVC(34c.408) 04:03:30:125CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:30:125 CheckGPOs: No GPO changes but couldn't read extension Wireless Group Policy's status or policy time.
    GPSVC(34c.408) 04:03:30:125 ProcessGPOs: Extension Wireless Group Policy skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:30:125 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:30:125 ProcessGPOs: Processing extension Group Policy Environment
    GPSVC(34c.408) 04:03:30:125 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:30:125 CheckGPOs: No GPO changes but couldn't read extension Group Policy Environment's status or policy time.
    GPSVC(34c.408) 04:03:30:125 ProcessGPOs: Extension Group Policy Environment skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:30:125 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:30:125 ProcessGPOs: Processing extension Group Policy Local Users and Groups
    GPSVC(34c.408) 04:03:30:125 ReadStatus: Read Extension's Previous status successfully.
    GPSVC(34c.408) 04:03:30:125 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:30:156 GPLockPolicySection: Sid = (null), dwTimeout= 30000, dwFlags= 0
    GPSVC(34c.408) 04:03:30:156 LockPolicySectioncalled for user <Machine>
    GPSVC(34c.408) 04:03:30:156 Sync Lock Called
    GPSVC(34c.408)04:03:30:156 Writer Lock got immediately.
    GPSVC(34c.408) 04:03:30:156 Lock taken successfully
    GPSVC(34c.408) 04:03:30:156 ProcessGPOList: Entering for extension Group Policy Local Users and Groups
    GPSVC(34c.408) 04:03:30:156 MachinePolicyCallback: Settingstatus UI to Applying Group Policy Local Users and Groups policy...
    GPSVC(34c.408) 04:03:30:156 ProcessGPOList: No changes. CSEwill not be passed in the IwbemServicesintfptr
    GPSVC(34c.364)04:03:30:156 Message Status = <Applying Group Policy Local Users and Groups policy...>
    GPSVC(34c.364) 04:03:30:156 Setting GPsessionstate = 1
    GPSVC(34c.408) 04:03:31:796 ProcessGroupPolicyCompletedExInternal: Entering. Extension = {17D89FEC-5C44-4972-B12D-241CAEF74509}, dwStatus= 0x0
    GPSVC(34c.408) 04:03:31:953 GetWbemServices: CoCreateInstancesucceeded
    GPSVC(34c.408) 04:03:36:031 ConnectToNameSpace: ConnectServerreturned 0x0
    GPSVC(34c.408) 04:03:36:140 ProcessGroupPolicyCompletedExInternal: Extension {17D89FEC-5C44-4972-B12D-241CAEF74509} was able to log data. Error = 0x0, dwRet= 0. Clearing the dirty bit
    GPSVC(34c.408) 04:03:36:500 ProcessGroupPolicyCompletedExInternal: Finished processing extension <Group Policy Local Users and Groups> at 44203 ticks (ms)
    GPSVC(34c.408) 04:03:36:500 ProcessGroupPolicyCompletedExInternal: Leaving. Extension = {17D89FEC-5C44-4972-B12D-241CAEF74509}, Return status dwRet= 0x0
    GPSVC(34c.408) 04:03:36:500 ProcessGPOList: Extension Group Policy Local Users and Groups returned 0x0.
    GPSVC(34c.408) 04:03:36:500 ProcessGPOList: Extension Group Policy Local Users and Groups status was not updated because there was no changes and no transition or rsopwasn't enabled
    GPSVC(34c.408) 04:03:36:500 UnLockPolicySectioncalled for user <Machine>
    GPSVC(34c.408) 04:03:36:500 UnLockedsuccessfully
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: Processing extension Group Policy Device Settings
    GPSVC(34c.408) 04:03:36:531 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:531 CheckGPOs: No GPO changes but couldn't read extension Group Policy Device Settings'sstatus or policy time.
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: Extension Group Policy Device Settings skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: Processing extension Folder Redirection
    GPSVC(34c.408) 04:03:36:531 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:531 CheckGPOs: No GPO changes but couldn't read extension Folder Redirection's status or policy time.
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: Extension Folder Redirection skipped with flags 0x7.
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: Processing extension Microsoft Disk Quota
    GPSVC(34c.408) 04:03:36:531 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:531 CheckGPOs: No GPO changes but couldn't read extension Microsoft Disk Quota's status or policy time.
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: Extension Microsoft Disk Quota skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:531 ProcessGPOs: Processing extension Group Policy Network Options
    GPSVC(34c.408) 04:03:36:531CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:546 CheckGPOs: No GPO changes but couldn't read extension Group Policy Network Options'sstatus or policy time.
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: Extension Group Policy Network Options skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: Processing extension QoSPacket Scheduler
    GPSVC(34c.408) 04:03:36:546 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:546 CheckGPOs: No GPO changes but couldn't read extension QoSPacket Scheduler's status or policy time.
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: Extension QoSPacket Scheduler skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: Processing extension Scripts
    GPSVC(34c.408) 04:03:36:546 ReadStatus: Read Extension's Previous status successfully.
    GPSVC(34c.408) 04:03:36:546 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:546 CheckGPOs: No GPO changes and no security group membership change and extension Scripts has NoGPOChangesset.
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: Processing extension Remote Desktop USB Redirection
    GPSVC(34c.408) 04:03:36:546 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:546 CheckGPOs: No GPO changes but couldn't read extension Remote Desktop USB Redirection's status or policy time.
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: Extension Remote Desktop USB Redirection skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:546 ProcessGPOs: Processing extension Internet Explorer Zonemapping
    GPSVC(34c.408) 04:03:36:562 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:562 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer Zonemapping'sstatus or policy time.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Extension Internet Explorer Zonemappingskipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Processing extension Group Policy Drive Maps
    GPSVC(34c.408) 04:03:36:562 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:562 CheckGPOs: No GPO changes but couldn't read extension Group Policy Drive Maps'sstatus or policy time.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Extension Group Policy Drive Maps skipped withflags 0x7.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Processingextension Group Policy Folders
    GPSVC(34c.408) 04:03:36:562 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:562 CheckGPOs: No GPO changes but couldn't read extension Group Policy Folders'sstatus or policy time.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Extension Group Policy Folders skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Processing extension Group Policy Network Shares
    GPSVC(34c.408) 04:03:36:562 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:562 CheckGPOs: No GPO changes but couldn't read extension Group Policy Network Shares's status or policy time.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Extension Group Policy Network Shares skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Processing extension Group Policy Files
    GPSVC(34c.408) 04:03:36:562 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:562 CheckGPOs: No GPO changes but couldn't readextension Group Policy Files's status or policy time.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Extension Group Policy Files skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:562 ProcessGPOs: Processing extension Group Policy Data Sources
    GPSVC(34c.408) 04:03:36:562 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:578 CheckGPOs:No GPO changes but couldn't read extension Group Policy Data Sources's status or policy time.
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: Extension Group Policy Data Sources skipped because bothdeleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: Processing extension Group Policy Ini Files
    GPSVC(34c.408) 04:03:36:578 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:578 CheckGPOs: No GPO changes but couldn't read extension Group Policy Ini Files's status or policy time.
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: Extension GroupPolicy Ini Files skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: Processing extension Internet Explorer User Accelerators
    GPSVC(34c.408) 04:03:36:578 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:578 CheckGPOs: No GPO changes but couldn't readextension Internet Explorer User Accelerators's status or policy time.
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: Extension Internet Explorer User Accelerators skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: Processing extension Security
    GPSVC(34c.408) 04:03:36:578ReadStatus: Read Extension's Previous status successfully.
    GPSVC(34c.408) 04:03:36:578 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:578 CheckGPOs: No GPO changes and no security group membership change and extension Security has NoGPOChanges set.
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: Processing extension Deployed Printer Connections
    GPSVC(34c.408) 04:03:36:578 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:578 CheckGPOs: No GPO changes but couldn't read extension Deployed Printer Connections's status or policy time.
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: Extension Deployed Printer Connections skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:578 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: Processing extension Group Policy Services
    GPSVC(34c.408) 04:03:36:593 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:593 CheckGPOs: No GPO changes but couldn't read extension Group Policy Services's status or policy time.
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: Extension Group Policy Services skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: Processing extension Internet Explorer Branding
    GPSVC(34c.408) 04:03:36:593 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:593 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer Branding's status or policy time.
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: Extension Internet Explorer Branding skipped with flags 0x7.
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: Processing extension Group PolicyFolder Options
    GPSVC(34c.408) 04:03:36:593 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:593 CheckGPOs: No GPO changes but couldn't read extension Group Policy Folder Options's status or policy time.
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: Extension Group Policy Folder Options skipped because bothdeleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: Processing extension Group Policy Scheduled Tasks
    GPSVC(34c.408) 04:03:36:593 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:593 CheckGPOs: No GPO changes but couldn't read extension Group Policy Scheduled Tasks's status or policy time.
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: Extension Group Policy Scheduled Tasks skipped because both deletedand changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:593 ProcessGPOs: Processing extension Group Policy Registry
    GPSVC(34c.408) 04:03:36:593 ReadStatus: Read Extension's Previous status successfully.
    GPSVC(34c.408) 04:03:36:593 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:625 GPLockPolicySection: Sid = (null), dwTimeout = 30000, dwFlags = 0
    GPSVC(34c.408)04:03:36:625 LockPolicySection called for user <Machine>
    GPSVC(34c.408) 04:03:36:625 Sync Lock Called
    GPSVC(34c.408) 04:03:36:625 Writer Lock got immediately.
    GPSVC(34c.408) 04:03:36:625 Locktaken successfully
    GPSVC(34c.408) 04:03:36:625 ProcessGPOList: Entering for extension Group Policy Registry
    GPSVC(34c.408) 04:03:36:625 MachinePolicyCallback: Setting status UI to Applying Group Policy Registry policy...
    GPSVC(34c.408) 04:03:36:625 ProcessGPOList: No changes. CSE will not be passed in the IwbemServices intf ptr
    GPSVC(34c.364) 04:03:36:625 Setting GPsession state =1
    GPSVC(34c.408) 04:03:36:765 ProcessGroupPolicyCompletedExInternal: Entering. Extension = {B087BE9D-ED37-454F-AF9C-04291E351182}, dwStatus = 0x0
    GPSVC(34c.408) 04:03:36:796 GetWbemServices: CoCreateInstance succeeded
    GPSVC(34c.408) 04:03:36:812 ConnectToNameSpace: ConnectServer returned 0x0
    GPSVC(34c.408) 04:03:36:812 ProcessGroupPolicyCompletedExInternal: Extension {B087BE9D-ED37-454F-AF9C-04291E351182} was able to log data. Error = 0x0, dwRet = 0. Clearing the dirty bit
    GPSVC(34c.408) 04:03:36:843 ProcessGroupPolicyCompletedExInternal: Finished processing extension <Group Policy Registry> at 44546 ticks (ms)
    GPSVC(34c.408) 04:03:36:843 ProcessGroupPolicyCompletedExInternal: Leaving. Extension = {B087BE9D-ED37-454F-AF9C-04291E351182}, Return status dwRet = 0x0
    GPSVC(34c.408) 04:03:36:843 ProcessGPOList: Extension Group Policy Registry returned 0x0.
    GPSVC(34c.408) 04:03:36:843 ProcessGPOList: Extension Group Policy Registry status was not updated because there was no changes and no transition or rsop wasn'tenabled
    GPSVC(34c.408) 04:03:36:843 UnLockPolicySection called for user <Machine>
    GPSVC(34c.408) 04:03:36:843 UnLocked successfully
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: Processing extension 802.3 Group Policy
    GPSVC(34c.408) 04:03:36:875 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:875 CheckGPOs: No GPO changes but couldn't read extension 802.3 Group Policy's status or policy time.
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: Extension 802.3 Group Policy skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: Processing extension Group Policy Printers
    GPSVC(34c.408) 04:03:36:875 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:875 CheckGPOs: No GPO changes but couldn't read extension Group Policy Printers's status or policy time.
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: Extension Group Policy Printers skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: Processing extension Group Policy Shortcuts
    GPSVC(34c.408) 04:03:36:875 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:875 CheckGPOs: No GPO changes but couldn't read extension Group Policy Shortcuts's status or policy time.
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: Extension Group Policy Shortcuts skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:36:875 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:36:890 ProcessGPOs: Processing extension Software Installation
    GPSVC(34c.408) 04:03:36:890 ReadStatus: Read Extension's Previous status successfully.
    GPSVC(34c.408) 04:03:36:890 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:36:890 GPLockPolicySection: Sid = (null), dwTimeout = 30000, dwFlags = 0
    GPSVC(34c.408) 04:03:36:890 LockPolicySection called for user <Machine>
    GPSVC(34c.408) 04:03:36:890 Sync Lock Called
    GPSVC(34c.408) 04:03:36:890 Writer Lock got immediately.
    GPSVC(34c.408) 04:03:36:890 Lock taken successfully
    GPSVC(34c.408) 04:03:36:890 ProcessGPOList: Entering for extension Software Installation
    GPSVC(34c.408) 04:03:36:890 MachinePolicyCallback: Setting status UI to Applying Software Installation policy...
    GPSVC(34c.408) 04:03:36:890ProcessGPOList: No changes. CSE will not be passed in the IwbemServices intf ptr
    GPSVC(34c.364) 04:03:36:890 Message Status = <Applying Software Installation policy...>
    GPSVC(34c.364) 04:03:36:890 Setting GPsession state = 1
    GPSVC(34c.408) 04:03:37:312 ProcessGPOList: Extension Software Installation returned 0x0.
    GPSVC(34c.408) 04:03:37:312 ProcessGPOList: Extension Software Installation status was not updated because there was no changes and no transition or rsop wasn't enabled
    GPSVC(34c.408) 04:03:37:312UnLockPolicySection called for user <Machine>
    GPSVC(34c.408) 04:03:37:312 UnLocked successfully
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: Processing extension TCPIP
    GPSVC(34c.408) 04:03:37:328 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:328 CheckGPOs: No GPO changes but couldn't read extension TCPIP's status or policy time.
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: Extension TCPIP skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: Processing extension Internet Explorer Machine Accelerators
    GPSVC(34c.408) 04:03:37:328 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:328 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer Machine Accelerators's status or policy time.
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: Extension Internet Explorer Machine Accelerators skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: Processing extension IP Security
    GPSVC(34c.408) 04:03:37:328 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:328 CheckGPOs: No GPO changes but couldn't read extension IP Security's status or policy time.
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: Extension IP Security skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:328 ProcessGPOs: Processing extension Group Policy Internet Settings
    GPSVC(34c.408) 04:03:37:343 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:343 CheckGPOs: No GPO changes but couldn't read extension Group Policy Internet Settings's status or policy time.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Extension Group Policy Internet Settings skipped with flags 0x7.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Processing extension Group Policy Start Menu Settings
    GPSVC(34c.408) 04:03:37:343 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:343 CheckGPOs: No GPO changes but couldn't read extension Group Policy Start Menu Settings's status or policy time.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Extension Group Policy Start Menu Settings skipped because both deleted and changed GPO listsare empty.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Processingextension Group Policy Regional Options
    GPSVC(34c.408) 04:03:37:343 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:343 CheckGPOs: No GPO changes but couldn't read extensionGroup Policy Regional Options's status or policy time.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Extension Group Policy RegionalOptions skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Processing extension Group Policy Power Options
    GPSVC(34c.408) 04:03:37:343 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:343 CheckGPOs: No GPO changes but couldn't read extension Group Policy Power Options's status or policy time.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Extension Group Policy Power Options skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Processing extension Audit Policy Configuration
    GPSVC(34c.408) 04:03:37:343 CompareGPOLists: The lists are the same.
    GPSVC(34c.408) 04:03:37:343 CheckGPOs: No GPO changes but couldn't read extension Audit Policy Configuration's status or policy time.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Extension Audit Policy Configuration skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:343 ProcessGPOs: Processing extension Group Policy Applications
    GPSVC(34c.408) 04:03:37:359 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:359 CheckGPOs: No GPO changes but couldn't read extension Group Policy Applications's status or policy time.
    GPSVC(34c.408) 04:03:37:359 ProcessGPOs: Extension Group Policy Applications skipped with flags 0x7.
    GPSVC(34c.408) 04:03:37:359 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:359 ProcessGPOs: Processing extension Enterprise QoS
    GPSVC(34c.408) 04:03:37:359 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:359 CheckGPOs: No GPO changes but couldn't read extension Enterprise QoS's status or policy time.
    GPSVC(34c.408) 04:03:37:359 ProcessGPOs: Extension Enterprise QoS skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:37:359 ProcessGPOs: -----------------------
    GPSVC(34c.408) 04:03:37:359 ProcessGPOs: Processing extensionCP
    GPSVC(34c.408) 04:03:37:359 CompareGPOLists:  The lists are the same.
    GPSVC(34c.408) 04:03:37:359 CheckGPOs: No GPO changes but couldn't read extension CP's status or policy time.
    GPSVC(34c.408) 04:03:37:359 ProcessGPOs: Extension CP skipped because both deleted and changed GPO lists are empty.
    GPSVC(34c.408) 04:03:37:359 gpGetFgPolicyRefreshInfo: Mode: 1, Reason: 7
    GPSVC(34c.408) 04:03:37:359 SetFgRefreshInfo: Previous Machine Fg policy Synchronous, Reason: SKU.
    GPSVC(34c.408) 04:03:37:359 SetFgRefreshInfo: Next Machine Fg policy Synchronous, Reason: SKU.
    GPSVC(34c.408) 04:03:37:359 ProcessGPOs: No WMI logging done in this policy cycle.
    GPSVC(34c.408) 04:03:37:359 ProcessGPOs: Boot/Logon Policy processing - checking if UBPM trigger events need to be fired
    GPSVC(34c.408) 04:03:37:375 CheckAndFireGPTriggerEvent: FiredPolicy present UBPM trigger event for Machine.
    GPSVC(34c.408) 04:03:37:375 Application complete with bConnectivityFailure = 0.
    GPSVC(34c.79c) 04:03:40:546 CGPNotify::RegisterForNotification: Entering with target Machine and event 0xc8c
    GPSVC(34c.79c) 04:03:40:546 Client_InitialRegisterForNotification: User = machine, changenumber = 0
    GPSVC(34c.3a0) 04:03:40:546 Target = Machine
    GPSVC(34c.79c) 04:03:40:546 Client_RegisterForNotification: User =machine, changenumber = 0
    GPSVC(34c.79c) 04:03:40:546 CGPNotify::RegisterForNotification: Exiting with status = 0
    GPSVC(3bc.ac8) 04:03:59:296 CGPNotify::RegisterForNotification: Entering withtarget Machine and event 0x1ac
    GPSVC(3bc.ac8) 04:03:59:296 Client_InitialRegisterForNotification: User = machine, changenumber = 0
    GPSVC(34c.748) 04:03:59:296 Target = Machine
    GPSVC(3bc.ac8) 04:03:59:296 Client_RegisterForNotification: User = machine, changenumber = 0
    GPSVC(3bc.ac8) 04:03:59:296 CGPNotify::RegisterForNotification: Exiting with status = 0
    GPSVC(34c.748) 04:03:59:343 Target = Machine
    GPSVC(34c.748) 04:03:59:343 Target = Machine,ChangeNumber 0
    GPSVC(34c.3ac) 04:03:59:515 Target = Machine
    GPSVC(34c.3ac) 04:03:59:531 Target = Machine, ChangeNumber 0
    GPSVC(34c.3ac) 04:03:59:531 Sid = (null), dwTimeout = 600000, dwFlags = 268435456
    GPSVC(34c.3ac) 04:03:59:531 LockPolicySection calledfor user <Machine>
    GPSVC(34c.3ac) 04:03:59:546 Async Lock called
    GPSVC(34c.3ac) 04:03:59:546 Reader Lock got immediately. m_cReadersInLock : 1
    GPSVC(34c.3ac) 04:03:59:546 Sid = (null)
    GPSVC(34c.3ac) 04:03:59:546 UnLockPolicySection called for user <Machine>
    GPSVC(34c.3ac) 04:03:59:546 Found the caller in the ReaderHavingLock List. Removing it...
    GPSVC(34c.3ac) 04:03:59:546 Settinglock state as notLocked
    GPSVC(34c.3ac) 04:03:59:546 UnLocked successfully
    GPSVC(34c.bdc) 04:04:00:000 CGPNotify::RegisterForNotification: Entering with target Machine and event 0xd04
    GPSVC(34c.bdc) 04:04:00:000 Client_InitialRegisterForNotification: User = machine, changenumber = 0
    GPSVC(34c.3ac) 04:04:00:000 Target =Machine
    GPSVC(34c.bdc) 04:04:00:000 Client_RegisterForNotification: User = machine, changenumber = 0
    GPSVC(34c.bdc) 04:04:00:000 CGPNotify::RegisterForNotification: Exiting with status = 0
    GPSVC(34c.3ac) 04:04:00:000 Target = Machine, ChangeNumber 0
    GPSVC(34c.748) 04:04:01:140 Target = Machine
    GPSVC(34c.748) 04:04:01:140 Target = Machine, ChangeNumber 0
    GPSVC(154.41c) 04:05:25:509CGPNotify::RegisterForNotification: Entering with target Machine and event 0x458
    GPSVC(154.41c) 04:05:25:509 Client_InitialRegisterForNotification: User = machine, changenumber = 0
    GPSVC(34c.3ac) 04:05:25:509 Target = Machine
    GPSVC(154.41c) 04:05:25:525 Client_RegisterForNotification: User = machine, changenumber = 0
    GPSVC(34c.3ac) 04:05:25:525 Target = Machine, ChangeNumber 0
    GPSVC(154.41c) 04:05:25:525 CGPNotify::RegisterForNotification: Exiting with status = 0
    GPSVC(154.41c) 04:05:25:759 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x4e8
    GPSVC(154.41c) 04:05:25:759 Client_InitialRegisterForNotification: User = machine, changenumber = 0
    GPSVC(34c.3ac) 04:05:25:759 Target = Machine
    GPSVC(154.41c) 04:05:25:775 Client_RegisterForNotification: User = machine, changenumber = 0
    GPSVC(154.41c) 04:05:25:775 CGPNotify::RegisterForNotification: Exiting with status = 0
    GPSVC(34c.3ac) 04:05:25:775 Target = Machine, ChangeNumber 0
    GPSVC(34c.3ac) 04:05:59:217 Target = Machine
    GPSVC(34c.3ac)04:05:59:233 Target = Machine, ChangeNumber 0
    GPSVC(3bc.3cc) 04:05:59:389 CGPNotify::UnregisterNotification: Entering with event 0x1ac
    GPSVC(3bc.3cc) 04:05:59:389 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
    GPSVC(3bc.3cc) 04:05:59:405 CGPNotify::UnregisterNotification: Canceling pending calls
    GPSVC(3bc.3cc) 04:05:59:420 Client_CompleteNotificationCall: failed with 0x4c7
    GPSVC(3bc.3cc) 04:05:59:420 CGPNotify::UnregisterNotification: Cancelled pending calls
    GPSVC(3bc.3cc) 04:05:59:420 CGPNotify::UnregisterNotification: Exiting with dwStatus = 0x0
    GPSVC(34c.360) 04:06:00:827 Target = Machine
    GPSVC(34c.360) 04:06:00:827 Target = Machine, ChangeNumber 0
    GPSVC(34c.360) 04:06:01:155 Target = Machine
    GPSVC(34c.360) 04:06:01:171 Target = Machine, ChangeNumber 0
    GPSVC(34c.fe8) 04:06:02:124 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x218
    GPSVC(34c.fe8) 04:06:02:140 Client_InitialRegisterForNotification: User = machine, changenumber = 0
    GPSVC(34c.360) 04:06:02:155 Target = Machine
    GPSVC(34c.fe8) 04:06:02:155 Client_RegisterForNotification: User = machine, changenumber = 0
    GPSVC(34c.fe8) 04:06:02:171 CGPNotify::RegisterForNotification: Exiting with status = 0
    GPSVC(34c.da4) 05:06:16:856 Target = Machine
    GPSVC(34c.da4) 05:06:16:856 Target = Machine, ChangeNumber 0
    GPSVC(34c.da4) 05:06:16:856 Target = S-1-5-20
    GPSVC(34c.da4) 05:06:16:856 Could not find user by sid, finding user by session id
    GPSVC(34c.da4) 05:06:16:856 Caller requesting for user notification/lock is from session 0
    GPSVC(34c.da4) 05:06:16:856 Target = S-1-5-20, ChangeNumber 0
    GPSVC(34c.da4) 05:06:16:856 Could not find user by sid, finding user by session id
    GPSVC(34c.de8) 05:06:16:856 Target = S-1-5-20
    GPSVC(34c.de8) 05:06:16:856 Could not find user by sid, finding user by session id
    GPSVC(34c.de8) 05:06:16:872 Callerrequesting for user notification/lock is from session 0
    GPSVC(34c.de8) 05:06:16:872 Target = S-1-5-20, ChangeNumber 0
    GPSVC(34c.de8) 05:06:16:872 Could not find user by sid, finding user by session id
    GPSVC(34c.de8) 05:06:16:872 Caller requesting for usernotification/lock is from session 0
    GPSVC(34c.da4) 05:06:16:872Target = S-1-5-20
    GPSVC(34c.da4) 05:06:16:872 Could not find user by sid, finding user by session id
    GPSVC(34c.da4) 05:06:16:872 Caller requesting for user notification/lock is from session 0
    GPSVC(34c.da4) 05:06:16:872 Target = S-1-5-20, ChangeNumber 0
    GPSVC(34c.da4) 05:06:16:872 Could not find user by sid, finding user by session id
    GPSVC(34c.da4) 05:06:16:872 Caller requesting for user notification/lock is from session 0
    GPSVC(34c.de8) 05:06:16:887 Target = S-1-5-20
    GPSVC(34c.de8) 05:06:16:887 Could notfind user by sid, finding user by session id
    GPSVC(34c.de8) 05:06:16:887 Caller requesting for user notification/lock is from session 0
    GPSVC(34c.de8) 05:06:16:887 Target = S-1-5-20, ChangeNumber 0
    GPSVC(34c.de8) 05:06:16:887 Could not find user by sid, finding user by session id
    GPSVC(34c.de8) 05:06:16:887 Caller requesting for user notification/lock is from session 0
    GPSVC(34c.da4) 05:06:26:981 Setting GPsession state = 1
    GPSVC(34c.de8) 05:06:32:341 SID = S-1-5-21-206128196-3657029889-627342018-7757
    GPSVC(34c.de8) 05:06:32:356 bMachine = 0
    GPSVC(34c.de8) 05:06:32:356 Setting GPsession state = 1
    GPSVC(34c.de8) 05:06:32:356 Message Status = <Applying user settings...>
    GPSVC(34c.778) 05:06:32:356 StartTime For network wait: 32140ms
    GPSVC(34c.778) 05:06:32:356 Current Time: 3819953ms
    GPSVC(34c.de8) 05:06:32:356 Setting GPsession state = 1
    GPSVC(34c.778) 05:06:32:356 MaxTimeToWaitForNetwork: 5212ms
    GPSVC(34c.778) 05:06:32:356 TimeRemainingToWaitForNetwork: 0ms
    GPSVC(34c.778) 05:06:32:356 UserPolicy: Waiting for machine policy wait for network event with timeout 0 ms
    GPSVC(34c.778) 05:06:32:388 GPLockPolicySection: Sid = (null), dwTimeout = 30000, dwFlags = 65538
    GPSVC(34c.778) 05:06:32:388 LockPolicySection called for user <Machine>

    Hi,
    Any update?
    Just checking in to see if the suggestions were helpful. Please let us know if you would like further assistance.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Group Policy - Issues deploying software packages through GPO

    Hello everyone,
    I am having issues successfully deploying MSI packages through group policy.  I have set my computer account up in its own test OU in my domain, but yet the software will not deploy.  Example, I'm trying to deploy AVG Anti-Virus and make sure it
    is installed on each and every PC in my domain.  As for the GPO, I set it up as an assigned package and pointed to the location of the package with the UNC file path (visible to both the DC and my computer that is part of the affected OU)
    On the domain controller, I get these messages in application event logs:
    Beginning a Windows Installer transaction: \\hs-dc2\software\avg\installavg.msi. Client Process Id: 9048.
    Ending a Windows Installer transaction: \\hs-dc2\software\avg\installavg.msi. Client Process Id: 9048.
    This shows up when I refresh GP on my computer.  I run gpresult /h GPReport.html and get the following message:
    Software Installation failed due to the error listed below.
    Fatal error during installation.
    Additional information may have been logged. Review the Policy Events tab in the console or the application event log for events between
    The software is in a share on the domain controller that is visible from my computer, and permissions are set where "Everyone" has read access.  I have tested the package on my computer and it installs
    correctly if I do it manually, so it's a good package. 
    I'm at a loss.  I am admitedly very new to GP management, but I'm pretty sure I have covered all my bases here.  I humbly ask for any and all help that you all can provide.
    Thank you all very much, have a great weekend!

    > Magnolia_Schools.exe
    What's that???
    > \\hs-dc2\software\avg\installavg.msi
    > <file://\\hs-dc2\software\avg\installavg.msi> /qb addeploy=1
    /qb ADDEPLOY=1
    Uppercase matters (:
    A bissle "Experience", a bissle GMV... Wenn meine Antwort hilfreich war, freue ich mich über eine Bewertung! If my answer was helpful, I'm glad about a rating!
    I should have explained, my apologies.  The InstallAVG.msi is the package I have GP deploying.  it is a package that AVG wrote for us that goes in, uninstalls the two previous antivirus softwares we have on our network if it is present, and
    then wraps it to run magnolia_schools.exe which installs the AV software.  I am uninstalling AVG now and will try reinstalling with
    \\hs-dc2\software\avg\installavg.msi /qb ADDEPLOY=1 and report back.
    also, the only logs I found that were around the time of the install attempt were such as these:
    1: 2905 2: C:\windows\system32\appmgmt\MACHINE\{06ee0d46-cd5f-4216-a09f-2aeb573aa5ba}.aas
    1: 2905 2: C:\windows\system32\appmgmt\MACHINE\{06ee0d46-cd5f-4216-a09f-2aeb573aa5ba}.aas
    Does that tell you anything?
    I will say this, if this means anything...now that AVG is installed, the event logs are changing from an error %%1603 to this:
    Failed to apply changes to software installation settings. The installation of software deployed through Group Policy for this user has been delayed until the next logon because the changes must be applied before the user logon. The error was : %%1274
    The removal of the assignment of application exe2msiSetupPackage from policy Install AVG failed. The error was : %%2
    So it acts like it's at least seeing that the package is installed...and reacting differently, correct?
    Thanks so much

  • Group Policy control of ActiveX installation

    Our users are on Windows 8.1 and IE 11.
    We use SQL reporting services at our company. Our users run reports from the Report Manager, which uses an ActiveX control to enable printing. 
    I need to allow our normal users to install this ActiveX control. Looking at this page http://technet.microsoft.com/en-us/library/dn454941.aspx I added the CLSID of the control to a GPO under
    Computer Configuration\Administrative Templates\Windows Components\Internet Explorer\Security Features\Add-on Management. I linked
    this GPO to an OU. 
    Even after making sure the policy was applied to the the computer, this ActiveX control still required popped a UAC dialog to allow the installation of this control. 
    What do I need to do to make this work?

    Hi,
    Please follow these steps:
    Step 1: Convert ActiveX exe or cab file to MSI package
    ===================================
    Install visual studio installer to create .msi package of ActiveX Control
     Downloaded free Visual Studio installer from
    http://msdn.microsoft.com/en-us/vs2005/aa718352.aspx
    But this requires Visual Studio 6.0 to be installed
    Step 2: Place the package in network share where all the users have access
    Step 3: Create an organizational unit (OU) in active directory
    Step 4: Add a group policy object (GPO) to the OU
    Step 5: Publish the package using this GPO
    =============================
    1. Open Group Policy editor and go under User Configuration > Software Settings ->"Software Installation"
    2. Right-click, select new > package, and browse to the package (make sure it's on a network location that all of his users will be able to access, because this is going to become the distribution point)
    3. Once you choose a package, choose "Advanced" from the options list
    4. On the Deployment tab, select "Assigned", click the "Advanced" button at the bottom, and make sure that "Include OLE class and product information" is checked, and that "Make this 32bit x86 application available to Win64
    machines" Also, on the "Deployment" tab, make sure that "Install this application at logon" is checked.
    After that, please be assured that we need to run gpupdate /force command on the client machines after applying the group policy on the server side.
    Now log in to client machine using the user login created in the OU to check if it can work properly.
    For more information, please refer to this article:
    How To Install ActiveX Controls in Internet Explorer Using the Active Directory
    http://support.microsoft.com/kb/280579
    Karen Hu
    TechNet Community Support

Maybe you are looking for

  • Error while deploying web service in Netweaver application

    Hi, In my group, two members working in the development of a WebDynpro based application.  We have created a track and are using the same for development. For our application the team member 1 created a Dc say DC1 for EJBS(both entity and session) an

  • Slow performance of iTunes store with TV show favorites?

    I am wondering if anyone else has been seeing performance problems with the Apple TV when using the iTunes store and TV show favorites? I am having issues with the iTunes store account when I log into my 'Favorites' for TV programs. It takes a LONG t

  • Help?! Messed up my file extensions

    Profuse apologies - I'm pretty sure this has been asked again and again,  but the suggested work around is having no effect on my AA3. When saving a file, one in a long series, I mistakenly changed one name from the suggested list of .mp3's.....but f

  • Need help unregistering an old version of PSE

    I need to install PSE 6, but it is currently showing as being registered on two now-dead computers. After going through phone and online chat, I find out that support is only available through the forums. Can someone remove the registration?

  • Why am I losing memory and songs?

    After some recent music downloads from Amazon, some of the songs were skipping. I deleted and reloaded the songs. When I played them, the ipod classic 160 gb crashed with Apple logo coming up. After clearing, the ipod showed no music but full memory