Fucking A!riddla wrote:pete really needs to learn to fuck off in threads where he has no clue.
Does anybody know how...
- FragaGeddon
- Posts: 3229
- Joined: Sun Sep 17, 2000 7:00 am
Can't you do a printer search in Active Directory, add/remove columns, and export that?R00k wrote:Hmm, when I ran it on the server I got a lot more of those messages.
They're easy to weed out with a data sort in Excel, but I'm kinda curious what they are.
At any rate, just ran it, cleaned it, imported it, saved it and I'm going home. Cheers. :icon14:
Also, if it is in Active Directory you can use csvde.exe on any Windows 2000+ Server in the Winnt or System32 directory. This used with the -f command will output everything in Active Directory to a .csv file where you can import it into Excel, Access, or SQL.
Code: Select all
C:\Winnt\:>csvde -f c:\active_directory.csvYeah, I recently had to use csvde to export all of my objects out of AD so I can sort and export all accounts with email addresses to send to a 3rd party mail provider as a disaster, disaster/recovery plan.
)
Basically, I had a 27mb csv (text file) with tons of records. Excel couldn't handle the amount of records and Access is just a piece of shit. So I installed SQL Server 2000 Personal on my laptop, import the csv into a new database, and ran a query to get all the records I wanted. If I had of used SQL from the start, I could have finished this task in a half hour instead of in half a day.
)
Basically, I had a 27mb csv (text file) with tons of records. Excel couldn't handle the amount of records and Access is just a piece of shit. So I installed SQL Server 2000 Personal on my laptop, import the csv into a new database, and ran a query to get all the records I wanted. If I had of used SQL from the start, I could have finished this task in a half hour instead of in half a day.
-
Guest
-
sexybabygirl
- Posts: 44
- Joined: Fri Nov 11, 2005 6:38 am