< Back

Disable-PrtgProgress

Sun Jan 19, 2020 5:40 pm

NAME Disable-PrtgProgress



SYNOPSIS

Disables PRTG Progress for the current PowerShell Session.





SYNTAX

Disable-PrtgProgress [<CommonParameters>]





DESCRIPTION

The Disable-PrtgProgress disables displaying progress when piping between PrtgAPI cmdlets. By default, progress is

enabled when PrtgAPI is used outside of scripts or the PowerShell ISE. Progress can then be manually controlled

via the Enable-PrtgProgress and Disable-PrtgProgress cmdlets. If progress is manually disabled, this setting will

only persist for the current PowerShell session, or until the next time Connect-PrtgServer is run.





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



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



C:\\> Disable-PrtgProgress



Disable PrtgAPI progress for the current session



RELATED LINKS

Online version: https://github.com/lordmilko/PrtgAPI/wiki/Progress

Enable-PrtgProgress

Connect-PrtgServer