< Back

Get-PrtgStatus

Sun Jan 19, 2020 5:42 pm

NAME Get-PrtgStatus



SYNOPSIS

Retrieves configuration, status and version details from a PRTG Server.





SYNTAX

Get-PrtgStatus [<CommonParameters>]





DESCRIPTION

The Get-PrtgStatus cmdlet retrieves status details from a PRTG Server, including details regarding sensor types,

license and version details, cluster config and user access rights.





PARAMETERS

<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

PrtgAPI.ServerStatus





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



C:\\> Get-PrtgStatus



Retrieve the current system status.



RELATED LINKS

Online version: https://github.com/lordmilko/PrtgAPI/wi ... m-status-1