Quantcast
Channel: Windows Server 2012 forum
Viewing all articles
Browse latest Browse all 2876

Backup EventLog - ReturnValue weiterverwenden

$
0
0

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


Viewing all articles
Browse latest Browse all 2876


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>