Hello,
I'm trying to check the Whitespace for a Exchange 2010 Database. With the following powershell-command I can check the whitespace:
Get-MailboxDatabase -Status | Select-Object Server,Name,AvailableNewMailboxSpace
Is it possible to monitor the output?
I know there is a possibility to create a custom sensor, but I'm not a Pro in programming. ---
Hallo
ich versuche aktuell auf dem Exchange 2010 den Whitespace einer Datenbank zu prüfen.
Mit dem folgenden Powershell Befehl kann ich den Whitespace im Exchange abrufen:
Get-MailboxDatabase -Status | Select-Object Server,Name,AvailableNewMailboxSpace
Gibt es eine Möglichkeit die Ausgabe irgendwie zu monitoren?
Zur Information, ich weiß dass man auch Custom Sensors anlegen kann, jedoch bin ich kein Profi im programmieren bzw. habe es noch nicht ganz verstanden wie man solch einen Sensor richtig anlegt.
Add comment