Hi folks. I'm using the following script to change the home directory attributes for all the users in a given Active Directory OU:
Set OU = GetObject("LDAP://OU=users,OU=schoolname,OU=schools,DC=test,DC=elc")
For Each objUser In OU
If objUser.Class = "user" Then
objUser.Put "homeDirectory"...
I'm trying to install the NBU client onto a Win2K server. It runs through the setup questions OK, but when I click the button to start the actual installation, the "Installation Completed Successfully" window is displayed instantly, and no files are actually written to the server.
Comparing the...
I have two identical PE4600 servers, bought at the same time. One is in a live environment, one is used as our development box.
We are having constant memory problems with the live box, which Dell seem to be incapable of fixing. In the meantime, I'm thinking of swapping our development server...
I'm trying to do a restore of an NDMP backup from DLT tapes, using our new SDLT library. I've got past our earlier incompatability problems (thanks to all who commented!), but I now seem to have a terminal problem. I think my tape is knackered, but just in case anyone has any great ideas...
We have just replaced our old ATL library (one DLT8000 drive) with a StorageTek L20 (one SDLT320 drive). I have configured the new library as DLT3 to match our other SDLT library.
My problem is reading the old DLT tapes in the new library - NBU doesn't view the DLT tapes as valid media for the...
I am trying to install the NBU 4.5 client on a Win2K server - unfortunately, this server does not have a drive C: - the company that set it up created it with the system volume on drive E:, and a data volume on drive G:.
When I try to install the software, after answering all the setup...
Hiya,
Am v bad at javascript but am trying to use javascript to try to do something on a web page. Any help would be appreciated.
Basically, if I have some HTML code along the lines of
<html>
<head>
<title>1</title>
</head>
<body bgcolor="#FFFFFF">
<table width="90%"...
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.