Finding PST Files on the Network – The Manual Way

Posted by James Allison in Exchange, Exchange 2010, IT Professional, Outlook, PST Files, PST Importer, PST Importing, PowerShell, SysAdmin, Tutorials, Windows PowerShell, email on 31-08-2010

Tags: , , , , , , , , , , ,

In the last part of this guide the process for importing a local PST file into exchange server was shown. However, in reality it is likely that these PST files are scattered liberally around your network on the hard drives of your users machines as a result of Outlooks personal archiving. Ideally – so that this process is transparent to your users, you’d like some way of finding all these PST files – pairing them up with their users, and importing them into the appropriate mailbox. Here I show you how.

How to Import PST Files into Exchange 2010 – the Manual Way

Posted by James Allison in Exchange, Exchange 2010, IT Professional, Outlook, PST Files, PST Importer, PST Importing, PowerShell, SysAdmin, email on 27-08-2010

Tags: , , , , , , , , , , ,

Importing a PST file into Exchange 2010 requires the use of the Exchange Management Shell (EMS) and lots of Powershell scripts and cmdlets. here I go through how to get started. You can watch a video on this too!

Finding Stale Accounts in AD with Windows PowerShell

Posted by Ben Lye in Active Directory, PowerShell, Windows PowerShell on 16-02-2010

Tags: , ,

In an Active Directory domain running at the Windows Server 2003 or higher functional level  the lastLogonTimestamp attribute can be used to find out if a user or computer has logged on to the domain recently.  This can be useful information for finding inactive user and computer accounts so that they can be removed from AD.