Hi I have a new bladecentre with 14 hs21 blades all windows 2003 these are fibre connected to 2 ds3400's (our SAN)
I need to backup the SAN and I have conlcuded I will need 1 primary server and 13 distributed servers using r11.5.
Do I need brightstor backup r11.5 for windows and SAN option on...
Hi
I need to copy a set of files, they are of different file types e.g.
file.ocx
file.exe
file.dll
from a server to clients
I would like to check for the existance of these files and if they dont exist copy the files to the client, if they do exist obviously do nothing.
I have been looking...
Ok I want to go further with this script, by default the folder shares I have created give everyone full permissions on the share I know it is not easy to do but can anyone tell me what I need to do to set folder share permissions for just the domain user who the share is for and domain admin...
Ok I have left some legacy code in there which is obviously not needed thanks tsuji, removed some silly mistakes, the code below works ok now just one thing this line:
>NewShare.MaxUserCount = 1 'Sets the limit for the number of user connections
How do I set to maximum allowed?
Set objFSO...
HI
I am working on a script to create shared folders for all users in a domain, here is the script
'script to create users shares for all users in a domain
Sub GetParentDir
ParentDir = "\\modrl\drives\home\"
If Not objFSO.FolderExists(ParentDir) Then
GetParentDir
End If
End Sub
Set...
Thanks for your help once again tsuji,
I can use this script from the forest root to create users in the 2 child domains I have within the forest like this:
scriptname.vbs /domain:childdomain1 or 2 /ou:ouname /user:usernames
This works fine as I would expect but when using the script from a...
Hi tsuji
The problem is I get the error 'This operation returned because the timeout period expired' at the line:
Set objOU = objDSO.OpenDSObject(strPath, _
strAdmin, strPassword, ADS_USE_ENCRYPTION AND ADS_SECURE_AUTHENTICATION)
Hi would it be possible to create a new user in a top level domain from a child domain with vbscript, I have the script to create new users in the child domain but would like to select the top level domain using named arguments and have the script provide authentication to enable me to do this...
Hi
Would it be possible to search through a drive on a NT4 server and list all the folders and folder and security permissions for users and groups with a script?
Regards
Rob
Hi I have tried what you have suggested but I get an error at this line in the script:
objou.MoveHere f_user, vbNullString
The error is 'an invalid dn syntax has been specified'
I am running the script like this
scriptname.vbs /ou:testou8 /user:testuser1;testuser2
Hi
I have a script to move users to ou's using command line arguments, I run it like this scriptmane.vbs ouname users, because I am using unamed arguments it has to be done in that order. Here is the script
'Move users to OU using command line arguments
On Error Resume Next
Set objArgs =...
I think It was the error checking I had in place for the first one, not checking properly for if the group exists based on info extracted from the notes field in the telephone property of the users.
I may not be explaining myself very well sorry
Rob
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.