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 Mike Lewis 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: *

  • Users: solec
  • Order by date
  1. solec

    MAP Drive script

    Hi Markdmac, Have tried your add on but its not working,,,... 'This add on allows you to remap a drive letter from one server 'to a share of the same name on another server Set oFSO = CreateObject("Scripting.FileSystemObject") 'Enumerate the mapped drives Set clDrives =...
  2. solec

    MAP Drive script

    Hi, Currently some hundred users are manually map to the share of our files server, for example \\tfsphnas01\hello\test, but we are going to migrate to a new files server named \\tfsphsan01, how can i help the hundred users not to remap the drive to the new one but just use a script to...
  3. solec

    Vbscript to extract DL membership in Exchange 2003?

    Hi, do you have a vbscript to extract the DL membership in exchange 2003 into CSV or Excel? The result im expecting is the cname, email address , full name etc. Thanks Solec
  4. solec

    vbscript list all groups a user belongs to in AD in a txt file

    Hi do you have a vbscript list all groups a user belongs to in AD in a txt file thanks solec
  5. solec

    Vb script that will Add Sec groups to local securitpolicy of computers

    Hi , do we have a vb script that will delete the groups in the :access this computer from the network" and add a sec group to local security settings/user rights assignment/access this computer from the network and log on locally from the list of computers that is in a text file.? Thanks Solec
  6. solec

    Copy Folder and Subfolders to computers via script

    Hi, Do we have a script that when a computer restarted, the startup script will run and copy the folder in to the computers c:\program files? If the folder exist, ex: C:\Program Files\Hi\ I will put the folders inside Hi. Thanks Solec
  7. solec

    Change hostname & join domain

    Hi , Im now getting error on line 44 , unterminated string constant, Please help. Thanks Solec
  8. solec

    Change hostname & join domain

    Hi, I'm getting error on line 25 on this script expected end of statement, is this correct? Thanks, Solec Const JOIN_DOMAIN = 1 Const ACCT_CREATE = 2 Const ACCT_DELETE = 4 Const WIN9X_UPGRADE = 16 Const DOMAIN_JOIN_IF_JOINED = 32 Const JOIN_UNSECURE = 64 Const MACHINE_PASSWORD_PASSED...
  9. solec

    Do you have anyscript to reset the Delivery Restrictions

    Hi , Do you have anyscript to reset the Delivery Restrictions and automatically check authenticated users only in each users inside the OU ? thanks, Solec
  10. solec

    logon script that joins domain users in an OU to domain groups

    Hi Mr. Movie and Tsuji, First of all, i would like to congratulate ur binary minds for the contribution, i hope i did not create confusion between you guys, I really thank you guys for helping me get to the bottom line of this and whew!!! what a beautiful minds you guys have, Mr...
  11. solec

    logon script that joins domain users in an OU to domain groups

    Hi Tsuji, Thats my goal, SMTP Restricted Intuit is a universal distribution group, i want them to be members of this group, is this possible? Thanks Solec
  12. solec

    logon script that joins domain users in an OU to domain groups

    Hi Tsuji, The 1st wscript echo works fine, its gives the DN of the user who logon, for the 2nd wscript echo, its just showing number 8, FYI. Thanks Solec
  13. solec

    logon script that joins domain users in an OU to domain groups

    Hi, This is the script so far and still wo'nt work, any ideas? sorry to bother u guys... Solec dim strOU, strGroup, strUserPath, objSysInfo, objUser, objParent, objOU, objGroup strOU = "OU=Intuit,OU=Users,OU=CLK,OU=MAN,OU=PHL,DC=corp,DC=suth,DC=com" strGroup = "CN=SMTP Restricted...
  14. solec

    logon script that joins domain users in an OU to domain groups

    Hi Tsuji and Mrmovie, Thank you for helping me out on this, however the script still won't work, i put the script as a logon script however, the user is still not added to the smtp restricted intuit group, there are no errors on the script, any idea? the path of the smtp...
  15. solec

    logon script that joins domain users in an OU to domain groups

    Hi Mr.Movie! Thank you for helping me in this script, i hope you won't get tired of supporting til we get to the bottom line of this, it still wont work, it just shows the user path, and ou path when i logon, but when i check the domain account that is inside the OU,it is not joined...
  16. solec

    logon script that joins domain users in an OU to domain groups

    Hi Mrmovie! Thanks for your response! 40 minutes awake and u contributed a good script!, the below script is i have so far, but it won't work. I need any new users created in AD or old users when put into the Intuit OU, when they login, a startup script will kick in and they will be...
  17. solec

    logon script that joins domain users in an OU to domain groups

    Hi Mrmovie! Thanks for your response! 40 minutes awake and u contributed a good script!, the below script is i have so far, but it won't work. I need any new users created in AD or old users when put into the Intuit OU, when they login, a startup script will kick in and they will be...
  18. solec

    logon script that joins domain users in an OU to domain groups

    Hi Mrmovie, thanks for the reply, but i see in the script a computer OU, what i need is the domain users, inside solec OU, be automatically addedd to the group for ex. hellogroup, when they login? Thanks solec
  19. solec

    logon script that joins domain users in an OU to domain groups

    Hi, I badly need help, do you have a logon script that when a user/s login they will be automatically be added to a certain domain group? I want to implement this in GPO in AD>, user config startup script. please help. Thanks and more power! Solec
  20. solec

    Need all users with emails addresses to be put in global group.

    HI Mark, This is what i gathered so far, sorry im really stuppid in scripting. Please take a look for your perusal. Thankyou. Solec ON ERROR RESUME NEXT Dim WSHShell, WSHNetwork, objDomain, DomainString, UserString, UserObj, Path Set WSHShell = CreateObject("WScript.Shell")...

Part and Inventory Search

Back
Top