Liebes Forum,
hier
https://4sysops.com/archives/managing-the-event-log-with-powershell-part-2-backup/
ist gut beschrieben, wie man mit PowerShell ein Backup der EventLogs anfertigt.
Ich möchte danach, wenn das ReturnValue von "$log.BackupEventlog("c:\work\powershell.evtx")" null ist (erfolgreich), das Even Log löschen.
Mit
$EventLogFile.BackupEventlog($Path + $EventLogFileName) | select ReturnValue | ft -AutoSize >> ($ProtokollNamePath)
schreibe ich das ReturnValue in die Protokolldatei.
Wie kann ich ReturnValue aber in eine Variable bekommen, um dann mittels if ($returnValue -eq 0) das EventLog zu löschen?
Viele Grüße
Davorin