Help
Search
Search Only:

Search Keyword export

Total: 6 results found.

... GetObject("LDAP://OU=Computers,OU=Site XYZ,DC=mydomain,DC=com") ComputersOU.Filter = Array("Computer") For Each Computer in ComputersOU ExportSerialNumber Computer.cn Next TXT_COMPUTERINFO.Close MsgBox ...
2. Recursive Group Export
(Development/VB Scripts)
Do you need to export groups from active directory? What if a group is inside another group? How do you export them all when you need to know who the people are that are members of a single group after ...
3. WebDav Contact Phone Number Replacer
(Development/VB Scripts)
...  Script Code: 'RUN THIS SCRIPT USING CSCRIPT ' 'If you name this script export.vbs an example to run it from 'the command prompt would be: ' cscript export.vbs > log.txt ' 'Contact Fields ...
4. Last Logon Export By Organizational Unit
(Development/VB Scripts)
I can't remember where I found the code to format the logon time. If I could, I'd give them the credit. This script searches ad to export the last logon time for each user. If you're trying to get the ...
Based on an MSDN Article, this script is designed to export mailbox sizes for a particular ou when the mailboxes for the users in the ou are spread out across multiple exchange servers. It only works with ...
6. PFDavAdmin LegacyDN Export Parser
(Development/VB Scripts)
Written 01-21-2005 PFDavAdmin, a Microsoft Tool for helping to make mass changes or export permissions can come in handy. This parser allows me to parse a PFDavAdmin LegacyDN export so that it is in ...