Link to home
Start Free TrialLog in
Avatar of Happy_Computing
Happy_ComputingFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Windows could not determine the computer account to enforce Group Policy settings, SBS 2003 SP2, WIndows 7 SP1 - Financial reward also offered!!

Hi all,

This is the first ever problem I have not been able to solve in my 15 years in IT and I have been working on this for 2 weeks, so I am willing to offer a financial reward to anyone that helps me solve the problem.  Reward will be based on time spent solving problem, but will be between £50 and £100.

I have setup 3 Windows 7 SP1 machines on a Small Business server 2003 Domain.
The server is NOT R2 and has SP2 installed.
The server also has all available updates installed manually, from the Microsoft update web site in case any were missed with windows update.

The end result will be to use Group Policy to allow Ping to the Windows 7 machines as well as apply a few simple Windows update setting and allow Spiceworks to connect and inventory the machines successfully.

The error I am getting is after running gpupdate /force is:

Updating Policy...

User Policy update has completed successfully.
Computer policy could not be updated successfully. The following errors were enc
ountered:

The processing of Group Policy failed. Windows could not determine the computer
account to enforce Group Policy settings. This may be transient. Group Policy se
ttings, including computer configuration, will not be enforced for this computer
.

To diagnose the failure, review the event log or run GPRESULT /H GPReport.html f
rom the command line to access information about Group Policy results.

The event viewer on the local machine shows only once error in the system log: (I have changed the domain and computer names in the text below)

Log Name:      System
Source:        Microsoft-Windows-GroupPolicy
Date:          12/07/2011 01:09:46
Event ID:      1097
Task Category: None
Level:         Error
Keywords:      
User:          SYSTEM
Computer:      COMPUTER.domain.local
Description:
The processing of Group Policy failed. Windows could not determine the computer account to enforce Group Policy settings. This may be transient. Group Policy settings, including computer configuration, will not be enforced for this computer.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-GroupPolicy" Guid="{AEA1B4FA-97D1-45F2-A64C-4D69FFFD92C9}" />
    <EventID>1097</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>1</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2011-07-12T00:09:46.398333000Z" />
    <EventRecordID>9190</EventRecordID>
    <Correlation ActivityID="{7606E34A-5028-4E77-AC76-126A1E9C6766}" />
    <Execution ProcessID="112" ThreadID="2316" />
    <Channel>System</Channel>
    <Computer>COMPUTER.DOMAIN.local</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="SupportInfo1">5</Data>
    <Data Name="SupportInfo2">256</Data>
    <Data Name="ProcessingMode">0</Data>
    <Data Name="ProcessingTimeInMilliseconds">702</Data>
    <Data Name="ErrorCode">11004</Data>
    <Data Name="ErrorDescription">The requested name is valid, but no data of the requested type was found. </Data>
    <Data Name="DCName">\\SERVER.DOMAIN.local</Data>
  </EventData>
</Event>

I have tried the following:

Installing Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1) on a Windows 7 PC and updating the Group Policy from there. - Same Error.

Creating a new OU for Windows 7 computers, blocking inheritance, disabling the default domain policy and blocking inheritance and making sure (as far as I can tell) that no GP is being applied to the machines. - Still the same error.

Creating a PolicyDefinitions folder on the server under %WINDIR%\SYSVOL\domain\Policies\ and copying the ADMX and ADML files to this location from the Windows 7 PC. - Didn't help.

I have also made sure the DNS is working via NSlookup and pings with -a.

The time on the PC's and servers is exactly the same and the server is the time server for the Windows 7 machines.

Two of the PC's are from an identical image that I created and deployed using Acronis Snap Deploy Trial.  (This software has loads of issues, but after a bit of experimenting sort of worked)

I also get the same problem on a PC that was loaded from scratch using the Windows 7 SP1 OEM DVD and has not been touched with Acronis or Sysprep etc.

All computers have the latest updates installed.

The network is definitely not the problem and I have tried with all firewalls turned off and with user account control turned off.

Please let me know if you can help me as I REALLY need to get this sorted ASAP now.

Thanks in advance.

Minesh

Avatar of Happy_Computing
Happy_Computing
Flag of United Kingdom of Great Britain and Northern Ireland image

ASKER

P.S. The time zone is the bottom of the question is incorrect is should be GMT as I am based in London UK.
Please run psgetsig against the user account and machine account and post the results.....
psgetsid \\machinename
psgetsid username
Hi,

Checked out your profile, glad to have you on board, you answer a lot of questions well.

Please try and provide a reason for your request as I like to learn as much as possible while troubleshooting.

Results below as requested

PC1:

C:\Windows\System32>psgetsid \\PC1

PsGetSid v1.44 - Translates SIDs to names and vice versa
Copyright (C) 1999-2008 Mark Russinovich
Sysinternals - www.sysinternals.com

SID for \\PC1:
S-1-5-21-2781869267-46094320-3552852749


C:\Windows\System32>psgetsid USER1

PsGetSid v1.44 - Translates SIDs to names and vice versa
Copyright (C) 1999-2008 Mark Russinovich
Sysinternals - www.sysinternals.com

SID for DOMAIN\USER1:
S-1-5-21-1322126195-2193205540-960322009-1167


PC2

C:\Users\USER2>psgetsid \\PC2

PsGetSid v1.44 - Translates SIDs to names and vice versa
Copyright (C) 1999-2008 Mark Russinovich
Sysinternals - www.sysinternals.com

SID for \\PC2:
S-1-5-21-3727957726-2703340349-533790771


C:\Users\USER2>psgetsid USER2

PsGetSid v1.44 - Translates SIDs to names and vice versa
Copyright (C) 1999-2008 Mark Russinovich
Sysinternals - www.sysinternals.com

SID for DOMAIN\USER2:
S-1-5-21-1322126195-2193205540-960322009-1139


Are you trying to see if the SID's are the same?

I made sure they were regenerated and just read an interest article on the SysInternals blog that says that changing the SID is actually not required when imaging.

Not sure if I believe it but link is below in case you want to have a look

http://blogs.technet.com/b/markrussinovich/archive/2009/11/03/3291024.aspx
Hi ChiefIT,

I have already read your article but after reading it again I noticed that you mentioned domain prep in:

https://www.experts-exchange.com/questions/26970615/Only-windows-7-pc's-take-6-10-min-login.html answer.

Do I need to use a 2008 version of domain prep to upgrade the 2003 schema before windows 7 will work?

This is in a live environment so I will not try anything that has a chance of breaking the server.  But I have a working VM of the server so could try on that, but it will take a while for me to run the tests.

I have already taken the steps in the below article to copy the ADMX and ADML files to the appropriate location the sysvol share.

 http://globalknowledgeblog.com/technology/microsoft/how-to-support-windows-7-group-policy-settings-using-only-windows-server-2003-domain-controllers/

Let me know

Thanks

Minesh
Ok, I see better what you have done. That looks OK. But the policies are shared out using netbios, (not DNS). So, we need to ensure the 07 computers are compatible with netbios.

1) Firewall rule to allow File and print sharing
2) Network and Sharing center to allow exceptions for file and print sharing.
3) Netbios over TCP/IP enabled
4) make sure none of these Win7 PCs take over as domain master browser. Event errors in the 8000's will show up on the 2003 server event logs.

Can you ping by computername any of these problem children Win7 PCs?

Bottom line is we need to prep the Win7 pc's to allow netbios translation in order for GP to work on them.
He He,

Microsoft was so adamant, while I was studying for 2003 MCSE, that they will use DNS for everything, it is surprising they use netbios for policies.

My plan was to use GP to setup all the firewall rules etc, but what you saying is I need to manually configure these before the policies apply.

Thanks Microsoft.

I have already tried with firewall turned off, but have not checked Netbios over TCP/IP.

I will let you know result in a few mins.
After turning on file and print sharing and network discover - No change same problem.

After changing netbios over TCP/IP to ON rather than default and turning off all fileswalls - No Change same problem.

Nothing taking over as master browser for a few days, a PC took over while I was adding memory to the server last week, but nothing apart from the server has been the master browser for a while now without a glitch.

Also the PC's don't have any anti-virus yet as I need to change a GP setting to allow the deployment of Sophos to the machines.

I am trying to set this up so I need the least amount of time at each PC as once we have this working we will be deploying 200 new machines with Windows 7.
Also restarted PC with firewall off, netbios on and network discovery on and tried GPupdate /force again.

Still same problem.

I have to get some sleep now as I have a meeting tomorrow in about 5 hours, but please give me as many things to try as possible and I will post back as soon as I have tried them.

Thanks for you help so far.

Minesh
Answer to PING question:

I only receive a reply from the machine that has the firewall turned off.

Any other other machine that I try to ping with just the hostname come back with the FQDN, so I guess it is using DNS to resolve.

I tested Netbios by running a few nbtstat command which indicates all is well.

To make sure I used net view (which only uses netbios) to browse the server from the PC and vice versa, this all works fine, but still have GP update problem.

OK definitely last response tonight.

Get back to me with ideas ASAP please.

Thanks

Minesh
The one puter that seems to be talking to the NBNS (netbios name server), run GPupdate /force.
NSlookups and pings are not conclusive DNS testing. This could be a replication problem, (even if it is one SBS DC). Go to the command prompt of the server and type DCdiag /test:DNS

Your problem seems to be a secure channel, or the local computer has a software firewall that blocks Active directory.

So, let's review a couple things.

1) DCdiag /test:DNS on the server
2) IPconfig /all on the client
3) What firewall software and AV software are you using on the clients.
4) Is Windows Time within five minutes of the DCs on these clients.

I would also like to know if you have multiple nics on any of the clients, are running IPv6, and also like to know if this error is for just one of these computers...

One last thing. Is this the only DC in the domain? If not, we may have replication issues in FRS. Check the FRS events as well.
regarding the netbios that is pretty interesting, I too thought MS said DNS all the way..
I am assuming the computer object in AD is enabled....
anyway can you enable GP logging?
To enable verbose logging

    Log onto the client computer as the administrator and run Regedit.

    Locate the following key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon.

    Right click Winlogon, select New, and then click DWORD Value.

    Enter the following name for the DWORD Value: UserEnvDebugLevel.

    Enter 30002 as the hexadecimal value. This writes the userenv into userenv.log, located in the \%windir%\debug directory.

    Run "gpupdate /force" to ensure a full listing of total Group Policy processing


can you then post userenv.log?
Hi,

Done some more testing.

Chief, all PC's can communicate fine over NetBIOS, it is only one PC that I manually turned the firewall off on, that responds to pings.

There is no WINS server on the network, so I am assuming this means there is no netbios name server.

Even the PC with firewalls completely turned off has the same problem when I run gpupdate /force.

DCdiag /test:DNS result

Domain Controller Diagnosis

Performing initial setup:
   Done gathering initial info.

Doing initial required tests

   Testing server: Default-First-Site-Name\SERVER
      Starting test: Connectivity
         ......................... SERVER passed test Connectivity

Doing primary tests

   Testing server: Default-First-Site-Name\SERVER

DNS Tests are running and not hung. Please wait a few minutes...

   Running partition tests on : ForestDnsZones

   Running partition tests on : DomainDnsZones

   Running partition tests on : Schema

   Running partition tests on : Configuration

   Running partition tests on : domain

   Running enterprise tests on : domain.local
      Starting test: DNS
         ......................... domain.local passed test DNS



IPConfig /all from PC - all IP address are OK for DNS server etc.

Windows IP Configuration
   Host Name . . . . . . . . . . . . : PC1
   Primary Dns Suffix  . . . . . . . : domain.local
   Node Type . . . . . . . . . . . . : Broadcast
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : domain.local

