Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. andrewjamesb

    Exchange 2007 powershell script help

    Hi Hi I would be very grateful if someone could help me complete this script i've tried to create below. I just want to grant multiple users full access and send as permissions to several different mailboxes in exchange 2007. $data = import-csv...
  2. andrewjamesb

    Find Last logged into a mailbox exchange 2007

    Hi Does anyone know a way to find out who the last 5 to 10 users where and when they logged in to a specific mailbox in Exchange 2007? I know there is Exchange auditing feature but that is disabled. Many Thanks
  3. andrewjamesb

    Way to track changes to user acconts on Exchange 2007?

    Hi Anyone know a way to track changes made to user acconts on Exchange 2007 via Exchange powershell? For Example an exchange account email alias was modified recently but no one knows who changed it or when. Is there a quick way to check in Exchange powershell who made admin changes to an...
  4. andrewjamesb

    Creating bulk multiple ex2007 Mailbox via CSV for Existing AD Accounts

    Hi I want to create around 1000+ new exchange 2007 mailboxes for existing AD user accounts. Is there a simpler way to do this? Script to create mailboxes for users $mailbox=import-csv C:\Users\admin-me\Desktop\mail.csv foreach ($mailbox in $mailbox) {enable-mailbox -identity $mailbox.identity...

Part and Inventory Search

Back
Top