< Back

Get-ZabbixAgent

Sat Jan 18, 2020 4:54 pm

NAME Get-ZabbixAgent



SYNOPSIS

Returns Zabbix Agent.





SYNTAX

Get-ZabbixAgent [-Computer] <String> [<CommonParameters>]





DESCRIPTION

Queries for "Zabbix Agent" service on remote computer





PARAMETERS

-Computer <String>



Required? true

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:\\>Get-ZabbixAgent -Server Agent1 | Restart-Service



Restarts Zabbix Agent on remote server.











RELATED LINKS