CMDLET for CSVDE in PowerShell

by Awaneendra at 2012-11-19 00:14:23

Dear All,

I have a Windows NT Command Script for pulling up user info from AD using csvde command. I want to achieve this using PowerShell.
I am using different options like authentication etc with csvde command. What are the PowerShell switches for csvde options ?

A quick help would be highly appreciated.

Thanks,
Awaneendra
by DonJ at 2012-11-20 08:57:43
You can run CSVDE exactly the same in PowerShell as you would in a batch file.

If you’re looking to rewrite your script without using CSVDE, and instead using PowerShell cmdlets, then it’s a bit more complicated than a quick help. PowerShell does not have a native cmdlet that exactly corresponds to CSVDE.

If CSVDE is working, I’d keep using it.