Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: burden010
  • Content: Threads
  • Order by date
  1. burden010

    Import Contacts from CSV

    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 =...
  2. burden010

    Clustering Over 2 Hosts

    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...
  3. burden010

    3750 Cluster Switches Rebooting

    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...
  4. burden010

    Unable to partition SD card, ubuntu 8.04

    Hi, Can you help me? I am trying to put two partitions on a 1GB SD card but getting nowhere. Just so you know, I have also tried this with openSUSE 10.3 & 11 with the same results. I can create the partition table the way I want, the problem comes when trying mkfs. This is what I get: $ fdisk...
  5. burden010

    Forward Error: "Could not open one or more attachments"

    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...
  6. burden010

    Installing Software as Domain User

    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...
  7. burden010

    406 Upgrading from 1.4 to 2.1

    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...
  8. burden010

    Auto Killing Idle Processes

    Hi, appologies if this has already been posted - I did seach but couldn't find an exact match for my criteria. Also, I think it's best to point out that I'm a complete newbie to Unix so you may have to explain any suggestions a little :) Anyways, I'm running a Unixware 7.1.1 box which runs...

Part and Inventory Search

Back
Top