< Back

Enable-PrtgProgress

Sun Jan 19, 2020 5:40 pm

NAME Enable-PrtgProgress



SYNOPSIS

Enables PRTG Progress for the current PowerShell Session.





SYNTAX

Enable-PrtgProgress [<CommonParameters>]





DESCRIPTION

The Enable-PrtgProgress enables 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 enabled, 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:\\> Enable-PrtgProgress



Enable PrtgAPI progress for the current session



RELATED LINKS

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

Disable-PrtgProgress

Connect-PrtgServer