Ethernet adapter Local Area Connection 2:

   Connection-specific DNS Suffix  . : domain.local
   Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller
   Physical Address. . . . . . . . . : 00-22-19-2B-7E-87
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::c11b:57a:1438:8a38%15(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.25.18(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : 12 July 2011 03:09:01
   Lease Expires . . . . . . . . . . : 20 July 2011 03:09:01
   Default Gateway . . . . . . . . . : 192.168.25.1
   DHCP Server . . . . . . . . . . . : 192.168.25.10
   DHCPv6 IAID . . . . . . . . . . . : 301998617
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-90-4A-AA-08-00-27-41-97-FD

   DNS Servers . . . . . . . . . . . : 192.168.25.10
   Primary WINS Server . . . . . . . : 192.168.25.10
   NetBIOS over Tcpip. . . . . . . . : Enabled

There is no Anti-Virus on the Client PC's yet and I have tried turning the AV off on the server and running gpupdate /force from the client PC's and still the same error,

One of the machines I am testing from has the firewall disabled, which does not solve the problem,

I am trying with 3 computers, as I said above 2 are identical images and one was loaded fro scratch using Windows 7 Pro SP1 OEM DVD.

There is currently only one DC in the domain, but we will add another one for fault tolerance as soon as this problem is sorted.

Any other ideas I can try?
Interesting I am getting the following error in the System log on the server, but have never seen this before until about 30 mins ago.


Event Type:      Error
Event Source:      DCOM
Event Category:      None
Event ID:      10009
Date:            13/07/2011
Time:            04:34:59
User:            N/A
Computer:      SERVER
Description:
DCOM was unable to communicate with the computer 8.8.4.4 using any of the configured protocols.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Contents of gpsvc file in debug folder


GPSVC(18c.12c) 05:07:08:340 -------------------------------------------
GPSVC(18c.12c) 05:07:08:340 Use the Event Viewer to analyze the Group Policy operational log for details on Group Policy service activity.
GPSVC(18c.12c) 05:07:08:340 -------------------------------------------
GPSVC(18c.12c) 05:07:08:340  
GPSVC(18c.440) 05:07:08:340 Target = Machine, ChangeNumber 0
GPSVC(18c.468) 05:07:08:340 bMachine = 1
GPSVC(18c.468) 05:07:08:340 Setting GPsession state = 1
GPSVC(18c.12c) 05:07:08:340 InitializeProductType: Product Type: 1
GPSVC(18c.17c) 05:07:08:340 Target = Machine, ChangeNumber 0
GPSVC(18c.464) 05:07:08:340 Target = Machine, ChangeNumber 0
GPSVC(18c.46c) 05:07:08:340 Target = Machine, ChangeNumber 0
GPSVC(18c.12c) 05:07:08:340 Register for connectivity notification is Enabled.
GPSVC(18c.12c) 05:07:08:340 Connectivity manager class initialized with for IntranetAuth connectivity
GPSVC(18c.474) 05:07:08:340 Waiting for connectivity before applying policies
GPSVC(18c.474) 05:07:08:340 Waiting for SamSs with timeout 18092
GPSVC(18c.17c) 05:07:08:340 Target = Machine, ChangeNumber 0
GPSVC(18c.464) 05:07:08:340 Target = Machine, ChangeNumber 0
GPSVC(11c.428) 05:07:08:636 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x30c
GPSVC(11c.428) 05:07:08:636 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.464) 05:07:08:636 Target = Machine
GPSVC(11c.428) 05:07:08:636 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(11c.428) 05:07:08:636 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(18c.464) 05:07:08:636 Target = Machine, ChangeNumber 0
GPSVC(11c.494) 05:07:08:636 Client_LockPolicySection: Entering with usersid = (null), timeout 600000 and flags 0x10000000
GPSVC(11c.494) 05:07:08:636 Client_LockPolicySection: Making Aync RPC LockPolicySection call
GPSVC(18c.464) 05:07:08:636 Sid = (null), dwTimeout = 600000, dwFlags = 268435456
GPSVC(18c.464) 05:07:08:636 LockPolicySection called for user <Machine>
GPSVC(18c.464) 05:07:08:652 Async Lock called
GPSVC(18c.464) 05:07:08:652 Reader Lock got immediately. m_cReadersInLock : 1
GPSVC(11c.494) 05:07:08:652 Client_LockPolicySection: Machine critical section has been claimed.  Handle = 0x324210
GPSVC(11c.494) 05:07:08:652 Client_LockPolicySection: Leaving successfully.
GPSVC(11c.494) 05:07:08:652 Client_UnLockPolicySection: Starting UnLock Call
GPSVC(18c.464) 05:07:08:652 Sid = (null)
GPSVC(18c.464) 05:07:08:652 UnLockPolicySection called for user <Machine>
GPSVC(18c.464) 05:07:08:652 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.464) 05:07:08:652 Setting lock state as notLocked
GPSVC(18c.464) 05:07:08:652 UnLocked successfully
GPSVC(11c.494) 05:07:08:652 Client_UnLockPolicySection: Unlocked successfully
GPSVC(11c.494) 05:07:08:652 LeaveCriticalPolicySectionInternal: Critical section 0x324210 has been released.
GPSVC(11c.498) 05:07:08:652 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x33c
GPSVC(11c.498) 05:07:08:652 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.464) 05:07:08:652 Target = Machine
GPSVC(11c.498) 05:07:08:652 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(11c.498) 05:07:08:652 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(18c.12c) 05:07:08:652 Target = Machine, ChangeNumber 0
GPSVC(18c.474) 05:07:08:714 Waiting for NTDS.IndexRecreateEvent with timeout 17718
GPSVC(18c.474) 05:07:08:714 Waiting for NlaSvc with timeout 17718
GPSVC(18c.12c) 05:07:08:980 Target = Machine
GPSVC(18c.12c) 05:07:08:980 Target = Machine, ChangeNumber 0
GPSVC(18c.12c) 05:07:10:071 Target = Machine
GPSVC(18c.12c) 05:07:10:081 Target = Machine, ChangeNumber 0
GPSVC(508.50c) 05:07:10:321 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x100
GPSVC(508.50c) 05:07:10:321 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.12c) 05:07:10:321 Target = Machine
GPSVC(508.50c) 05:07:10:321 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(508.50c) 05:07:10:331 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(508.50c) 05:07:10:331 CGPNotify::UnregisterNotification: Entering with event 0x100
GPSVC(508.50c) 05:07:10:331 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
GPSVC(508.50c) 05:07:10:331 CGPNotify::UnregisterNotification: Canceling pending calls
GPSVC(508.50c) 05:07:10:331 Client_CompleteNotificationCall: failed with 0x71a
GPSVC(508.50c) 05:07:10:341 CGPNotify::UnregisterNotification: Cancelled pending calls
GPSVC(508.50c) 05:07:10:341 CGPNotify::UnregisterNotification: Exiting with dwStatus = 0x0
GPSVC(18c.12c) 05:07:10:371 Target = Machine
GPSVC(18c.12c) 05:07:10:371 Target = Machine, ChangeNumber 0
GPSVC(18c.12c) 05:07:11:781 Target = Machine
GPSVC(18c.12c) 05:07:11:781 Target = Machine, ChangeNumber 0
GPSVC(18c.12c) 05:07:11:791 Target = S-1-5-20, ChangeNumber 0
GPSVC(18c.12c) 05:07:11:791 Could not find user by sid, finding user by session id
GPSVC(18c.12c) 05:07:11:791 Caller requesting for user notification/lock is from session 0
GPSVC(18c.468) 05:07:13:095 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:099 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:131 Async Lock called
GPSVC(18c.468) 05:07:13:133 Reader Lock got immediately. m_cReadersInLock : 1
GPSVC(18c.468) 05:07:13:139 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:141 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:142 Async Lock called
GPSVC(18c.468) 05:07:13:142 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:150 Sid = (null)
GPSVC(18c.468) 05:07:13:155 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:158 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:166 UnLocked successfully
GPSVC(18c.468) 05:07:13:168 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:169 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:170 Async Lock called
GPSVC(18c.468) 05:07:13:171 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:174 Sid = (null)
GPSVC(18c.468) 05:07:13:176 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:178 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:179 UnLocked successfully
GPSVC(18c.468) 05:07:13:180 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:181 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:181 Async Lock called
GPSVC(18c.468) 05:07:13:182 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:183 Sid = (null)
GPSVC(18c.468) 05:07:13:184 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:184 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:185 UnLocked successfully
GPSVC(18c.468) 05:07:13:185 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:186 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:186 Async Lock called
GPSVC(18c.468) 05:07:13:186 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:188 Sid = (null)
GPSVC(18c.468) 05:07:13:190 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:191 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:194 UnLocked successfully
GPSVC(18c.468) 05:07:13:196 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:200 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:205 Async Lock called
GPSVC(18c.468) 05:07:13:225 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:225 Sid = (null)
GPSVC(18c.468) 05:07:13:225 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:225 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:225 UnLocked successfully
GPSVC(18c.468) 05:07:13:225 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:225 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:225 Async Lock called
GPSVC(18c.468) 05:07:13:225 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:225 Sid = (null)
GPSVC(18c.468) 05:07:13:225 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:225 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:225 UnLocked successfully
GPSVC(18c.468) 05:07:13:225 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:225 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:225 Async Lock called
GPSVC(18c.468) 05:07:13:225 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:225 Sid = (null)
GPSVC(18c.468) 05:07:13:225 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:225 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:225 UnLocked successfully
GPSVC(18c.468) 05:07:13:225 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:225 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:225 Async Lock called
GPSVC(18c.468) 05:07:13:225 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:225 Sid = (null)
GPSVC(18c.468) 05:07:13:225 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:225 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:225 UnLocked successfully
GPSVC(18c.468) 05:07:13:235 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:235 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:235 Async Lock called
GPSVC(18c.468) 05:07:13:235 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:235 Sid = (null)
GPSVC(18c.468) 05:07:13:235 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:235 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:235 UnLocked successfully
GPSVC(18c.468) 05:07:13:235 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:235 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:235 Async Lock called
GPSVC(18c.468) 05:07:13:235 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:235 Sid = (null)
GPSVC(18c.468) 05:07:13:235 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:235 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:235 UnLocked successfully
GPSVC(18c.468) 05:07:13:235 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:235 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:235 Async Lock called
GPSVC(18c.468) 05:07:13:235 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:235 Sid = (null)
GPSVC(18c.468) 05:07:13:235 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:235 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:235 UnLocked successfully
GPSVC(18c.468) 05:07:13:245 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:245 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:245 Async Lock called
GPSVC(18c.468) 05:07:13:245 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:245 Sid = (null)
GPSVC(18c.468) 05:07:13:245 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:245 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:245 UnLocked successfully
GPSVC(18c.468) 05:07:13:245 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:245 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:245 Async Lock called
GPSVC(18c.468) 05:07:13:245 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:245 Sid = (null)
GPSVC(18c.468) 05:07:13:245 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:245 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:245 UnLocked successfully
GPSVC(18c.468) 05:07:13:245 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:245 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:245 Async Lock called
GPSVC(18c.468) 05:07:13:245 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:245 Sid = (null)
GPSVC(18c.468) 05:07:13:245 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:245 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:245 UnLocked successfully
GPSVC(18c.468) 05:07:13:245 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:245 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:245 Async Lock called
GPSVC(18c.468) 05:07:13:245 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:245 Sid = (null)
GPSVC(18c.468) 05:07:13:245 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:245 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:245 UnLocked successfully
GPSVC(18c.468) 05:07:13:245 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:255 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:255 Async Lock called
GPSVC(18c.468) 05:07:13:255 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:255 Sid = (null)
GPSVC(18c.468) 05:07:13:255 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:255 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:255 UnLocked successfully
GPSVC(18c.468) 05:07:13:255 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.468) 05:07:13:255 LockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:255 Async Lock called
GPSVC(18c.468) 05:07:13:255 Reader Lock got immediately. m_cReadersInLock : 2
GPSVC(18c.468) 05:07:13:255 Sid = (null)
GPSVC(18c.468) 05:07:13:255 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:255 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:255 UnLocked successfully
GPSVC(18c.468) 05:07:13:255 Sid = (null)
GPSVC(18c.468) 05:07:13:255 UnLockPolicySection called for user <Machine>
GPSVC(18c.468) 05:07:13:255 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.468) 05:07:13:255 Setting lock state as notLocked
GPSVC(18c.468) 05:07:13:255 UnLocked successfully
GPSVC(18c.12c) 05:07:14:845 Target = Machine
GPSVC(18c.12c) 05:07:14:845 Target = Machine, ChangeNumber 0
GPSVC(18c.474) 05:07:15:577 Waiting for NETLOGON with timeout 10854
GPSVC(18c.474) 05:07:15:577 Waiting for MUP with timeout 10854
GPSVC(18c.474) 05:07:15:577 Waiting for wkssvc to signal MUP event
GPSVC(18c.474) 05:07:15:577 Done waiting for MUP
GPSVC(18c.474) 05:07:15:577 Waiting for DS with timeout 10854
GPSVC(18c.474) 05:07:15:592 Registered for NLA notification successfully
GPSVC(18c.474) 05:07:15:592 There is connectivity.
GPSVC(18c.474) 05:07:15:623 We have network connectivity... proceeding to apply policy.
GPSVC(18c.474) 05:07:15:623 NlaQueryNetSignatures returned 1 networks
GPSVC(18c.474) 05:07:15:623 Found a intranet+auth network
GPSVC(18c.474) 05:07:15:623 # of interfaces : 1
GPSVC(18c.474) 05:07:15:623 Interface ID: {22F65AFB-930E-4BF9-A68A-8228E50574E2}
GPSVC(18c.474) 05:07:15:623 Compartment ID: 1
GPSVC(18c.474) 05:07:15:623 Setting the CompartmentId [1] on the current thread
GPSVC(18c.474) 05:07:15:623 GetDomainControllerConnectionInfo: Enabling bandwidth estimate.
GPSVC(18c.474) 05:07:16:029 Started bandwidth estimation successfully
GPSVC(18c.474) 05:07:16:029 GetDomainControllerConnectionInfo: Getting Ldap Handles.
GPSVC(18c.474) 05:07:16:029 GetLdapHandle:  Getting ldap handle for host: chessrv1.cstc.local in domain: cstc.local.
GPSVC(18c.474) 05:07:16:045 GetLdapHandle:  Server connection established.
GPSVC(18c.474) 05:07:16:045 GetLdapHandle:  Binding using only kerberos.
GPSVC(18c.474) 05:07:16:045 GetLdapHandle:  Bound successfully.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\dskquota.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\TsUsbRedirectionGroupPolicyExtension.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\srchadmin.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\cscobj.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.474) 05:07:16:076 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.474) 05:07:16:076 GetGPOInfo:  ********************************
GPSVC(18c.474) 05:07:16:076 GetGPOInfo:  Entering...
GPSVC(18c.474) 05:07:16:076 GetSockAddrFromString: GetAddrInfoW failed with 0x2afc
GPSVC(18c.474) 05:07:16:076 GetMachineToken: GetSockAddrFromString failed with 0x2afc
GPSVC(18c.474) 05:07:16:076 GetGPOInfo:  Failed to get the machine token with  11004
GPSVC(18c.474) 05:07:16:279 GetGPOInfo:  Leaving with 0
GPSVC(18c.474) 05:07:16:279 GetGPOInfo:  ********************************
GPSVC(18c.474) 05:07:16:279 ProcessGPOs: GetGPOInfo failed.
GPSVC(18c.474) 05:07:16:279 ProcessGPOs: No WMI logging done in this policy cycle.
GPSVC(18c.474) 05:07:16:279 ProcessGPOs: Processing failed with error 11004.
GPSVC(18c.474) 05:07:16:279 ProcessGPOs: Boot/Logon Policy processing - checking if UBPM trigger events need to be fired
GPSVC(18c.474) 05:07:16:279 CheckAndFireGPTriggerEvent: Applied GPO list is empty. Not firing UBPM trigger events.
GPSVC(5ac.5c4) 05:07:16:357 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x424
GPSVC(5ac.5c4) 05:07:16:357 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.12c) 05:07:16:357 Target = Machine
GPSVC(5ac.5c4) 05:07:16:357 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(5ac.5c4) 05:07:16:357 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(5ac.5c4) 05:07:17:433 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x46c
GPSVC(5ac.5c4) 05:07:17:449 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.468) 05:07:17:449 Target = Machine
GPSVC(5ac.5c4) 05:07:17:449 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(5ac.5c4) 05:07:17:449 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(18c.468) 05:07:17:449 Target = Machine, ChangeNumber 0
GPSVC(5ac.94c) 05:07:19:055 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x4c4
GPSVC(5ac.94c) 05:07:19:071 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.468) 05:07:19:071 Target = Machine
GPSVC(5ac.94c) 05:07:19:071 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(5ac.94c) 05:07:19:071 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(18c.17c) 05:07:19:648 Target = Machine
GPSVC(18c.468) 05:07:19:679 Target = Machine, ChangeNumber 0
GPSVC(18c.468) 05:07:19:695 Target = S-1-5-18, ChangeNumber 0
GPSVC(18c.468) 05:07:19:695 Could not find user by sid, finding user by session id
GPSVC(18c.468) 05:07:19:711 Caller requesting for user notification/lock is from session 0
GPSVC(18c.944) 05:07:20:194 CGPNotify::RegisterForNotification: Entering with target Machine and event 0xad0
GPSVC(18c.944) 05:07:20:241 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.440) 05:07:20:288 Target = Machine
GPSVC(18c.944) 05:07:20:303 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.944) 05:07:20:335 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(18c.12c) 05:07:22:300 Target = Machine
GPSVC(18c.12c) 05:07:22:300 Target = Machine, ChangeNumber 0
GPSVC(18c.12c) 05:07:22:425 Target = Machine
GPSVC(18c.440) 05:07:22:441 Target = Machine, ChangeNumber 0
GPSVC(11c.b5c) 05:07:22:456 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x56c
GPSVC(11c.b5c) 05:07:22:456 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.440) 05:07:22:456 Target = Machine
GPSVC(11c.b5c) 05:07:22:472 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(11c.b5c) 05:07:22:487 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(18c.440) 05:07:22:612 Target = Machine
GPSVC(18c.12c) 05:07:22:612 Target = Machine, ChangeNumber 0
GPSVC(18c.12c) 05:07:22:628 Target = S-1-5-19, ChangeNumber 0
GPSVC(18c.12c) 05:07:22:628 Could not find user by sid, finding user by session id
GPSVC(18c.12c) 05:07:22:628 Caller requesting for user notification/lock is from session 0
GPSVC(18c.bc8) 05:07:22:643 CGPNotify::RegisterForNotification: Entering with target Machine and event 0xd70
GPSVC(18c.bc8) 05:07:22:643 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.12c) 05:07:22:643 Target = Machine
GPSVC(18c.bc8) 05:07:22:643 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.bc8) 05:07:22:643 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(18c.474) 05:07:25:982 Application complete with bConnectivityFailure = 0.
GPSVC(18c.474) 05:07:25:982 Application complete with bConnectivityFailure = 0.
GPSVC(18c.17c) 05:07:25:997 Target = Machine
GPSVC(18c.17c) 05:07:25:997 Target = Machine, ChangeNumber 0
GPSVC(18c.17c) 05:07:25:997 Sid = (null), dwTimeout = 600000, dwFlags = 268435456
GPSVC(18c.17c) 05:07:25:997 LockPolicySection called for user <Machine>
GPSVC(18c.17c) 05:07:25:997 Async Lock called
GPSVC(18c.17c) 05:07:25:997 Reader Lock got immediately. m_cReadersInLock : 1
GPSVC(18c.17c) 05:07:25:997 Sid = (null)
GPSVC(18c.17c) 05:07:25:997 UnLockPolicySection called for user <Machine>
GPSVC(18c.17c) 05:07:25:997 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.17c) 05:07:25:997 Setting lock state as notLocked
GPSVC(18c.17c) 05:07:25:997 UnLocked successfully
GPSVC(b5c.bac) 05:07:26:699 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x100
GPSVC(b5c.bac) 05:07:26:715 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.468) 05:07:26:715 Target = Machine
GPSVC(b5c.bac) 05:07:26:715 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(b5c.bac) 05:07:26:715 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(b5c.bac) 05:07:26:715 CGPNotify::UnregisterNotification: Entering with event 0x100
GPSVC(b5c.bac) 05:07:26:715 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
GPSVC(b5c.bac) 05:07:26:715 CGPNotify::UnregisterNotification: Canceling pending calls
GPSVC(b5c.bac) 05:07:26:731 Client_CompleteNotificationCall: failed with 0x71a
GPSVC(b5c.bac) 05:07:26:731 CGPNotify::UnregisterNotification: Cancelled pending calls
GPSVC(b5c.bac) 05:07:26:731 CGPNotify::UnregisterNotification: Exiting with dwStatus = 0x0
GPSVC(208.254) 05:07:31:598 CGPNotify::RegisterForNotification: Entering with target Machine and event 0xae0
GPSVC(208.254) 05:07:31:598 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.468) 05:07:31:598 Target = Machine
GPSVC(208.254) 05:07:31:598 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(208.254) 05:07:31:598 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(18c.468) 05:07:32:066 Target = Machine
GPSVC(18c.468) 05:07:32:066 Target = Machine, ChangeNumber 0
GPSVC(18c.468) 05:07:32:066 Target = S-1-5-20
GPSVC(18c.468) 05:07:32:066 Could not find user by sid, finding user by session id
GPSVC(18c.468) 05:07:32:066 Caller requesting for user notification/lock is from session 0
GPSVC(18c.468) 05:07:32:066 Target = S-1-5-20, ChangeNumber 0
GPSVC(18c.468) 05:07:32:066 Could not find user by sid, finding user by session id
GPSVC(18c.468) 05:07:32:066 Caller requesting for user notification/lock is from session 0
GPSVC(11c.680) 05:09:23:568 CGPNotify::UnregisterNotification: Entering with event 0x56c
GPSVC(11c.680) 05:09:23:568 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
GPSVC(11c.680) 05:09:23:568 CGPNotify::UnregisterNotification: Canceling pending calls
GPSVC(11c.680) 05:09:23:568 Client_CompleteNotificationCall: failed with 0x71a
GPSVC(11c.680) 05:09:23:568 CGPNotify::UnregisterNotification: Cancelled pending calls
GPSVC(11c.680) 05:09:23:568 CGPNotify::UnregisterNotification: Exiting with dwStatus = 0x0
GPSVC(18c.440) 05:09:24:488 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.440) 05:09:24:488 LockPolicySection called for user <Machine>
GPSVC(18c.440) 05:09:24:488 Async Lock called
GPSVC(18c.440) 05:09:24:488 Reader Lock got immediately. m_cReadersInLock : 1
GPSVC(18c.440) 05:09:24:488 Sid = (null)
GPSVC(18c.440) 05:09:24:488 UnLockPolicySection called for user <Machine>
GPSVC(18c.440) 05:09:24:488 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.440) 05:09:24:488 Setting lock state as notLocked
GPSVC(18c.440) 05:09:24:488 UnLocked successfully
GPSVC(18c.440) 05:09:24:488 Target = Machine
GPSVC(18c.440) 05:09:24:488 Target = Machine, ChangeNumber 0
GPSVC(18c.aac) 05:09:29:585 CGPNotify::RegisterForNotification: Entering with target Machine and event 0xfa0
GPSVC(18c.aac) 05:09:29:585 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.440) 05:09:29:585 Target = Machine
GPSVC(18c.aac) 05:09:29:585 Client_RegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.aac) 05:09:29:585 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(208.260) 05:10:06:052 gpGetFgPolicyRefreshInfo: Mode: 2, Reason: 0
GPSVC(208.260) 05:10:06:052 gpGetFgPolicyRefreshInfo: Mode: 2, Reason: 0
GPSVC(18c.12c) 05:10:07:701 SID = S-1-5-21-1322126195-2193205540-960322009-1167
GPSVC(18c.12c) 05:10:07:701 bMachine = 0
GPSVC(18c.12c) 05:10:07:701 Setting GPsession state = 1
GPSVC(18c.12c) 05:10:07:701 gpGetFgPolicyRefreshInfo: Mode: 2, Reason: 0
GPSVC(18c.98) 05:10:07:701 UserPolicy: Waiting for machine policy complete event with timeout 600000 ms
GPSVC(11c.680) 05:10:07:721 CGPNotify::RegisterForNotification: Entering with target S-1-5-18 and event 0x56c
GPSVC(11c.f4) 05:10:07:721 Client_LockPolicySection: Entering with usersid = S-1-5-21-1322126195-2193205540-960322009-1167, timeout 600000 and flags 0x10000000
GPSVC(11c.f4) 05:10:07:721 Client_LockPolicySection: Making Aync RPC LockPolicySection call
GPSVC(18c.12c) 05:10:07:721 Sid = S-1-5-21-1322126195-2193205540-960322009-1167, dwTimeout = 600000, dwFlags = 268435456
GPSVC(18c.12c) 05:10:07:721 LockPolicySection called for user <S-1-5-21-1322126195-2193205540-960322009-1167>
GPSVC(18c.12c) 05:10:07:721 Async Lock called
GPSVC(18c.12c) 05:10:07:731 Reader Lock got immediately. m_cReadersInLock : 1
GPSVC(11c.f4) 05:10:07:731 Client_LockPolicySection: User critical section has been claimed.  Handle = 0x387120
GPSVC(11c.f4) 05:10:07:731 Client_LockPolicySection: Leaving successfully.
GPSVC(11c.f4) 05:10:07:731 Client_UnLockPolicySection: Starting UnLock Call
GPSVC(18c.12c) 05:10:07:731 Sid = S-1-5-21-1322126195-2193205540-960322009-1167
GPSVC(18c.12c) 05:10:07:731 UnLockPolicySection called for user <S-1-5-21-1322126195-2193205540-960322009-1167>
GPSVC(18c.12c) 05:10:07:731 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.12c) 05:10:07:731 Setting lock state as notLocked
GPSVC(18c.12c) 05:10:07:731 UnLocked successfully
GPSVC(11c.f4) 05:10:07:731 Client_UnLockPolicySection: Unlocked successfully
GPSVC(11c.f4) 05:10:07:731 LeaveCriticalPolicySectionInternal: Critical section 0x387120 has been released.
GPSVC(18c.12c) 05:10:08:104 Target = Machine
GPSVC(18c.12c) 05:10:08:104 Target = Machine, ChangeNumber 0
GPSVC(18c.12c) 05:10:08:104 Target = S-1-5-21-1322126195-2193205540-960322009-1167
GPSVC(18c.12c) 05:10:08:104 Target = S-1-5-21-1322126195-2193205540-960322009-1167, ChangeNumber 0
GPSVC(18c.98) 05:10:08:224 Started bandwidth estimation successfully
GPSVC(18c.98) 05:10:08:224 GetDomainControllerConnectionInfo: Getting Ldap Handles.
GPSVC(18c.98) 05:10:08:224 GetLdapHandle:  Getting ldap handle for host: chessrv1.cstc.local in domain: CSTC.LOCAL.
GPSVC(18c.98) 05:10:08:224 GetLdapHandle:  Server connection established.
GPSVC(18c.98) 05:10:08:224 GetLdapHandle:  Bound successfully.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\dskquota.dll.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\TsUsbRedirectionGroupPolicyExtension.dll.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\srchadmin.dll.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\cscobj.dll.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.98) 05:10:08:224 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.98) 05:10:08:234 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.98) 05:10:08:234 GetGPOInfo:  ********************************
GPSVC(18c.98) 05:10:08:234 GetGPOInfo:  Entering...
GPSVC(18c.98) 05:10:08:234 SearchDSObject:  Searching <OU=SBSUsers,OU=Users,OU=MyBusiness,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 SearchDSObject:  No GPO(s) for this object.
GPSVC(18c.98) 05:10:08:234 SearchDSObject:  Searching <OU=Users,OU=MyBusiness,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 SearchDSObject:  No GPO(s) for this object.
GPSVC(18c.98) 05:10:08:234 SearchDSObject:  Searching <OU=MyBusiness,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 SearchDSObject:  No GPO(s) for this object.
GPSVC(18c.98) 05:10:08:234 SearchDSObject:  Searching <DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 SearchDSObject:  Found GPO(s):  <[LDAP://cn={39C7C983-4A18-4644-9A48-47B4E980C4CA},cn=policies,cn=system,DC=cstc,DC=local;0][LDAP://cn={E183084B-7507-4F3F-AEB3-94693E87CE02},cn=policies,cn=system,DC=cstc,DC=local;0][LDAP://cn={0443087B-1D08-4633-993F-98639A525F33},cn=policies,cn=system,DC=cstc,DC=local;0][LDAP://CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=cstc,DC=local;1][LDAP://CN={E4EC96B4-7AFC-4652-B356-9AF548AA424F},CN=Policies,CN=System,DC=cstc,DC=local;0][LDAP://CN={7A3EB93B-C56D-48D7-AA66-652842C02B87},CN=Policies,CN=System,DC=cstc,DC=local;0][LDAP://CN={70D96917-49A5-4E66-8CFE-E79FC701E291},CN=Policies,CN=System,DC=cstc,DC=local;0][LDAP://CN={BEE92033-DAE2-45C5-AD42-A0548E4C83CA},CN=Policies,CN=System,DC=cstc,DC=local;0][LDAP://CN={57C652B1-0712-4031-BBAF-763EC79E8911},CN=Policies,CN=System,DC=cstc,DC=local;0][LDAP://CN={9D1E9163-DE6F-42B3-A907-C192B1C4B9C7},CN=Policies,CN=System,DC=cstc,DC=local;0][LDAP://CN={BE42A508-7107-4C7C-8288-380C117E20BF},CN=Policies,CN=System,DC=cstc,DC=local;0]>
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://cn={39C7C983-4A18-4644-9A48-47B4E980C4CA},cn=policies,cn=system,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://cn={E183084B-7507-4F3F-AEB3-94693E87CE02},cn=policies,cn=system,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://cn={0443087B-1D08-4633-993F-98639A525F33},cn=policies,cn=system,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 SearchDSObject:  The link to GPO LDAP://CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=cstc,DC=local is disabled.  It will be skipped for processing.
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://CN={E4EC96B4-7AFC-4652-B356-9AF548AA424F},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://CN={7A3EB93B-C56D-48D7-AA66-652842C02B87},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://CN={70D96917-49A5-4E66-8CFE-E79FC701E291},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://CN={BEE92033-DAE2-45C5-AD42-A0548E4C83CA},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://CN={57C652B1-0712-4031-BBAF-763EC79E8911},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://CN={9D1E9163-DE6F-42B3-A907-C192B1C4B9C7},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:234 ProcessGPO:  Deferring search for <LDAP://CN={BE42A508-7107-4C7C-8288-380C117E20BF},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:244 SearchDSObject:  Searching <CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:244 SearchDSObject:  No GPO(s) for this object.
GPSVC(18c.98) 05:10:08:244 EvaluateDeferredGPOs:  Searching for GPOs in cn=policies,cn=system,DC=cstc,DC=local
GPSVC(18c.98) 05:10:08:244 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:244 ProcessGPO:  Searching <cn={39C7C983-4A18-4644-9A48-47B4E980C4CA},cn=policies,cn=system,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:244 ProcessGPO:  User has access to this GPO.
GPSVC(18c.98) 05:10:08:244 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.98) 05:10:08:244 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.98) 05:10:08:244 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{39C7C983-4A18-4644-9A48-47B4E980C4CA}>
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found common name of:  <{39C7C983-4A18-4644-9A48-47B4E980C4CA}>
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found display name of:  <Small Business Server Update Services Common Settings Policy>
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found flags of:  0
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  GPO Small Business Server Update Services Common Settings Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:254 EvalList: Object <cn={E183084B-7507-4F3F-AEB3-94693E87CE02},cn=policies,cn=system,DC=cstc,DC=local> cannot be accessed
GPSVC(18c.98) 05:10:08:254 EvalList: Object <cn={0443087B-1D08-4633-993F-98639A525F33},cn=policies,cn=system,DC=cstc,DC=local> cannot be accessed
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Searching <CN={E4EC96B4-7AFC-4652-B356-9AF548AA424F},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  User has access to this GPO.
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{E4EC96B4-7AFC-4652-B356-9AF548AA424F}>
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found common name of:  <{E4EC96B4-7AFC-4652-B356-9AF548AA424F}>
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found display name of:  <Small Business Server Domain Password Policy>
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.98) 05:10:08:254 ProcessGPO:  Found flags of:  0
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  GPO Small Business Server Domain Password Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Searching <CN={7A3EB93B-C56D-48D7-AA66-652842C02B87},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  User has access to this GPO.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{7A3EB93B-C56D-48D7-AA66-652842C02B87}>
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found common name of:  <{7A3EB93B-C56D-48D7-AA66-652842C02B87}>
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found display name of:  <Small Business Server Lockout Policy>
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found flags of:  1
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  GPO Small Business Server Lockout Policy is disabled.  It will be skipped.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  GPO Small Business Server Lockout Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Searching <CN={70D96917-49A5-4E66-8CFE-E79FC701E291},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  User has access to this GPO.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{70D96917-49A5-4E66-8CFE-E79FC701E291}>
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found common name of:  <{70D96917-49A5-4E66-8CFE-E79FC701E291}>
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found display name of:  <Small Business Server Remote Assistance Policy>
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  Found flags of:  1
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  GPO Small Business Server Remote Assistance Policy is disabled.  It will be skipped.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  GPO Small Business Server Remote Assistance Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:264 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  Searching <CN={BEE92033-DAE2-45C5-AD42-A0548E4C83CA},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  User has access to this GPO.
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{BEE92033-DAE2-45C5-AD42-A0548E4C83CA}>
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  Found common name of:  <{BEE92033-DAE2-45C5-AD42-A0548E4C83CA}>
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  Found display name of:  <Small Business Server Client Computer>
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  Found flags of:  0
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  GPO Small Business Server Client Computer doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  Searching <CN={57C652B1-0712-4031-BBAF-763EC79E8911},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:08:274 ProcessGPO:  User has access to this GPO.
GPSVC(18c.98) 05:10:08:274 FilterCheck:  Found WMI Filter id of:  <[cstc.local;{DBB96098-A26E-4B79-BCA3-E6D17152F395};0]>
GPSVC(18c.98) 05:10:09:577 ProcessGPO:  The GPO does not pass the filter check and so will not be applied.
GPSVC(18c.98) 05:10:09:578 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.98) 05:10:09:579 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{57C652B1-0712-4031-BBAF-763EC79E8911}>
GPSVC(18c.98) 05:10:09:579 ProcessGPO:  Sysvol access skipped because GPO is not getting applied.
GPSVC(18c.98) 05:10:09:579 ProcessGPO:  Found common name of:  <{57C652B1-0712-4031-BBAF-763EC79E8911}>
GPSVC(18c.98) 05:10:09:579 ProcessGPO:  Found display name of:  <Small Business Server Internet Connection Firewall>
GPSVC(18c.98) 05:10:09:580 ProcessGPO:  Found user version of:  GPC is 0, GPT is 65535
GPSVC(18c.98) 05:10:09:580 ProcessGPO:  Found flags of:  0
GPSVC(18c.98) 05:10:09:580 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.98) 05:10:09:580 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:09:581 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:09:581 ProcessGPO:  Searching <CN={9D1E9163-DE6F-42B3-A907-C192B1C4B9C7},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.98) 05:10:09:581 ProcessGPO:  User has access to this GPO.
GPSVC(18c.98) 05:10:09:581 FilterCheck:  Found WMI Filter id of:  <[cstc.local;{B5EDCA6F-2E04-4574-9D0C-B01DD88C7C67};0]>
GPSVC(d88.d8c) 05:10:09:625 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x1fc
GPSVC(d88.d8c) 05:10:09:634 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.98) 05:10:09:643 ProcessGPO:  The GPO does not pass the filter check and so will not be applied.
GPSVC(d88.d8c) 05:10:09:644 CGPNotify::RegisterForNotification: Exiting with status = 0
GPSVC(d88.d8c) 05:10:09:649 CGPNotify::RegisterForNotification: Entering with target S-1-5-21-1322126195-2193205540-960322009-1167 and event 0x23c
GPSVC(d88.d8c) 05:10:09:653 Client_InitialRegisterForNotification: User = S-1-5-21-1322126195-2193205540-960322009-1167, changenumber = 0
GPSVC(18c.440) 05:10:09:656 Target = S-1-5-21-1322126195-2193205540-960322009-1167
GPSVC(d88.d8c) 05:10:09:657 Client_RegisterForNotification: User = S-1-5-21-1322126195-2193205540-960322009-1167, changenumber = 0
GPSVC(18c.440) 05:10:09:660 Target = S-1-5-21-1322126195-2193205540-960322009-1167, ChangeNumber 0
GPSVC(18c.98) 05:10:09:771 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.98) 05:10:09:771 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.98) 05:10:09:771 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{BE42A508-7107-4C7C-8288-380C117E20BF}>
GPSVC(d88.d8c) 05:10:09:775 CGPNotify::RegisterForNotification: Entering with target Machine and event 0x35c
GPSVC(d88.d8c) 05:10:09:778 Client_InitialRegisterForNotification: User = machine, changenumber = 0
GPSVC(18c.98) 05:10:09:782 ProcessGPO:  Found common name of:  <{BE42A508-7107-4C7C-8288-380C117E20BF}>
GPSVC(18c.98) 05:10:09:783 ProcessGPO:  Found display name of:  <Small Business Server - Windows Vista policy>
GPSVC(18c.98) 05:10:09:783 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.98) 05:10:09:786 ProcessGPO:  Found flags of:  0
GPSVC(18c.98) 05:10:09:788 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.98) 05:10:09:788 ProcessGPO:  GPO Small Business Server - Windows Vista policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.98) 05:10:09:789 ProcessGPO:  ==============================
GPSVC(18c.98) 05:10:09:820 ProcessLocalGPO:  Local GPO's gpt.ini is not accessible, assuming default state.
GPSVC(18c.98) 05:10:09:825 ProcessLocalGPO:  GPO Local Group Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.98) 05:10:09:826 GetGPOInfo:  Leaving with 1
GPSVC(18c.98) 05:10:09:826 GetGPOInfo:  ********************************
GPSVC(18c.98) 05:10:10:327 NlaQueryNetSignatures returned 1 networks
GPSVC(18c.98) 05:10:10:328 Estimated bandwidth on one of the connections : 0 kbps
GPSVC(18c.98) 05:10:10:329 Estimated bandwidth on one of the connections : 354874 kbps
GPSVC(18c.98) 05:10:10:331 ReadExtStatus: Reading Previous Status for extension {35378EAC-683F-11D2-A89A-00C04FBBCFA2}
GPSVC(18c.98) 05:10:10:335 ReadExtStatus: Reading Previous Status for extension {0ACDD40C-75AC-47ab-BAA0-BF6DE7E7FE63}
GPSVC(18c.98) 05:10:10:336 ReadExtStatus: Reading Previous Status for extension {0E28E245-9368-4853-AD84-6DA3BA35BB75}
GPSVC(18c.98) 05:10:10:341 ReadExtStatus: Reading Previous Status for extension {17D89FEC-5C44-4972-B12D-241CAEF74509}
GPSVC(18c.98) 05:10:10:342 ReadExtStatus: Reading Previous Status for extension {1A6364EB-776B-4120-ADE1-B63A406A76B5}
GPSVC(18c.98) 05:10:10:342 ReadExtStatus: Reading Previous Status for extension {25537BA6-77A8-11D2-9B6C-0000F8080861}
GPSVC(18c.98) 05:10:10:342 ReadExtStatus: Reading Previous Status for extension {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
GPSVC(18c.98) 05:10:10:343 ReadExtStatus: Reading Previous Status for extension {3A0DBA37-F8B2-4356-83DE-3E90BD5C261F}
GPSVC(18c.98) 05:10:10:343 ReadExtStatus: Reading Previous Status for extension {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
GPSVC(18c.98) 05:10:10:343 ReadExtStatus: Reading Previous Status for extension {42B5FAAE-6536-11d2-AE5A-0000F87571E3}
GPSVC(18c.98) 05:10:10:344 ReadExtStatus: Reading Previous Status for extension {4bcd6cde-777b-48b6-9804-43568e23545d}
GPSVC(18c.98) 05:10:10:344 ReadExtStatus: Reading Previous Status for extension {4CFB60C1-FAA6-47f1-89AA-0B18730C9FD3}
GPSVC(18c.98) 05:10:10:344 ReadExtStatus: Reading Previous Status for extension {5794DAFD-BE60-433f-88A2-1A31939AC01F}
GPSVC(18c.98) 05:10:10:345 ReadExtStatus: Reading Previous Status for extension {6232C319-91AC-4931-9385-E70C2B099F0E}
GPSVC(18c.98) 05:10:10:345 ReadExtStatus: Reading Previous Status for extension {6A4C88C6-C502-4f74-8F60-2CB23EDC24E2}
GPSVC(18c.98) 05:10:10:345 ReadExtStatus: Reading Previous Status for extension {7150F9BF-48AD-4da4-A49C-29EF4A8369BA}
GPSVC(18c.98) 05:10:10:346 ReadExtStatus: Reading Previous Status for extension {728EE579-943C-4519-9EF7-AB56765798ED}
GPSVC(18c.98) 05:10:10:346 ReadExtStatus: Reading Previous Status for extension {74EE6C03-5363-4554-B161-627540339CAB}
GPSVC(18c.98) 05:10:10:346 ReadExtStatus: Reading Previous Status for extension {7933F41E-56F8-41d6-A31C-4148A711EE93}
GPSVC(18c.98) 05:10:10:346 ReadExtStatus: Reading Previous Status for extension {7B849a69-220F-451E-B3FE-2CB811AF94AE}
GPSVC(18c.98) 05:10:10:347 ReadExtStatus: Reading Previous Status for extension {827D319E-6EAC-11D2-A4EA-00C04F79F83A}
GPSVC(18c.98) 05:10:10:347 ReadExtStatus: Reading Previous Status for extension {8A28E2C5-8D06-49A4-A08C-632DAA493E17}
GPSVC(18c.98) 05:10:10:347 ReadExtStatus: Reading Previous Status for extension {91FBB303-0CD5-4055-BF42-E512A681B325}
GPSVC(18c.98) 05:10:10:356 ReadExtStatus: Reading Previous Status for extension {A2E30F80-D7DE-11d2-BBDE-00C04F86AE3B}
GPSVC(18c.98) 05:10:10:356 ReadExtStatus: Reading Previous Status for extension {A3F3E39B-5D83-4940-B954-28315B82F0A8}
GPSVC(18c.98) 05:10:10:357 ReadExtStatus: Reading Previous Status for extension {AADCED64-746C-4633-A97C-D61349046527}
GPSVC(18c.98) 05:10:10:357 ReadExtStatus: Reading Previous Status for extension {B087BE9D-ED37-454f-AF9C-04291E351182}
GPSVC(18c.98) 05:10:10:357 ReadExtStatus: Reading Previous Status for extension {B587E2B1-4D59-4e7e-AED9-22B9DF11D053}
GPSVC(18c.98) 05:10:10:358 ReadExtStatus: Reading Previous Status for extension {BC75B1ED-5833-4858-9BB8-CBF0B166DF9D}
GPSVC(18c.98) 05:10:10:358 ReadExtStatus: Reading Previous Status for extension {C418DD9D-0D14-4efb-8FBF-CFE535C8FAC7}
GPSVC(18c.98) 05:10:10:359 ReadExtStatus: Reading Previous Status for extension {C631DF4C-088F-4156-B058-4375F0853CD8}
GPSVC(18c.98) 05:10:10:360 ReadExtStatus: Reading Previous Status for extension {c6dc5466-785a-11d2-84d0-00c04fb169f7}
GPSVC(18c.98) 05:10:10:363 ReadExtStatus: Reading Previous Status for extension {cdeafc3d-948d-49dd-ab12-e578ba4af7aa}
GPSVC(18c.98) 05:10:10:364 ReadExtStatus: Reading Previous Status for extension {CF7639F3-ABA2-41DB-97F2-81E2C5DBFC5D}
GPSVC(18c.98) 05:10:10:369 ReadExtStatus: Reading Previous Status for extension {e437bc1c-aa7d-11d2-a382-00c04f991e27}
GPSVC(18c.98) 05:10:10:373 ReadExtStatus: Reading Previous Status for extension {E47248BA-94CC-49c4-BBB5-9EB7F05183D0}
GPSVC(18c.98) 05:10:10:374 ReadExtStatus: Reading Previous Status for extension {E4F48E54-F38D-4884-BFB9-D4D2E5729C18}
GPSVC(18c.98) 05:10:10:379 ReadExtStatus: Reading Previous Status for extension {E5094040-C46C-4115-B030-04FB2E545B00}
GPSVC(18c.98) 05:10:10:380 ReadExtStatus: Reading Previous Status for extension {E62688F0-25FD-4c90-BFF5-F508B9D2E31F}
GPSVC(18c.98) 05:10:10:381 ReadExtStatus: Reading Previous Status for extension {f3ccc681-b74c-4060-9f26-cd84525dca2a}
GPSVC(18c.98) 05:10:10:383 ReadExtStatus: Reading Previous Status for extension {F9C77450-3A41-477E-9310-9ACD617BD9E3}
GPSVC(18c.98) 05:10:10:405 ReadExtStatus: Reading Previous Status for extension {FB2CA36D-0B40-4307-821B-A13B252DE56C}
GPSVC(18c.98) 05:10:10:439 ReadExtStatus: Reading Previous Status for extension {fbf687e6-f063-4d9f-9f4f-fd9a26acdd5f}
GPSVC(18c.98) 05:10:10:469 ProcessGPOs: Logging Data for Target <Nathan>.
GPSVC(18c.98) 05:10:10:469 GPLockPolicySection: Sid = S-1-5-21-1322126195-2193205540-960322009-1167, dwTimeout = 30000, dwFlags = 0
GPSVC(18c.98) 05:10:10:472 LockPolicySection called for user <S-1-5-21-1322126195-2193205540-960322009-1167>
GPSVC(18c.98) 05:10:10:472 Sync Lock Called
GPSVC(18c.98) 05:10:10:472 Writer Lock got immediately.
GPSVC(18c.98) 05:10:10:473 Lock taken successfully
GPSVC(18c.98) 05:10:10:474 Taking console lock with timeout 30000.
GPSVC(18c.98) 05:10:10:474 Sync Lock Called
GPSVC(18c.98) 05:10:10:474 Writer Lock got immediately.
GPSVC(18c.98) 05:10:10:474 Lock taken successfully
GPSVC(18c.98) 05:10:10:475 Releasing console lock.
GPSVC(18c.98) 05:10:10:475 UnLockPolicySection called for user <S-1-5-21-1322126195-2193205540-960322009-1167>
GPSVC(18c.98) 05:10:10:476 UnLocked successfully
GPSVC(18c.98) 05:10:10:476 ProcessGPOs: OpenThreadToken failed with error 1008, assuming thread is not impersonating
GPSVC(18c.98) 05:10:10:476 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:477 ProcessGPOs: Processing extension Registry
GPSVC(18c.98) 05:10:10:477 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:477 CheckGPOs: No GPO changes but couldn't read extension Registry's status or policy time.
GPSVC(18c.98) 05:10:10:478 ProcessGPOs: Extension Registry skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:478 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:478 ProcessGPOs: Processing extension Wireless Group Policy
GPSVC(18c.98) 05:10:10:478 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:479 CheckGPOs: No GPO changes but couldn't read extension Wireless Group Policy's status or policy time.
GPSVC(18c.98) 05:10:10:479 ProcessGPOs: Extension Wireless Group Policy skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:479 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:479 ProcessGPOs: Processing extension Group Policy Environment
GPSVC(18c.98) 05:10:10:480 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:480 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:480 CheckGPOs: No GPO changes but couldn't read extension Group Policy Environment's status or policy time.
GPSVC(18c.98) 05:10:10:480 ProcessGPOs: Extension Group Policy Environment skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:480 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:485 ProcessGPOs: Processing extension Group Policy Local Users and Groups
GPSVC(18c.98) 05:10:10:486 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:487 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:494 CheckGPOs: No GPO changes but couldn't read extension Group Policy Local Users and Groups's status or policy time.
GPSVC(18c.98) 05:10:10:498 ProcessGPOs: Extension Group Policy Local Users and Groups skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:498 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:498 ProcessGPOs: Processing extension Group Policy Device Settings
GPSVC(18c.98) 05:10:10:499 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:499 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:499 CheckGPOs: No GPO changes but couldn't read extension Group Policy Device Settings's status or policy time.
GPSVC(18c.98) 05:10:10:500 ProcessGPOs: Extension Group Policy Device Settings skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:500 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:500 ProcessGPOs: Processing extension Folder Redirection
GPSVC(18c.98) 05:10:10:500 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:501 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:501 CheckGPOs: No GPO changes but couldn't read extension Folder Redirection's status or policy time.
GPSVC(18c.98) 05:10:10:501 ProcessGPOs: Extension Folder Redirection skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:501 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:502 ProcessGPOs: Processing extension Microsoft Disk Quota
GPSVC(18c.98) 05:10:10:502 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:502 CheckGPOs: No GPO changes but couldn't read extension Microsoft Disk Quota's status or policy time.
GPSVC(18c.98) 05:10:10:502 ProcessGPOs: Extension Microsoft Disk Quota skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:503 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:503 ProcessGPOs: Processing extension Group Policy Network Options
GPSVC(18c.98) 05:10:10:503 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:503 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:504 CheckGPOs: No GPO changes but couldn't read extension Group Policy Network Options's status or policy time.
GPSVC(18c.98) 05:10:10:504 ProcessGPOs: Extension Group Policy Network Options skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:504 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:504 ProcessGPOs: Processing extension QoS Packet Scheduler
GPSVC(18c.98) 05:10:10:505 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:505 CheckGPOs: No GPO changes but couldn't read extension QoS Packet Scheduler's status or policy time.
GPSVC(18c.98) 05:10:10:505 ProcessGPOs: Extension QoS Packet Scheduler skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:505 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:506 ProcessGPOs: Processing extension Scripts
GPSVC(18c.98) 05:10:10:506 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:506 CheckGPOs: No GPO changes but couldn't read extension Scripts's status or policy time.
GPSVC(18c.98) 05:10:10:506 ProcessGPOs: Extension Scripts skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:507 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:507 ProcessGPOs: Processing extension Remote Desktop USB Redirection
GPSVC(18c.98) 05:10:10:507 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:507 CheckGPOs: No GPO changes but couldn't read extension Remote Desktop USB Redirection's status or policy time.
GPSVC(18c.98) 05:10:10:508 ProcessGPOs: Extension Remote Desktop USB Redirection skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:508 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:508 ProcessGPOs: Processing extension Internet Explorer Zonemapping
GPSVC(18c.98) 05:10:10:508 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:508 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer Zonemapping's status or policy time.
GPSVC(18c.98) 05:10:10:509 ProcessGPOs: Extension Internet Explorer Zonemapping skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:509 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:509 ProcessGPOs: Processing extension Group Policy Drive Maps
GPSVC(18c.98) 05:10:10:510 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:510 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:510 CheckGPOs: No GPO changes but couldn't read extension Group Policy Drive Maps's status or policy time.
GPSVC(18c.98) 05:10:10:510 ProcessGPOs: Extension Group Policy Drive Maps skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:511 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:511 ProcessGPOs: Processing extension Group Policy Folders
GPSVC(18c.98) 05:10:10:511 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:511 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:512 CheckGPOs: No GPO changes but couldn't read extension Group Policy Folders's status or policy time.
GPSVC(18c.98) 05:10:10:513 ProcessGPOs: Extension Group Policy Folders skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:514 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:514 ProcessGPOs: Processing extension Group Policy Network Shares
GPSVC(18c.98) 05:10:10:514 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:515 CheckGPOs: No GPO changes but couldn't read extension Group Policy Network Shares's status or policy time.
GPSVC(18c.98) 05:10:10:515 ProcessGPOs: Extension Group Policy Network Shares skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:515 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:516 ProcessGPOs: Processing extension Group Policy Files
GPSVC(18c.98) 05:10:10:516 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:516 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:516 CheckGPOs: No GPO changes but couldn't read extension Group Policy Files's status or policy time.
GPSVC(18c.98) 05:10:10:517 ProcessGPOs: Extension Group Policy Files skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:517 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:517 ProcessGPOs: Processing extension Group Policy Data Sources
GPSVC(18c.98) 05:10:10:518 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:518 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:518 CheckGPOs: No GPO changes but couldn't read extension Group Policy Data Sources's status or policy time.
GPSVC(18c.98) 05:10:10:518 ProcessGPOs: Extension Group Policy Data Sources skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:519 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:519 ProcessGPOs: Processing extension Group Policy Ini Files
GPSVC(18c.98) 05:10:10:519 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:520 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:520 CheckGPOs: No GPO changes but couldn't read extension Group Policy Ini Files's status or policy time.
GPSVC(18c.98) 05:10:10:520 ProcessGPOs: Extension Group Policy Ini Files skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:520 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:521 ProcessGPOs: Processing extension Windows Search Group Policy Extension
GPSVC(18c.98) 05:10:10:521 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:521 CheckGPOs: No GPO changes but couldn't read extension Windows Search Group Policy Extension's status or policy time.
GPSVC(18c.98) 05:10:10:521 ProcessGPOs: Extension Windows Search Group Policy Extension skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:522 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:522 ProcessGPOs: Processing extension Internet Explorer User Accelerators
GPSVC(18c.98) 05:10:10:522 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:522 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer User Accelerators's status or policy time.
GPSVC(18c.98) 05:10:10:523 ProcessGPOs: Extension Internet Explorer User Accelerators skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:523 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:523 ProcessGPOs: Processing extension Security
GPSVC(18c.98) 05:10:10:523 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:523 CheckGPOs: No GPO changes but couldn't read extension Security's status or policy time.
GPSVC(18c.98) 05:10:10:524 ProcessGPOs: Extension Security skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:524 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:524 ProcessGPOs: Processing extension Deployed Printer Connections
GPSVC(18c.98) 05:10:10:524 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:525 CheckGPOs: No GPO changes but couldn't read extension Deployed Printer Connections's status or policy time.
GPSVC(18c.98) 05:10:10:525 ProcessGPOs: Extension Deployed Printer Connections skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:525 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:525 ProcessGPOs: Processing extension Group Policy Services
GPSVC(18c.98) 05:10:10:526 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:526 CheckGPOs: No GPO changes but couldn't read extension Group Policy Services's status or policy time.
GPSVC(18c.98) 05:10:10:526 ProcessGPOs: Extension Group Policy Services skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:526 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:527 ProcessGPOs: Processing extension Internet Explorer Branding
GPSVC(18c.98) 05:10:10:527 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:527 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer Branding's status or policy time.
GPSVC(18c.98) 05:10:10:527 ProcessGPOs: Extension Internet Explorer Branding skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:527 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:528 ProcessGPOs: Processing extension Group Policy Folder Options
GPSVC(18c.98) 05:10:10:528 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:528 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:528 CheckGPOs: No GPO changes but couldn't read extension Group Policy Folder Options's status or policy time.
GPSVC(18c.98) 05:10:10:529 ProcessGPOs: Extension Group Policy Folder Options skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:529 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:529 ProcessGPOs: Processing extension Group Policy Scheduled Tasks
GPSVC(18c.98) 05:10:10:529 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:530 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:530 CheckGPOs: No GPO changes but couldn't read extension Group Policy Scheduled Tasks's status or policy time.
GPSVC(18c.98) 05:10:10:530 ProcessGPOs: Extension Group Policy Scheduled Tasks skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:530 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:531 ProcessGPOs: Processing extension Group Policy Registry
GPSVC(18c.98) 05:10:10:531 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:531 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:531 CheckGPOs: No GPO changes but couldn't read extension Group Policy Registry's status or policy time.
GPSVC(18c.98) 05:10:10:532 ProcessGPOs: Extension Group Policy Registry skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:532 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:532 ProcessGPOs: Processing extension 802.3 Group Policy
GPSVC(18c.98) 05:10:10:532 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:532 CheckGPOs: No GPO changes but couldn't read extension 802.3 Group Policy's status or policy time.
GPSVC(18c.98) 05:10:10:533 ProcessGPOs: Extension 802.3 Group Policy skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:533 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:533 ProcessGPOs: Processing extension Group Policy Printers
GPSVC(18c.98) 05:10:10:533 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:534 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:534 CheckGPOs: No GPO changes but couldn't read extension Group Policy Printers's status or policy time.
GPSVC(18c.98) 05:10:10:534 ProcessGPOs: Extension Group Policy Printers skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:534 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:535 ProcessGPOs: Processing extension Group Policy Shortcuts
GPSVC(18c.98) 05:10:10:535 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:535 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:535 CheckGPOs: No GPO changes but couldn't read extension Group Policy Shortcuts's status or policy time.
GPSVC(18c.98) 05:10:10:536 ProcessGPOs: Extension Group Policy Shortcuts skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:536 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:536 ProcessGPOs: Processing extension Microsoft Offline Files
GPSVC(18c.98) 05:10:10:536 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:537 CheckGPOs: No GPO changes but couldn't read extension Microsoft Offline Files's status or policy time.
GPSVC(18c.98) 05:10:10:537 ProcessGPOs: Extension Microsoft Offline Files skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:537 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:537 ProcessGPOs: Processing extension Software Installation
GPSVC(18c.98) 05:10:10:538 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:538 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:538 CheckGPOs: No GPO changes but couldn't read extension Software Installation's status or policy time.
GPSVC(18c.98) 05:10:10:538 ProcessGPOs: Extension Software Installation skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:539 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:539 ProcessGPOs: Processing extension TCPIP
GPSVC(18c.98) 05:10:10:539 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:539 CheckGPOs: No GPO changes but couldn't read extension TCPIP's status or policy time.
GPSVC(18c.98) 05:10:10:540 ProcessGPOs: Extension TCPIP skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:540 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:540 ProcessGPOs: Processing extension Internet Explorer Machine Accelerators
GPSVC(18c.98) 05:10:10:540 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:541 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer Machine Accelerators's status or policy time.
GPSVC(18c.98) 05:10:10:541 ProcessGPOs: Extension Internet Explorer Machine Accelerators skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:541 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:541 ProcessGPOs: Processing extension IP Security
GPSVC(18c.98) 05:10:10:542 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:542 CheckGPOs: No GPO changes but couldn't read extension IP Security's status or policy time.
GPSVC(18c.98) 05:10:10:542 ProcessGPOs: Extension IP Security skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:542 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:543 ProcessGPOs: Processing extension Group Policy Internet Settings
GPSVC(18c.98) 05:10:10:543 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:543 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:543 CheckGPOs: No GPO changes but couldn't read extension Group Policy Internet Settings's status or policy time.
GPSVC(18c.98) 05:10:10:544 ProcessGPOs: Extension Group Policy Internet Settings skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:546 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:546 ProcessGPOs: Processing extension Group Policy Start Menu Settings
GPSVC(18c.98) 05:10:10:546 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:547 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:547 CheckGPOs: No GPO changes but couldn't read extension Group Policy Start Menu Settings's status or policy time.
GPSVC(18c.98) 05:10:10:547 ProcessGPOs: Extension Group Policy Start Menu Settings skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:547 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:548 ProcessGPOs: Processing extension Group Policy Regional Options
GPSVC(18c.98) 05:10:10:548 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:548 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:548 CheckGPOs: No GPO changes but couldn't read extension Group Policy Regional Options's status or policy time.
GPSVC(18c.98) 05:10:10:549 ProcessGPOs: Extension Group Policy Regional Options skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:549 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:549 ProcessGPOs: Processing extension Group Policy Power Options
GPSVC(18c.98) 05:10:10:550 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:550 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:550 CheckGPOs: No GPO changes but couldn't read extension Group Policy Power Options's status or policy time.
GPSVC(18c.98) 05:10:10:550 ProcessGPOs: Extension Group Policy Power Options skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:551 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:551 ProcessGPOs: Processing extension Audit Policy Configuration
GPSVC(18c.98) 05:10:10:551 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:551 CheckGPOs: No GPO changes but couldn't read extension Audit Policy Configuration's status or policy time.
GPSVC(18c.98) 05:10:10:552 ProcessGPOs: Extension Audit Policy Configuration skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:552 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:552 ProcessGPOs: Processing extension Group Policy Applications
GPSVC(18c.98) 05:10:10:553 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:553 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:553 CheckGPOs: No GPO changes but couldn't read extension Group Policy Applications's status or policy time.
GPSVC(18c.98) 05:10:10:553 ProcessGPOs: Extension Group Policy Applications skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:554 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:554 ProcessGPOs: Processing extension Enterprise QoS
GPSVC(18c.98) 05:10:10:554 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:554 CheckGPOs: No GPO changes but couldn't read extension Enterprise QoS's status or policy time.
GPSVC(18c.98) 05:10:10:555 ProcessGPOs: Extension Enterprise QoS skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.98) 05:10:10:555 ProcessGPOs: -----------------------
GPSVC(18c.98) 05:10:10:555 ProcessGPOs: Processing extension CP
GPSVC(18c.98) 05:10:10:555 CompareGPOLists:  The lists are the same.
GPSVC(18c.98) 05:10:10:556 CheckGPOs: No GPO changes but couldn't read extension CP's status or policy time.
GPSVC(18c.98) 05:10:10:556 ProcessGPOs: Extension CP skipped with flags 0x1000e.
GPSVC(18c.98) 05:10:10:556 gpGetFgPolicyRefreshInfo: Mode: 2, Reason: 0
GPSVC(18c.98) 05:10:10:557 SetFgRefreshInfo: Previous User Fg policy Asynchronous, Reason: NoNeedForSync.
GPSVC(18c.98) 05:10:10:557 ProcessGPOs: No WMI logging done in this policy cycle.
GPSVC(18c.98) 05:10:10:557 ProcessGPOs: Boot/Logon Policy processing - checking if UBPM trigger events need to be fired
GPSVC(18c.98) 05:10:10:558 CheckAndFireGPTriggerEvent: Applied GPO list is empty. Not firing UBPM trigger events.
GPSVC(18c.98) 05:10:10:558 Application complete with bConnectivityFailure = 0.
GPSVC(18c.98) 05:10:10:559 Application complete with bConnectivityFailure = 0.
GPSVC(f38.db0) 05:10:33:784 RefreshPolicyForPrincipal: Entering with bMachine = 1, SID = null, options: 1, dwTimeout = 600000,
GPSVC(18c.560) 05:10:33:784 Server_ProcessRefresh:: bMachine = 1, SID = null, bForceRefresh = 1, bRefreshAllUsers = 0, dwTimeout = 600000
GPSVC(18c.f20) 05:10:33:784 GPOThread: Background forced refresh requested, calling GetUserNameEx to refresh DN cache which returned 0x0
GPSVC(18c.a88) 05:10:33:794 NlaQueryNetSignatures returned 1 networks
GPSVC(18c.a88) 05:10:33:794 Found a intranet+auth network
GPSVC(18c.a88) 05:10:33:794 # of interfaces : 1
GPSVC(18c.a88) 05:10:33:804 Interface ID: {22F65AFB-930E-4BF9-A68A-8228E50574E2}
GPSVC(18c.a88) 05:10:33:804 Compartment ID: 1
GPSVC(18c.a88) 05:10:33:804 Setting the CompartmentId [1] on the current thread
GPSVC(18c.f20) 05:10:33:804 GPLockPolicySection: Sid = (null), dwTimeout = 30000, dwFlags = 65538
GPSVC(18c.f20) 05:10:33:804 LockPolicySection called for user <Machine>
GPSVC(18c.f20) 05:10:33:804 Sync Lock Called
GPSVC(18c.f20) 05:10:33:804 Reader Lock got immediately. m_cReadersInLock : 1
GPSVC(18c.f20) 05:10:33:804 Lock taken successfully
GPSVC(18c.f20) 05:10:33:804 UnLockPolicySection called for user <Machine>
GPSVC(18c.f20) 05:10:33:804 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.f20) 05:10:33:804 Setting lock state as notLocked
GPSVC(18c.f20) 05:10:33:804 UnLocked successfully
GPSVC(18c.a88) 05:10:33:804 GetDomainControllerConnectionInfo: Enabling bandwidth estimate.
GPSVC(18c.f20) 05:10:33:804 GetDomainControllerConnectionInfo: Enabling bandwidth estimate.
GPSVC(18c.a88) 05:10:34:303 Started bandwidth estimation successfully
GPSVC(18c.f20) 05:10:34:303 GetLdapHandle:  Server connection established.
GPSVC(18c.a88) 05:10:34:303 GetDomainControllerConnectionInfo: Getting Ldap Handles.
GPSVC(18c.a88) 05:10:34:303 GetLdapHandle:  Getting ldap handle for host: chessrv1.cstc.local in domain: cstc.local.
GPSVC(18c.a88) 05:10:34:303 GetLdapHandle:  Server connection established.
GPSVC(18c.a88) 05:10:34:303 GetLdapHandle:  Binding using only kerberos.
GPSVC(18c.f20) 05:10:34:303 GetLdapHandle:  Bound successfully.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\dskquota.dll.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\TsUsbRedirectionGroupPolicyExtension.dll.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.a88) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\dskquota.dll.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\srchadmin.dll.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.a88) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\srchadmin.dll.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\cscobj.dll.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.a88) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\cscobj.dll.
GPSVC(18c.a88) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.a88) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for C:\Windows\System32\iedkcs32.dll.
GPSVC(18c.f20) 05:10:34:303 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.a88) 05:10:34:313 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.f20) 05:10:34:313 GetGPOInfo:  Entering...
GPSVC(18c.a88) 05:10:34:313 ReadGPExtensions: Rsop entry point not found for gptext.dll.
GPSVC(18c.a88) 05:10:34:313 GetGPOInfo:  ********************************
GPSVC(18c.a88) 05:10:34:313 GetGPOInfo:  Entering...
GPSVC(18c.f20) 05:10:34:313 SearchDSObject:  Searching <OU=SBSUsers,OU=Users,OU=MyBusiness,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:313 SearchDSObject:  No GPO(s) for this object.
GPSVC(18c.f20) 05:10:34:313 SearchDSObject:  Searching <OU=Users,OU=MyBusiness,DC=cstc,DC=local>
GPSVC(18c.a88) 05:10:34:313 GetSockAddrFromString: GetAddrInfoW failed with 0x2afc
GPSVC(18c.f20) 05:10:34:313 SearchDSObject:  Searching <OU=MyBusiness,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:313 SearchDSObject:  No GPO(s) for this object.
GPSVC(18c.a88) 05:10:34:313 GetGPOInfo:  ********************************
GPSVC(18c.a88) 05:10:34:313 ProcessGPOs: GetGPOInfo failed.
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  Deferring search for <LDAP://cn={39C7C983-4A18-4644-9A48-47B4E980C4CA},cn=policies,cn=system,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  Deferring search for <LDAP://cn={E183084B-7507-4F3F-AEB3-94693E87CE02},cn=policies,cn=system,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  ==============================
GPSVC(18c.a88) 05:10:34:313 Signalling 1 Refresh Policy callers
GPSVC(18c.f20) 05:10:34:313 SearchDSObject:  The link to GPO LDAP://CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=cstc,DC=local is disabled.  It will be skipped for processing.
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  ==============================
GPSVC(18c.a88) 05:10:34:313 LockPolicySection called for user <Machine>
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  Deferring search for <LDAP://CN={7A3EB93B-C56D-48D7-AA66-652842C02B87},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.a88) 05:10:34:313 Lock taken successfully
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  Deferring search for <LDAP://CN={70D96917-49A5-4E66-8CFE-E79FC701E291},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  Deferring search for <LDAP://CN={BEE92033-DAE2-45C5-AD42-A0548E4C83CA},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  Deferring search for <LDAP://CN={57C652B1-0712-4031-BBAF-763EC79E8911},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  Deferring search for <LDAP://CN={9D1E9163-DE6F-42B3-A907-C192B1C4B9C7},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:313 ProcessGPO:  Deferring search for <LDAP://CN={BE42A508-7107-4C7C-8288-380C117E20BF},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.a88) 05:10:34:313 UnLockPolicySection called for user <Machine>
GPSVC(18c.a88) 05:10:34:313 UnLocked successfully
GPSVC(18c.f20) 05:10:34:323 SearchDSObject:  Searching <CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:323 SearchDSObject:  No GPO(s) for this object.
GPSVC(18c.f20) 05:10:34:323 EvaluateDeferredGPOs:  Searching for GPOs in cn=policies,cn=system,DC=cstc,DC=local
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Searching <cn={39C7C983-4A18-4644-9A48-47B4E980C4CA},cn=policies,cn=system,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  User has access to this GPO.
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{39C7C983-4A18-4644-9A48-47B4E980C4CA}>
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Found common name of:  <{39C7C983-4A18-4644-9A48-47B4E980C4CA}>
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Found display name of:  <Small Business Server Update Services Common Settings Policy>
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Found flags of:  0
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  GPO Small Business Server Update Services Common Settings Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:323 EvalList: Object <cn={E183084B-7507-4F3F-AEB3-94693E87CE02},cn=policies,cn=system,DC=cstc,DC=local> cannot be accessed
GPSVC(18c.f20) 05:10:34:323 EvalList: Object <cn={0443087B-1D08-4633-993F-98639A525F33},cn=policies,cn=system,DC=cstc,DC=local> cannot be accessed
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Searching <CN={E4EC96B4-7AFC-4652-B356-9AF548AA424F},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  User has access to this GPO.
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.f20) 05:10:34:323 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{E4EC96B4-7AFC-4652-B356-9AF548AA424F}>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found common name of:  <{E4EC96B4-7AFC-4652-B356-9AF548AA424F}>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found display name of:  <Small Business Server Domain Password Policy>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found flags of:  0
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  GPO Small Business Server Domain Password Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Searching <CN={7A3EB93B-C56D-48D7-AA66-652842C02B87},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  User has access to this GPO.
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{7A3EB93B-C56D-48D7-AA66-652842C02B87}>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found common name of:  <{7A3EB93B-C56D-48D7-AA66-652842C02B87}>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found display name of:  <Small Business Server Lockout Policy>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found flags of:  1
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  GPO Small Business Server Lockout Policy is disabled.  It will be skipped.
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  GPO Small Business Server Lockout Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Searching <CN={70D96917-49A5-4E66-8CFE-E79FC701E291},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  User has access to this GPO.
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{70D96917-49A5-4E66-8CFE-E79FC701E291}>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found common name of:  <{70D96917-49A5-4E66-8CFE-E79FC701E291}>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found display name of:  <Small Business Server Remote Assistance Policy>
GPSVC(18c.f20) 05:10:34:333 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  Found flags of:  1
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  GPO Small Business Server Remote Assistance Policy is disabled.  It will be skipped.
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  GPO Small Business Server Remote Assistance Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  Searching <CN={BEE92033-DAE2-45C5-AD42-A0548E4C83CA},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  User has access to this GPO.
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{BEE92033-DAE2-45C5-AD42-A0548E4C83CA}>
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  Found common name of:  <{BEE92033-DAE2-45C5-AD42-A0548E4C83CA}>
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  Found display name of:  <Small Business Server Client Computer>
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  Found flags of:  0
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  GPO Small Business Server Client Computer doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  Searching <CN={57C652B1-0712-4031-BBAF-763EC79E8911},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:343 ProcessGPO:  User has access to this GPO.
GPSVC(18c.f20) 05:10:34:343 FilterCheck:  Found WMI Filter id of:  <[cstc.local;{DBB96098-A26E-4B79-BCA3-E6D17152F395};0]>
GPSVC(18c.f20) 05:10:34:363 ProcessGPO:  The GPO does not pass the filter check and so will not be applied.
GPSVC(18c.f20) 05:10:34:363 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.f20) 05:10:34:363 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{57C652B1-0712-4031-BBAF-763EC79E8911}>
GPSVC(18c.f20) 05:10:34:363 ProcessGPO:  Sysvol access skipped because GPO is not getting applied.
GPSVC(18c.f20) 05:10:34:363 ProcessGPO:  Found common name of:  <{57C652B1-0712-4031-BBAF-763EC79E8911}>
GPSVC(18c.f20) 05:10:34:373 ProcessGPO:  Found display name of:  <Small Business Server Internet Connection Firewall>
GPSVC(18c.f20) 05:10:34:373 ProcessGPO:  Found user version of:  GPC is 0, GPT is 65535
GPSVC(18c.f20) 05:10:34:373 ProcessGPO:  Found flags of:  0
GPSVC(18c.f20) 05:10:34:373 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.f20) 05:10:34:373 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:373 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:373 ProcessGPO:  Searching <CN={9D1E9163-DE6F-42B3-A907-C192B1C4B9C7},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:373 ProcessGPO:  User has access to this GPO.
GPSVC(18c.f20) 05:10:34:373 FilterCheck:  Found WMI Filter id of:  <[cstc.local;{B5EDCA6F-2E04-4574-9D0C-B01DD88C7C67};0]>
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  The GPO does not pass the filter check and so will not be applied.
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{9D1E9163-DE6F-42B3-A907-C192B1C4B9C7}>
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  Sysvol access skipped because GPO is not getting applied.
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  Found common name of:  <{9D1E9163-DE6F-42B3-A907-C192B1C4B9C7}>
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  Found display name of:  <Small Business Server Windows Firewall>
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  Found user version of:  GPC is 0, GPT is 65535
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  Found flags of:  0
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  Searching <CN={BE42A508-7107-4C7C-8288-380C117E20BF},CN=Policies,CN=System,DC=cstc,DC=local>
GPSVC(18c.f20) 05:10:34:393 ProcessGPO:  User has access to this GPO.
GPSVC(18c.f20) 05:10:34:393 FilterCheck:  Found WMI Filter id of:  <[cstc.local;{1E733509-A539-4D76-9E0D-61DFC26F1362};0]>
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  GPO passes the filter check.
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  Found functionality version of:  2
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  Found file system path of:  <\\cstc.local\SysVol\cstc.local\Policies\{BE42A508-7107-4C7C-8288-380C117E20BF}>
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  Found common name of:  <{BE42A508-7107-4C7C-8288-380C117E20BF}>
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  Found display name of:  <Small Business Server - Windows Vista policy>
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  Found user version of:  GPC is 0, GPT is 0
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  Found flags of:  0
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  No client-side extensions for this object.
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  GPO Small Business Server - Windows Vista policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.f20) 05:10:34:413 ProcessGPO:  ==============================
GPSVC(18c.f20) 05:10:34:413 ProcessLocalGPO:  Local GPO's gpt.ini is not accessible, assuming default state.
GPSVC(18c.f20) 05:10:34:423 ProcessLocalGPO:  GPO Local Group Policy doesn't contain any data since the version number is 0.  It will be skipped.
GPSVC(18c.f20) 05:10:34:423 GetGPOInfo:  Leaving with 1
GPSVC(18c.f20) 05:10:34:423 GetGPOInfo:  ********************************
GPSVC(18c.f20) 05:10:34:923 NlaQueryNetSignatures returned 1 networks
GPSVC(18c.f20) 05:10:34:923 Estimated bandwidth on one of the connections : 0 kbps
GPSVC(18c.f20) 05:10:34:923 Estimated bandwidth on one of the connections : 344996 kbps
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {35378EAC-683F-11D2-A89A-00C04FBBCFA2}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {0ACDD40C-75AC-47ab-BAA0-BF6DE7E7FE63}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {0E28E245-9368-4853-AD84-6DA3BA35BB75}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {17D89FEC-5C44-4972-B12D-241CAEF74509}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {1A6364EB-776B-4120-ADE1-B63A406A76B5}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {25537BA6-77A8-11D2-9B6C-0000F8080861}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {3A0DBA37-F8B2-4356-83DE-3E90BD5C261F}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {42B5FAAE-6536-11d2-AE5A-0000F87571E3}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {4bcd6cde-777b-48b6-9804-43568e23545d}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {4CFB60C1-FAA6-47f1-89AA-0B18730C9FD3}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {5794DAFD-BE60-433f-88A2-1A31939AC01F}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {6232C319-91AC-4931-9385-E70C2B099F0E}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {6A4C88C6-C502-4f74-8F60-2CB23EDC24E2}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {7150F9BF-48AD-4da4-A49C-29EF4A8369BA}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {728EE579-943C-4519-9EF7-AB56765798ED}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {74EE6C03-5363-4554-B161-627540339CAB}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {7933F41E-56F8-41d6-A31C-4148A711EE93}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {7B849a69-220F-451E-B3FE-2CB811AF94AE}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {827D319E-6EAC-11D2-A4EA-00C04F79F83A}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {8A28E2C5-8D06-49A4-A08C-632DAA493E17}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {91FBB303-0CD5-4055-BF42-E512A681B325}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {A2E30F80-D7DE-11d2-BBDE-00C04F86AE3B}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {A3F3E39B-5D83-4940-B954-28315B82F0A8}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {AADCED64-746C-4633-A97C-D61349046527}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {B087BE9D-ED37-454f-AF9C-04291E351182}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {B587E2B1-4D59-4e7e-AED9-22B9DF11D053}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {BC75B1ED-5833-4858-9BB8-CBF0B166DF9D}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {C418DD9D-0D14-4efb-8FBF-CFE535C8FAC7}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {C631DF4C-088F-4156-B058-4375F0853CD8}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {c6dc5466-785a-11d2-84d0-00c04fb169f7}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {cdeafc3d-948d-49dd-ab12-e578ba4af7aa}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {CF7639F3-ABA2-41DB-97F2-81E2C5DBFC5D}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {e437bc1c-aa7d-11d2-a382-00c04f991e27}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {E47248BA-94CC-49c4-BBB5-9EB7F05183D0}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {E4F48E54-F38D-4884-BFB9-D4D2E5729C18}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {E5094040-C46C-4115-B030-04FB2E545B00}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {E62688F0-25FD-4c90-BFF5-F508B9D2E31F}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {f3ccc681-b74c-4060-9f26-cd84525dca2a}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {F9C77450-3A41-477E-9310-9ACD617BD9E3}
GPSVC(18c.f20) 05:10:34:923 ReadExtStatus: Reading Previous Status for extension {FB2CA36D-0B40-4307-821B-A13B252DE56C}
GPSVC(18c.f20) 05:10:34:933 ReadExtStatus: Reading Previous Status for extension {fbf687e6-f063-4d9f-9f4f-fd9a26acdd5f}
GPSVC(18c.f20) 05:10:34:933 ProcessGPOs: Logging Data for Target <Nathan>.
GPSVC(18c.f20) 05:10:34:933 GPLockPolicySection: Sid = S-1-5-21-1322126195-2193205540-960322009-1167, dwTimeout = 30000, dwFlags = 0
GPSVC(18c.f20) 05:10:34:933 LockPolicySection called for user <S-1-5-21-1322126195-2193205540-960322009-1167>
GPSVC(18c.f20) 05:10:34:933 Sync Lock Called
GPSVC(18c.f20) 05:10:34:933 Writer Lock got immediately.
GPSVC(18c.f20) 05:10:34:933 Lock taken successfully
GPSVC(18c.f20) 05:10:34:933 Taking console lock with timeout 30000.
GPSVC(18c.f20) 05:10:34:933 Sync Lock Called
GPSVC(18c.f20) 05:10:34:933 Writer Lock got immediately.
GPSVC(18c.f20) 05:10:34:933 Lock taken successfully
GPSVC(18c.f20) 05:10:34:933 GetWbemServices: CoCreateInstance succeeded
GPSVC(18c.f20) 05:10:34:983 ConnectToNameSpace: ConnectServer returned 0x0
GPSVC(18c.f20) 05:10:35:033 LogExtSessionStatus: Successfully logged Extension Session data
GPSVC(18c.f20) 05:10:35:033 CSessionLogger::Log: restoring old security grps
GPSVC(18c.f20) 05:10:35:073 LogRsopData: Successfully logged Rsop data
GPSVC(18c.f20) 05:10:35:073 ProcessGPOs: Logged Rsop Data successfully.
GPSVC(18c.f20) 05:10:35:163 Releasing console lock.
GPSVC(18c.f20) 05:10:35:163 UnLockPolicySection called for user <S-1-5-21-1322126195-2193205540-960322009-1167>
GPSVC(18c.f20) 05:10:35:163 UnLocked successfully
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: OpenThreadToken failed with error 1008, assuming thread is not impersonating
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: Processing extension Registry
GPSVC(18c.f20) 05:10:35:163 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:163 CheckGPOs: No GPO changes but couldn't read extension Registry's status or policy time.
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: Extension Registry skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:163 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: Processing extension Wireless Group Policy
GPSVC(18c.f20) 05:10:35:163 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:163 CheckGPOs: No GPO changes but couldn't read extension Wireless Group Policy's status or policy time.
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: Extension Wireless Group Policy skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: Processing extension Group Policy Environment
GPSVC(18c.f20) 05:10:35:163 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:163 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:163 CheckGPOs: No GPO changes but couldn't read extension Group Policy Environment's status or policy time.
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: Extension Group Policy Environment skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:163 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:163 ProcessGPOs: Processing extension Group Policy Local Users and Groups
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CheckGPOs: No GPO changes but couldn't read extension Group Policy Local Users and Groups's status or policy time.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Extension Group Policy Local Users and Groups skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:173 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Processing extension Group Policy Device Settings
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CheckGPOs: No GPO changes but couldn't read extension Group Policy Device Settings's status or policy time.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Extension Group Policy Device Settings skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:173 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Processing extension Folder Redirection
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CheckGPOs: No GPO changes but couldn't read extension Folder Redirection's status or policy time.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Extension Folder Redirection skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:173 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Processing extension Microsoft Disk Quota
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CheckGPOs: No GPO changes but couldn't read extension Microsoft Disk Quota's status or policy time.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Extension Microsoft Disk Quota skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Processing extension Group Policy Network Options
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CheckGPOs: No GPO changes but couldn't read extension Group Policy Network Options's status or policy time.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Extension Group Policy Network Options skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:173 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Processing extension QoS Packet Scheduler
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CheckGPOs: No GPO changes but couldn't read extension QoS Packet Scheduler's status or policy time.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Extension QoS Packet Scheduler skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Processing extension Scripts
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CheckGPOs: No GPO changes but couldn't read extension Scripts's status or policy time.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Extension Scripts skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:173 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Processing extension Remote Desktop USB Redirection
GPSVC(18c.f20) 05:10:35:173 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:173 CheckGPOs: No GPO changes but couldn't read extension Remote Desktop USB Redirection's status or policy time.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Extension Remote Desktop USB Redirection skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:173 ProcessGPOs: Processing extension Internet Explorer Zonemapping
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer Zonemapping's status or policy time.
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Extension Internet Explorer Zonemapping skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:183 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Processing extension Group Policy Drive Maps
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CheckGPOs: No GPO changes but couldn't read extension Group Policy Drive Maps's status or policy time.
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Extension Group Policy Drive Maps skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:183 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Processing extension Group Policy Folders
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CheckGPOs: No GPO changes but couldn't read extension Group Policy Folders's status or policy time.
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Extension Group Policy Folders skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:183 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Processing extension Group Policy Network Shares
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CheckGPOs: No GPO changes but couldn't read extension Group Policy Network Shares's status or policy time.
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Extension Group Policy Network Shares skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Processing extension Group Policy Files
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CheckGPOs: No GPO changes but couldn't read extension Group Policy Files's status or policy time.
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Extension Group Policy Files skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:183 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Processing extension Group Policy Data Sources
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CheckGPOs: No GPO changes but couldn't read extension Group Policy Data Sources's status or policy time.
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Extension Group Policy Data Sources skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:183 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Processing extension Group Policy Ini Files
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:183 CheckGPOs: No GPO changes but couldn't read extension Group Policy Ini Files's status or policy time.
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Extension Group Policy Ini Files skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:183 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:183 ProcessGPOs: Processing extension Windows Search Group Policy Extension
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CheckGPOs: No GPO changes but couldn't read extension Windows Search Group Policy Extension's status or policy time.
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Extension Windows Search Group Policy Extension skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:193 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Processing extension Internet Explorer User Accelerators
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer User Accelerators's status or policy time.
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Extension Internet Explorer User Accelerators skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:193 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Processing extension Security
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CheckGPOs: No GPO changes but couldn't read extension Security's status or policy time.
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Extension Security skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Processing extension Deployed Printer Connections
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CheckGPOs: No GPO changes but couldn't read extension Deployed Printer Connections's status or policy time.
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Extension Deployed Printer Connections skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:193 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Processing extension Group Policy Services
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CheckGPOs: No GPO changes but couldn't read extension Group Policy Services's status or policy time.
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Extension Group Policy Services skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:193 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Processing extension Internet Explorer Branding
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer Branding's status or policy time.
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Extension Internet Explorer Branding skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:193 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Processing extension Group Policy Folder Options
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CheckGPOs: No GPO changes but couldn't read extension Group Policy Folder Options's status or policy time.
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Extension Group Policy Folder Options skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:193 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Processing extension Group Policy Scheduled Tasks
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:193 CheckGPOs: No GPO changes but couldn't read extension Group Policy Scheduled Tasks's status or policy time.
GPSVC(18c.f20) 05:10:35:193 ProcessGPOs: Extension Group Policy Scheduled Tasks skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:203 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Processing extension Group Policy Registry
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CheckGPOs: No GPO changes but couldn't read extension Group Policy Registry's status or policy time.
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Extension Group Policy Registry skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:203 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Processing extension 802.3 Group Policy
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CheckGPOs: No GPO changes but couldn't read extension 802.3 Group Policy's status or policy time.
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Extension 802.3 Group Policy skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Processing extension Group Policy Printers
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CheckGPOs: No GPO changes but couldn't read extension Group Policy Printers's status or policy time.
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Extension Group Policy Printers skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:203 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Processing extension Group Policy Shortcuts
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CheckGPOs: No GPO changes but couldn't read extension Group Policy Shortcuts's status or policy time.
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Extension Group Policy Shortcuts skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:203 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Processing extension Microsoft Offline Files
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CheckGPOs: No GPO changes but couldn't read extension Microsoft Offline Files's status or policy time.
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Extension Microsoft Offline Files skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:203 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Processing extension Software Installation
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CheckGPOs: No GPO changes but couldn't read extension Software Installation's status or policy time.
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Extension Software Installation skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:203 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Processing extension TCPIP
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CheckGPOs: No GPO changes but couldn't read extension TCPIP's status or policy time.
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Extension TCPIP skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:203 ProcessGPOs: Processing extension Internet Explorer Machine Accelerators
GPSVC(18c.f20) 05:10:35:203 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:203 CheckGPOs: No GPO changes but couldn't read extension Internet Explorer Machine Accelerators's status or policy time.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Extension Internet Explorer Machine Accelerators skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:213 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Processing extension IP Security
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CheckGPOs: No GPO changes but couldn't read extension IP Security's status or policy time.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Extension IP Security skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Processing extension Group Policy Internet Settings
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CheckGPOs: No GPO changes but couldn't read extension Group Policy Internet Settings's status or policy time.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Extension Group Policy Internet Settings skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:213 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Processing extension Group Policy Start Menu Settings
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CheckGPOs: No GPO changes but couldn't read extension Group Policy Start Menu Settings's status or policy time.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Extension Group Policy Start Menu Settings skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:213 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Processing extension Group Policy Regional Options
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CheckGPOs: No GPO changes but couldn't read extension Group Policy Regional Options's status or policy time.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Extension Group Policy Regional Options skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:213 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Processing extension Group Policy Power Options
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CheckGPOs: No GPO changes but couldn't read extension Group Policy Power Options's status or policy time.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Extension Group Policy Power Options skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:213 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Processing extension Audit Policy Configuration
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CheckGPOs: No GPO changes but couldn't read extension Audit Policy Configuration's status or policy time.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Extension Audit Policy Configuration skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Processing extension Group Policy Applications
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:213 CheckGPOs: No GPO changes but couldn't read extension Group Policy Applications's status or policy time.
GPSVC(18c.f20) 05:10:35:213 ProcessGPOs: Extension Group Policy Applications skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:213 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:223 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:223 ProcessGPOs: Processing extension Enterprise QoS
GPSVC(18c.f20) 05:10:35:223 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:223 CheckGPOs: No GPO changes but couldn't read extension Enterprise QoS's status or policy time.
GPSVC(18c.f20) 05:10:35:223 ProcessGPOs: Extension Enterprise QoS skipped because both deleted and changed GPO lists are empty.
GPSVC(18c.f20) 05:10:35:223 CExtSessionLogger::Delete: Failed to DeleteInstance with 0x80041002
GPSVC(18c.f20) 05:10:35:223 ProcessGPOs: -----------------------
GPSVC(18c.f20) 05:10:35:223 ProcessGPOs: Processing extension CP
GPSVC(18c.f20) 05:10:35:223 CompareGPOLists:  The lists are the same.
GPSVC(18c.f20) 05:10:35:223 CheckGPOs: No GPO changes but couldn't read extension CP's status or policy time.
GPSVC(18c.f20) 05:10:35:223 ProcessGPOs: Extension CP skipped with flags 0x110006.
GPSVC(18c.f20) 05:10:35:223 Application complete with bConnectivityFailure = 0.
GPSVC(18c.f20) 05:10:35:223 Signalling 1 Refresh Policy callers
GPSVC(f38.db8) 05:10:35:223 Exiting RefreshPolicyForPrincipal with status = 0
GPSVC(18c.560) 05:10:38:720 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.560) 05:10:38:720 LockPolicySection called for user <Machine>
GPSVC(18c.560) 05:10:38:720 Async Lock called
GPSVC(18c.560) 05:10:38:720 Reader Lock got immediately. m_cReadersInLock : 1
GPSVC(18c.560) 05:10:38:720 Sid = (null)
GPSVC(18c.560) 05:10:38:720 UnLockPolicySection called for user <Machine>
GPSVC(18c.560) 05:10:38:720 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.560) 05:10:38:720 Setting lock state as notLocked
GPSVC(18c.560) 05:10:38:720 UnLocked successfully
GPSVC(18c.560) 05:10:39:291 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.560) 05:10:39:291 LockPolicySection called for user <Machine>
GPSVC(18c.560) 05:10:39:291 Async Lock called
GPSVC(18c.560) 05:10:39:291 Reader Lock got immediately. m_cReadersInLock : 1
GPSVC(18c.560) 05:10:39:301 Sid = (null)
GPSVC(18c.560) 05:10:39:301 UnLockPolicySection called for user <Machine>
GPSVC(18c.560) 05:10:39:301 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.560) 05:10:39:301 Setting lock state as notLocked
GPSVC(18c.560) 05:10:39:301 UnLocked successfully
GPSVC(18c.440) 05:10:39:311 Sid = (null), dwTimeout = 1, dwFlags = 268435459
GPSVC(18c.440) 05:10:39:311 LockPolicySection called for user <Machine>
GPSVC(18c.440) 05:10:39:311 Async Lock called
GPSVC(18c.440) 05:10:39:311 Reader Lock got immediately. m_cReadersInLock : 1
GPSVC(18c.440) 05:10:39:311 Sid = (null)
GPSVC(18c.440) 05:10:39:311 UnLockPolicySection called for user <Machine>
GPSVC(18c.440) 05:10:39:311 Found the caller in the ReaderHavingLock List. Removing it...
GPSVC(18c.440) 05:10:39:311 Setting lock state as notLocked
GPSVC(18c.440) 05:10:39:311 UnLocked successfully
A DWORD value of 30002 didn't seem to do anything, but a value of 10002 produced the above file and output.
ASKER CERTIFIED SOLUTION
Avatar of ChiefIT
ChiefIT
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

