Hi,
I'm trying to import roughly 150,000 contacts from CSV into an OU as mail enabled users. To do this I'm using the following script:
# Create New OU
$AD = [adsi]"LDAP://dc=domain,dc=local"
$ou = $AD.Create("OrganizationalUnit", "ou=Contacts")
$ou.SetInfo()
# Import Contacts from CSV
$OU =...
Hi,
I am trying to create a virtual print server cluster using either Windows 2003 or 2008 server. Here's the way I'd like to do it: PrintVM1 needs to reside on PhysicalHost1, which is connected to a fibre SAN. PrintVM2 needs to reside on PhysicalHost2, also connected to the SAN. Obviously I...
Thanks burtsbees. I will definitely check that out. The problem I have though is that before going to site, I need to have a definite fix in mind. If that or memory wasn't the issue, I would have wasted a full working day and travel expenses. I know I.T. is about troubleshooting but unless I...
Hi guys,
Yep all three are the same build and software revision.
OK to the memory might be going but that's not really a fix I can implement just to see if it works as I am 300 miles from the site.
I tried looking up the error message on the Cisco knowledge base but I do not have the...
Hi,
We have a cluster of 3 3750's and two in the cluster keep restarting without warning. When performing a 'Show Ver' on the cluster I get this error:
System returned to ROM by error - Debug Exception (Could be NULL pointer dereference) Exception (0x2000)!, PC 0x16E0DC
Does anyone know what...
Nevermind, I was able to get it to work. I've been trying to partition a partition if that makes sense. I've been using sdd1 instead of sdd. Now all good.
Can anyone help me with this? I've been trying to find a solution for DAYS now. it only happens when forwarding from an additional mailbox.
Is this an Outlook problem rather than Exchange?
We work on a solitary 5.5 server sitting on Win2000 Server (soon to be upgraded). One of our users highlighted a small, yet highly annoying, issue with a common mailbox used by the Sales Dept.
All users have their own mailbox but there is a common mailbox which is also used by all sales users...
I am having the EXACT same problem as this with 1 client laptop. The reason they are able to get in in the office ADSL is because they have already authenticated on the domain while plugged in. If you reboot you'll have the same issue.
If anyone can help on this It'd be greatly appreciated.
I have a bit of a problem and I'm not sure there's any way to solve it. Just thought I'd ask you kind people before I scrap the idea altogether.
I need to install software on W2k Domain Controllers but I don't want the user to be an Administrator. Tehy can be a member of any other group but...
n00b Warning:
OK... I have tasked myself with upgrading our software levels on all 8 of our 406's. The reason I'm doing it instead of a qualified Avaya guy is that our support company want to charge us LOADS of cash to perform the upgrades... which are free... so it ain't gonna happen...
> 2>&1 killed.txt
Is this at the end of the cron line or within the scriptfile?
I am assuming it's cron at the moment as you used the word command instead of script... :) I may be wrong.
...to be working though when I changed "echo" to "kill" it seemed to stop writing to killed.txt, I'm not sure.
Also, in crontab, I have inserted 30 **** ksh /etc/default/scriptname
on the basis that at the prompt I have to issue the command ksh to execute the scriptname file. Is this...
...processes would be killed but when trying to cron it I think I'm entering the wrong syntax as I get an error.
Here's what I'm doing:
#cron 30 **** /etc/default/scriptname
#cron aborted: Cannot set lock on file.
Obviously cron is being accessed but have I somehow locked the file...
So if I go with Eric's suggestion, all I need to do is replace "filecontainingexemptusers" with something like "/etc/default/textfile"?
Does the file need to have any format? Or just a list of user Ids?
Also... um, how do I cron something? I assume cron's a task scheduler of some sort? Is...
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.