Management

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 773 other subscribers

Social

  • LinkedIn
  • RSS Feed for Posts
  • Twitter
  • StumbleUpon

User last logon check

Here you find a powershell script which was very useful for me.

All scripts are free of charge, use them at your own risk :

This script creates a csv file, to check the Last Logon Time.

You can find the original Blog post http://poshcode.org/2936

$NumDays = 0 $LogDir =

Read more… User last logon check

Export Active directory data to csv

Here you find the powershell script which were very useful for me.

All scripts are free of charge, use them at your own risk :

With this script you can export the correct data from the active directory to csv

Read more… Export Active directory data to csv

Bulk export to pst files

Here you will find the powershell scripts, which were very useful for me.

All scripts are free of charge, use them at your own risk :

Today I had to export multiple mailboxes to pst files, for backup.

I’ve done this with powershell :

Use the script at your one

Read more… Bulk export to pst files

Powershell: Bulk import PST files in exchange 2007

Here you find the powershell script which were very useful for me.

All scripts are free of charge, use them at your own risk :

Hier is een methode om meerdere pst files in 1 maal in te laden in Exchange 2007.

Lokatie van de pst files: E:email Benodigdheden: Outlook

Read more… Powershell: Bulk import PST files in exchange 2007

Export active directory to CSV

Execute this DOS (as a administrator) script to export all of the active directory data to csv

csvde -m -f c:\scripts\export-AD.csv

Veel plezier ermee !

Richard Voogt