Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Powershell to get user Mailbox Logon statistics

    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...
    Posted to Exchange (Forum) by Krishna on 06-29-2009
    Filed under: statistics, logon, 1016, eventlog
  • Powershell to pull Application Event logs with Event Id 1221

    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
  • produce log file in powershell

    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
  • Digging into the Event Log with PowerShell

    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
    Posted to General (Forum) by ps2 on 09-05-2009
    Filed under: EventLog
  • PowerShell EventLog Script

    Jeffrey Hicks has written a PowerShell script to control writing out information from the Windows EventLog in HTML . Read more
    Posted to General (Forum) by ps2 on 02-10-2009
    Filed under: EventLog
Page 1 of 1 (5 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.