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: dkel22
  • Content: Threads
  • Order by date
  1. dkel22

    MAC 10.8 issues connecting to FileShare

    We just randomly came accross an issue that just started. Our MAC 10.8 users cannot modify or write files to a folder shared on a server2012. They get finder error 36. Other MAC users have no problem using the share normally. We didnt find any updates or server changes that would cause the...
  2. dkel22

    DFSR Issues with Preseeding

    I am working on setting up DFSR on a new server. I have preseeded the new server via Robocopy using the following commands Robocopy.exe “\\source server\drive$\folder path” “destination drive\folder path” /b /e /copyall /r:6 /xd dfsrprivate /log:robo.log /tee The Robocopy completes...
  3. dkel22

    Script to ADD user to Group From CSV file

    I am trying to run a script during our user provisioning process to add users to a group based on selected criteria. Here's a code snippet below. I cannot sort out how to actually add the user to the group as the foundobject.ismember appartently doesn't work While Not rs.EOF 'Do nothing but...
  4. dkel22

    Active Directory User Provisioning Scripts

    I have a set of vbs AD user provisioning scripts that create, modify, term etc users. I have one script that updates all the user information pulled from an excel HR file. It updates many attributes like description, title, manager and many more. The problem is that it is updating information...
  5. dkel22

    Setup Server for External Access

    I am working on setting up a small business for a friend. They have a server 2008 that runs their main application. The server itself only has one NIC. Is it possible anyway with RRAS to setup the server for external access via an external IP address provided by their internet provider? I know...
  6. dkel22

    Possible to pass to LDAP arguments?

    I am creating a script that will create a group based on a user's direct reports. We want to be able to create a group based on direct reports of 2 different users. Is this possible. For example we call the script now as below cscript /nologo processReportsToGroups.vbs...
  7. dkel22

    ElseIf with Multiple conditionals

    In our Company they have added another division which has thrown off our user provisioning. I have just been thrown the project being that are previous Script Admin is gone, so I am not the best with vbscript. Below is the code segment which will grab the division ID and if it equals X and the...
  8. dkel22

    VBScript to Take SQL Query Results and Pass to SP

    I am trying to do something like the example below. I want to run a sql query and then execute a sp using the query result. QUERY: SELECT ID from zSYSUSER WHERE HRID = XXXXX -----> This returns the result of a zSYSUSERID of YYYYY SP: EXEX spUpdTerminatedStatus...
  9. dkel22

    Powershell SQL sp with Query Results

    I am trying to do something like the example below. I want to run a sql query and then execute a sp using the query result. QUERY: SELECT ID from zSYSUSER WHERE HRID = XXXXX -----> This returns the result of a zSYSUSERID of YYYYY SP: EXEX spUpdTerminatedStatus...
  10. dkel22

    Lync Powershell - Logon Failed

    I am trying to run a powershell script to enable a user (see below) I keep getting the error "Enable-CsUser : Login failed for user 'XXX\xxxxx'. I am able to login to the management console with the user account and enable a user just fine. Any thoughts? Update: just opened Powershell doing a...
  11. dkel22

    VBScript Automatic Domain PC Reboots

    Just a quick question, probably a simple on at that. I am fairly new to VBScript, but I have managed to create a script which will automatically run through a list of domain computers and reboot them if they are online. I just want to find an easy way to add a log of the script results so I...
  12. dkel22

    Shoretel to Cisco SIP one way audio

    We are having an issue where we are receiving one way audio over a SIP trunk between a Cisco Call Manager Server and the Shoretel System. We can make calls perfectly from cisco to shoretel and shoretel to cisco and have no audio problems. The problem occurs if the shoretel user put the cisco...
  13. dkel22

    Shoretel to Cisco SIP one way audio

    We are having an issue where we are receiving one way audio over a SIP trunk between a Cisco Call Manager Server and the Shoretel System. We can make calls perfectly from cisco to shoretel and shoretel to cisco and have no audio problems. The problem occurs if the shoretel user put the cisco...
  14. dkel22

    word 2003 unable to edit mail merge recipients

    I have a problem that just popped up out of the blue. We have users still running office 2003 and they are attempting to run a mail merge from word 2003 with an excel file. They can perform the merge but if the click on the mail merge recipients the EDIT button is greyed out. They have been...
  15. dkel22

    CPU Fan replacement

    I am trying to replace the CPU fan on a dimension 4700 and having issues with dell's proprietary 5 pin connector. Can I just splice the three cables from my new fan (red,yellow,black) on the four cables (red, white, blue, black) of the dell connector and plug it into the motherboard? If so how...
  16. dkel22

    XP HOME TO XP PRO UPGRADE

    I am trying to upgrade a XP Home addition PC to XP PRO using a standard XP Pro Disk. The setup will start correctly and allow me to select UPGRADE but when it starts it will give the error "cannot read or write to drive C. If you have a virus scanner running, disable it and try again" I...
  17. dkel22

    Thinkcentre M50 Onboard Sound

    Is there any way to disable the onboard sound on a thinkcentre? I checked in BIOS and disabled audio, but still hearing the beeping etc from the onboard sound. Unable to find any information anywhere on how to disable it and calling IBM support told me it's out of warranty and they can't even...
  18. dkel22

    WINDOWS XP ACCOUNT PASSWORD

    okay here is the situation...I damaged my harddrive and replaced it will a new harddrive. I loaded windows all my app's etc. I am using my old harddrive as an external harddrive to try and get some of the information off of it. All my data is saved under a user account which was password...
  19. dkel22

    Logon Tracking

    A friend and I have been building and selling laptops on the side and have come across some money situations. We have been running into people who aren't paying for the laptops at the agreed times and want to establish a fail proof method for ourselves. Basically, we want to somehow (easiest...
  20. dkel22

    bootup issues

    I recently upgraded my harddrive for my laptop and used power quest drive image to make a bootable copy of my smaller drive to the larger drive. Then when I attempt to put the new harddrive in the laptop it will appear to boot normal but when it gets to the blue windows xp screen where you...

Part and Inventory Search

Back
Top