You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C#: BackupConfigDatabase: Create a backup of your PRTG Configuration Database
C#: ClearSystemCache: Clear Geo Map, Active Directory and Graph Data caches
C#: LoadConfigFiles: Reload sensor lookups, device icons and report templates from disk
C#: RestartProbe: Restart the PRTG Probe Service of a PRTG Probe
C#: RestartCore: Restart the PRTG Core Service
New Cmdlets
PS: Backup-PrtgConfig: Create a backup of your PRTG Configuration Database
PS: Clear-PrtgCache: Clear Geo Map, Active Directory and Graph Data caches
PS: Load-PrtgConfigFile: Reload sensor lookups, device icons and report templates from disk
PS: Restart-Probe: Restart the PRTG Probe Service of a PRTG Probe
PS: Restart-PrtgCore: Restart the PRTG Core Service
Improvements
PS: Get-Sensor, Get-Device, Get-Group and Get-Probe-Tags and -Name parameters now properly parse wildcards containing asterisks in the middle of the pattern
Bugfixes
C#: Fixed a bug wherein logs would not properly filter by status
Breaking Changes
C#: Renamed PrtgClient.DeleteObject to PrtgClient.RemoveObject