09 Aug 2011 @ 6:50 AM 

When creating a base image within an environment provisioned with Citrix Provisioning Server, it is desired to clear all Windows event logs when you create your base image so that your image is as clean as possible.

One way of doing this is by using the GUI… now this will take a lot of time and it’s not something you would want to do weekly.

There must be a way to do this easier, right?
That’s correct, you can clean all Windows event logs with one simple command:

for /F “tokens=*” %1 in (‘wevtutil.exe el’) DO (wevtutil.exe cl “%1″)

And for those of you that would like to use a PowerShell command:

get-eventlog -list |%{$_.clear()}

Post to Twitter

Posted By: Jeff Wouters
Last Edit: 09 Aug 2011 @ 07:20 AM

EmailPermalinkComments (0)
Tags
Tags: , ,
Categories: Citrix, Microsoft, Windows

Get Adobe Flash player
 Last 50 Posts
 Back
Change Theme...
  • Users » 1
  • Posts/Pages » 164
  • Comments » 150
Change Theme...
  • VoidVoid « Default
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LightLight

About



    No Child Pages.

Contact



    No Child Pages.