I will answer the easy questions first and then work through the rest of your responce over the next couple of hours and get back to you on those.

I have found in the past that ISP's DNS servers seem to get overloaded from time to time.  So I put in both the google DNS server in between the ISP's so there is a backup or sorts.

I too have no idea why DCOM is trying to communicate externally over DNS.
I don't think any of the computer are having netlogon problems, logon is fast and password changes are immediate so I am sure no cached passwords are being used.
Do you mind clarifying something to me?

As far as I can tell the only thing I have done to allow 2003 server to recognise the new GP option for Windows 7 is to copy the ADMX and ADML to %WINDIR%\SYSVOL\domain\Policies\PolicyDefinitions on the server.

I feel like I am missing something to let the server know how to produce policies for Windows 7 machines.

The server has all the updates from windows update, so I know that is part of it, but I can't help but feel something is missing.

Any ideas?
Can you be more specific on how I "Recreate the .ADMX file"

Just want to make sure I'm doing things correctly.
Finally managed to get access to an unused XP Pc, and ran GPupdate /force on there.

Both the User and Computer policy applied successfully on this machine.
Yes, you go in and with RSAT to edit the group policy on a Win7 computer. That will create your ADMX file. This is a language neutral file.  So, the ADML template is an Xtended Markup Language file (XML) file for different language definitions. (example: US English)

