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...
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...
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 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 =...
Hi how would I add users to a group based on met criteria e.g. Department
I have the groups and users already created via a script, all users and groups are in the Users container in AD
Thanks for any help
Rob
Hi
I have a working script to create users in AD, I have a working script to create Groups in AD, the naming convention we use goes like this
Users: lsomebody (First letter of first name then Surname. In the user properties general tab we add the department the user belongs to using 2...
Hi I am using the code below to create new global security groups from names in a text file, if that file is updated with one or more names then the script run against it I get the error 'the object already exists' I can get round this using on error resume next, but would like to check for the...
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.