The time service has been configured to use one or more input providers, however, none of the input providers are still running. The time service has no source of accurate time.
Create a remote subscription.
Usage:
wecutil { cs | create-subscription } CONFIGURATION_FILE [/OPTION:VALUE [/OPTION:VALUE] ...]
CONFIGURATION_FILE
String that specifies the path to the XML file that contains subscription configuration.
The path can be absolute or relative to the current directory.
Options:
You can use either the short (i.e. /cun) or long (i.e. /CommonUserName) version of the
option names. Options and their values are case-insensitive.
/cun:USERNAME (CommonUserName)
Sets shared user credential to be used for event sources that do not have their own
user credentials. This option applies to collector initiated subscriptions only.
Note: if this option is specified, UserName/UserPassword settings for individual event
sources from the configuration file are ignored. If you want to use different credential
for a specific event source, use ss (set-subscription) command to set it for the event
source.
/cup:PASSWORD (CommonUserPassword)
Sets the user password for the shared user credential. When PASSWORD is set to *
(asterisk), the password is read from the console. This option is only valid when
/cun (CommonUserName) option is specified.
Example:
Create a collector initiated subscription to forward events from the Application event log of
a remote computer mySource.myDomain.com to ForwardedEvents log.
wecutil cs ci_subscription.xml
Content of ci_subscription.xml:
SampleCISubscriptionCollectorInitiatedCollector Initiated Subscription Sampletruehttp://schemas.microsoft.com/wbem/wsman/1/windows/EventLogCustom2060000thisMachine.myDomain.com2010-01-01T00:00:00.000Z
]]>
falsehttpRenderedTextForwardedEventsDefault
mySource.myDomain.com
myUserName
Example:
Create a source initiated subscription to forward events from the Application event log of
a remote computer mySource.myDomain.com to ForwardedEvents log.
wecutil cs si_subscription.xml
Content of si_subscription.xml:
SampleSISubscriptionSourceInitiatedSource Initiated Subscription Sampletruehttp://schemas.microsoft.com/wbem/wsman/1/windows/EventLogCustom110002018-01-01T00:00:00.000Z
]]>
truehttpRenderedTextForwardedEventsO:NSG:NSD:(A;;GA;;;DC)(A;;GA;;;NS)
Note, that when creating a source initiated subscription, if
AllowedSourceDomainComputers, AllowedSourceNonDomainComputers/AllowedIssuerCAList,
AllowedSubjectList, and DeniedSubjectList are all empty, then a default will
be provided for AllowedSourceDomainComputers - O:NSG:NSD:(A;;GA;;;DC)(A;;GA;;;NS).
This SDDL default grants members of the Domain Computers domain group, as well
as the local Network Service group (for local forwarder), the ability to
raise events for this subscription.