I would like to extract some users from all mailbox user csv data of some domain .

Answered I would like to extract some users from all mailbox user csv data of some domain .

  • Friday, February 08, 2013 8:17 AM
     
     

    I have DN list(around 230 users) of some domain.

    I have csvde csv data(mailboxuser.csv) of all mailbox user of that domain.

    I would like to extract DN list user's data from mailboxuser.csv .

    How could I do that ?  (we have only read access to that domain, and no powershell access to that domain)

All Replies

  • Friday, February 08, 2013 8:37 AM
     
     

    If you have no access then there is not much you can do.

    Consider contacting the Administrator of the domain and have them extract the data for you.

    Scripting can do many things but it cannot connect to a domain that you have no access to.


    ¯\_(ツ)_/¯

  • Friday, February 08, 2013 1:43 PM
     
     

    Thank you.

    I have DN list text file, and csvde data text file also include DN data in the field.

    So I would like to compare DN value and extract lines from csv file which include DN listed in DN list.

  • Friday, February 08, 2013 3:38 PM
    Moderator
     
     

    PowerShell can import a CSV using Import-CSV.

    What have you tried so far?

    Bill

  • Friday, February 08, 2013 10:29 PM
     
     

    Thank you.

    Not yet.

    I am not used to use Powershell.

  • Friday, February 08, 2013 10:50 PM
    Moderator
     
     Answered

    Hi,

    Have you searched the script repository and/or the web, and with what results?

    In general, the purpose of this forum is to help answer scripting questions, not write completed scripts for others for free.

    Bill