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 derfloh 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: fpachon
  • Content: Threads
  • Order by date
  1. fpachon

    Shared Folder Question

    Hi all, I created this script which publishes a shared folder in AD, then creates the shared folder, then assigns the shared folder to a group. My question now is how do I go about setting permissions for this shared folder? I have seen some post regarding WMI and other ways of doing it but...
  2. fpachon

    Populate home folder, connect, and to field

    Hi all, I have a script that creates users, if I populate the homefolder field, connect field and to field under the profile tab, will this create the home folder me automatically? Or will I have to write a sub routing to do this? Thanks.
  3. fpachon

    Help with counter.

    Hi all, I have this code that creates users. I want to display the current number of users that the program has read and I would like to increment the counter. This helps me see what user is giving me problems also. My problem is I don't know where to start the counter and I don't know where to...
  4. fpachon

    How can I dynamically pass the OU or any argumnet to my script?

    I have a script that creates groups. I need to bind these groups to different OUs under different levels in the tree. How can my script pass the OU dynamically to this line Set objOU = GetObject("LDAP://ou=FH2,dc=dylan,dc=local") Currently I have hard coded the OU where I want to create the...
  5. fpachon

    Home folders creation.

    Hi all, what is the proper way to create a users home folder? I have read so many different ways and wanted to see if someone could shed some light. I have seen where the users folder usually c:\users or something similiar to that is either shared out or shared out hidden. The same goes with...
  6. fpachon

    userPrincipalName

    Hi all, I am trying to populate this field using my code. But when I do I only see this for example fpachon under the user logon name under the accout tab When I create a user manullly using Active Directory Users Computers, I see mpachon and the next field already has the @domain...
  7. fpachon

    Joining Computers to Domain

    Hi all, what is the best way to join computers to a domain? We are rolling out a 2003 server in a couple of weeks and want to avoid if possible to sit in front of every PC and join the computer to the domain. I was think that maybe ghosting could help me but that looks like a no show. Any...
  8. fpachon

    system error 1314 has occured

    I am using GPO to run my logon script. I am trying to sync the pc time with the server tim using net time \\2003srv /set /yes and I am receiving this message. I tried finding help via the ms site but coul not. How do I give the pc permission to take the new time? Thanks.
  9. fpachon

    Windows cannot connect to the domain, error

    I have been playing around with the GPOs and now when a user trys to log into the domain they get an error msg. ON the domain I see error 672, 673 and lots of 675s for the actual computer account. I created a new account but the error seemes to follow the account. I have deleted all the GPOs I...
  10. fpachon

    Script not working.

    Hi all, I have a login script that I have made and place in the sysvol\domain\scripts directory. This is where the Netlogon share is pointed to. The script is one line to map a drive which I have already shared. I have tried using just the script name in the login field and have also used the...
  11. fpachon

    Need migrating AD from test server to live server.

    I have have setup 2 2003 servers. A test server and a live server. I am now ready to move the AD from test to live. I am unable to trust the 2 domains. I am getting errors. Also I tried using the export tools but I am also getting errors. When tying to make a new trust I can see the other server...

Part and Inventory Search

Back
Top