Once the ADMX file is created with your policies for Win7 computers, and the ADML file defines the language settings, then you have the ADMX file that you can port to>>

%WINDIR%\SYSVOL\domain\Policies\PolicyDefinitions

Once that file is in the staging folder within Sysvol, you need to run GPMC from the Win7 computer to edit the policies. Your old policies will remain in the typical location within sysvol,

I do see "duplicate policy" .... Which might mean the ADMX templates are backwards compatible and both the ADMX and ADM templates are working on the older machines. This could be that duplicate policy conflicts we are seeing.
Just thought of something...try setting ntlm on the windows 7 box

1. Run regedit.
2. Navigate to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

3. Create a DWORD value under Lsa

LmCompatibilityLevel

4. Set the value to 1
5. quit regedit
5. from Start/Run type gpupdate /force
Might need to try a reboot


will get to group policy after this....sorry to be so quick I am at my real job
@5g6tdcv4:

I have noticed on some occasions the authentication to NTLM on a Win7 box is needed for a 2003 domain. Tell me what you know about that. I do believe we have an authentication problem. 2003 should not be using NTLMhas after service pack 2 is applied on the 2003 domain servers.
I am just thinking for testing purposes.....its an easy reg change, but you would actually also need to set it on the server to negotiate between ntlm and v2. the same reg key as the win7 box. We are just forcing it to temporarily downgrade to ntlm
Give it a shot, its easy enough to change back.....
I have backed up and deleted all GPO's from the server and checked the Default Domain Controllers Policy and Default domain Policy don't have anything strange in them.

