
-- I'm attempting to guage MS Lync 'Exchange Web Services' load and demand on our production CAS's, ahead of new Lync capacity rollouts overseas --
So here's another quicky code chunk that I routinely grab and put to use for Logparsing multiple CAS servers of IIS logs.
It's a simple variant of my prior post "Powershell Script - Tip: Delimited String "Contants" & Multi-server Logparser scripts", only this time, rather than substitute in the entire LogPath, I'm foreach looping through the CAS server names.
Here's a specific example I just used this morning that builds a multi-server set of looped LogParser queries to pull out and group the Client 'agent' strings for all EWS traffic, and output the result into a csv file, leveraging substitution of the proper $CAS server name within the target UNC path to a log file...
Logparsing multiple servers, by foreach-ing an array variable
Here's a Gist with the code:
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.