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...
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.
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...
Below is my code. This is only my 10th script I wrote. I am new to this. This code lacks error checking.
' Input File: GroupList.csv
'
' Parameters: group,samaccountname,description,organizationalunit
'
Dim objFSO, objTextfile, group_arr, s
Const ForReading = 1
Set objFSO =...
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...
DMAC you are DMAN.
Thanks, I figured if I make the share folder hidden and map root the users folder this should take care of some of the security. I will then apply NTFS permissions so that only the respective user can use their home folder.
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...
My apologies. Both examples should have read fpachon. When I use the gui to create the user I get fpachon and @domain in the proper field. BUt when I use the script only fpachon shows up. The domain field is a drop down box so when I hit the drop down box then I see the @domain filed where I...
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...
Thanks for the info. So I run this script to at least avoid used the steps under My Computer and so forth. I'll try this out. Will there be a permission problem when I want to copy the local profile to the domain profile?
Thanks.
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.