As I have done this do I still need to carry out the steps ChiefIT and 5q6tdcv4 have requested.

I don't mind but I though I might as well do this as I know have the network backup and running virtually to test on.

After deleting all the GPO's from Group Policy Management I still get the same error after gpupdate /force.

I also noticed the following error in Group Policy Results


Component Name Status Last Process Time
Group Policy Infrastructure Failed 13/07/2011 21:50:13
Group Policy Infrastructure failed due to the error listed below.

The requested name is valid, but no data of the requested type was found.

Note: Due to the GP Core failure, none of the other Group Policy components processed their policy. Consequently, status information for the other components is not available.

Additional information may have been logged. Review the Policy Events tab in the console or the application event log for events between 13/07/2011 21:50:12 and 13/07/2011 21:50:13.
 

I will try the other suggestions now and let you know what I find.

Thanks

Minesh
I am just loading a clean copy of Windows 7 SP1 on a new VM and will join that to the domain and see what happens when it is not in any OU and what happens when in different OUs.

I will put the result here tomorrow.

Thanks

Minesh
There are very explicit instructions on how to deploy RSAT on a Win7 SP1 computer:

http://www.microsoft.com/download/en/details.aspx?id=7887

The GP core failure you are seeing, means that you are trying to use ADM templates to provide policy to a WIN7, Vista, or 2008 server. In this case, I believe it's all Win7 that the ADM templates are trying to administer. Here is an example of the core failure:
https://www.experts-exchange.com/questions/26970615/Only-windows-7-pc's-take-6-10-min-login.html

Once RSAT is properly installed, then create your ADMX templates, place them in the staging area on the 2003 server, and then apply the policy to the OU that holds only Win7 computers.
Hi Guys,

I have done a load of testing on the virtual network I created that is a clone of the customers network and found that a freshly installed Windows 7 Pro SP1 OEM VM joined domain and worked fine with with gpupdate /force.

After all the talk of netbios I thought to check the host file on the machines and found the entry of

0.0.0.0 localhost

I have no idea how this got here, but seems to be on all the machines and while the user who installed all the applications on the image doesn't admit it I suspect it was him that may have done this, as none of the programs (I installed all of them again on another VM) insert this line into the host file.

I am now not sure what to do about the reward.  I feel that I have solved the problem myself, but I would not have though to check the host file (at least this soon) without CheifIT letting me know about how essential netbios is for GP.

I will definitely reward the point to CheifIT though.

Let me know your thought.

Thanks

Minesh
Are you still happy, at Happy Computing?LOL
CheifIT's comments really helped me get to the solution faster than I feel I would have, but I essentially found the solution myself.