Filter Output
i've been working on script gathering event logs , has progressed forum!
my next step filter output returning single instance of reoccuring events. example, may 20 identical event id's so in effort streamling results i'd see single instances of events returned script. i've tried using get-unique commandlet returns truely unique items whole set. guidance appreciated.
thanks!
get-winevent application | sort id -unique
Windows Server > Windows PowerShell
Comments
Post a Comment