Tagged Questions
0
votes
0answers
53 views
Is it possible to get the cache values for an iis web site from powershell?
In order to do a validation over a web site, I'd want to access the cache repository of a web site using powershell and enumerate all items.
I'm using iis 7.5 and powershell 2.0. I have installed the ...
0
votes
2answers
240 views
Finding the most common errors in event logs using Powershell.
I have the event logs for one of our servers locally in .evtx format. I can load the log file into PS using the command:
Get-WinEvent -Path D:\Desktop\serverlogs.evtx
What I would like to do is on ...