NAME
Test-DcsSyslogSettings
SYNOPSIS
Tests if all the servers in a server group are able to contact the Syslog server.
SYNTAX
Test-DcsSyslogSettings -SyslogServer
DESCRIPTION
Tests if all the servers in a server group are able to contact the Syslog server.
PARAMETERS
- -SyslogServer
- The IP address of the Syslog server.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
INPUTS
OUTPUTS
Object that contains the Server ID, Syslog Server ID, and Response Status.
NOTES
Also see: Get-DcsSyslogSettings, Set-DcsSyslogSettings, and Reset-DcsSyslogSettings.
EXAMPLES
-------------- Example 1 Tests if all the servers in a server group can contact the Syslog server --------------
Test-DcsSyslogSettings -SyslogServer “10.111.2.0”
The cmdlet Test-DcsSyslogSettings tests if all the servers in a server group can contact the Syslog server having IP “10.111.2.0”.
ServerId | EndpointId | ResponseStatus |
Minoa | 10.111.2.0 | Success |
Mandara | 10.111.2.0 | Success |