У нас довольно много компьютеров, на которых запущена служба защиты программного обеспечения из службы платформы защиты программного обеспечения Office. Он включает всех агентов и затем останавливается с перепланированием. Затем цикл постоянно повторяется, когда компьютер включен. Просто интересно, видел ли кто-нибудь еще это или возможное исправление.
Ниже приведена копия мероприятия.
Log Name:      Application
Source:        Office Software Protection Platform Service
Date:          11/6/2018 10:14:48 AM
Event ID:      900
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      computername.blah.com
Description:
The Software Protection service is starting.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Office Software Protection Platform Service" />
    <EventID Qualifiers="16384">900</EventID>
    <Level>4</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2018-11-06T15:14:48.000000000Z" />
    <EventRecordID>33019</EventRecordID>
    <Channel>Application</Channel>
    <Computer> Computername</Computer>
    <Security />
  </System>
  <EventData>
  </EventData>
</Event>
Тогда он умирает.
Log Name:      Application
Source:        Office Software Protection Platform Service
Date:          11/6/2018 10:19:49 AM
Event ID:      903
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      computername.blah.com
Description:
The Software Protection service has stopped.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Office Software Protection Platform Service" />
    <EventID Qualifiers="16384">903</EventID>
    <Level>0</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2018-11-06T15:19:49.000000000Z" />
    <EventRecordID>33024</EventRecordID>
    <Channel>Application</Channel>
    <Computer>computername.blah.com </Computer>
    <Security />
  </System>
  <EventData>
  </EventData>
</Event>
