-
Some times you may need to take the user mailbox access statistics. Get-mailboxstatistics will only gives the last logon time and last logoff time. If you wanted to find the details for a week then you need to enable to logging level and trace the event ID: 1016 in the Application logs. Below powershell...
-
Application Event ID 1221 gives the details of the white space on the Exchange Database. With the amount of white space we can determine if we wanted to do a defrag on the store or not. Below powershell helps you to pull all the application events with id 1221 from last 2 days $2DaysAgo = [DateTime]...
Posted to
Exchange
(Forum)
by
Krishna
on
09-01-2009
Filed under: PowerShell, Exchange 2007, Exchange 2003, eventlog, 1221, application
-
Hi I have a script that copies files from one server (NT4) to the other (2008R2) I need the script to create a log file that will show the whole process and errors if occured. how do I do this ? please assist.
Posted to
General
(Forum)
by
Troy
on
10-04-2010
Filed under: EventLog, Append Text, Add Custom Properties, Event Logging, Log PowerShell Commands, log
-
By David Longnecker There are a few of our applications that haven't been converted over to log4net logging so their events still land in the ... Read Mor e
-
Jeffrey Hicks has written a PowerShell script to control writing out information from the Windows EventLog in HTML . Read more