< Back

Set-EventSource

Fri Jan 10, 2020 7:53 pm

NAME Set-EventSource



SYNOPSIS

Set the eventSource of the message to be recorded in the eventlog "RMMScript"

Default is "undefined"

Typically, eventSource should be one of the following:

SystemServer

SystemWorkstation

HardwareServer

HardwareWorkstation

Security

Backup

Software

Internet

Printer

NAS

Network

Telecom

Mobility





SYNTAX

Set-EventSource [[-EventSource] <Object>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-EventSource <Object>



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-EventSource "Backup"















RELATED LINKS