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

    Account Lockout in AD (Server 2008)

    I have a question about the account lockout attribute in AD. We have a current process in place that disables users when they take a leave of absense. I'm being asked to change the process to "lockout" the user versus "disabling" the user b/c it's causing some other areas some headaches. So...
  2. wlfpackr

    DSGet help

    Just wondering if this is possible. Let's say you have a large quantity of AD groups sequentially named: Group-001; Group-002; Group-003........Group-100 I'd like to issue a single command to see each group and it's membership but I couldn't seem to figure out how to do it. Went on about my...
  3. wlfpackr

    Join tables based on values passed from a table?

    I'm attempting to JOIN two tables in SQL Server 2000, but I need to pass a variable somehow from one to the other (or perhaps there is some other method I'm not aware of). Here is my current JOIN and gives me the results I currently want, but I need to expand it. SELECT e.* FROM Table1 AS e...
  4. wlfpackr

    VBscript to retrieve userWorkstation attribute from AD.

    So I've run into a rather confusing issue with a script I'm writing to update userWorkstations attribute. Below is a simplified version of what I'm doing (hopefully with no typos): strUserDN = "CN=username,OU=Users,DC=xyz,DC=com" Set objUser = GetObject("LDAP://" & strUserDN) strUser =...
  5. wlfpackr

    Can't pass a "/" through in AD query

    I'm attempting to gather a large quantity of data from the group objects in our AD using vbScript. So far the script keeps failing on the same group object. In someone's infinite wisdom they've put a "/" character in a group's name which means the group's DN also has the "/". When I pass...
  6. wlfpackr

    Retrieving logonWorkstation user attrib from A.D.

    Having some problems retrieving the logonWorkstation user attribute from Active Directory. I'm assuming the attribute I need is logonWorkstation (i.e. From ADUC, on a user's profile, it's on the Account tab, "Log On To...". Used to lock an ID down to only be able to login to specific...
  7. wlfpackr

    Extracting SQL data into an array/variable in VBscript

    Is it possible to extract data from SQL tables into an array with VBscript? Everything I've seen online seems to deal with ASP, but I need an automated script that runs nightly against a SQL DB. A crude example of what I'm trying to do would be reading in all userID's from a SQL table with a...
  8. wlfpackr

    Pipe in entries to DSQUERY from CSV file?

    Is it possible to use a CSV or text file in conjunction with a DSQUERY or a DSMOD? i.e. Let's say I have a list of user IDs in a text file and I want to check and see if each one in the file is enabled using a DS commands. I can do it in VBscript, but I'm looking for a quicker way...
  9. wlfpackr

    Where to download Server 2k3 Corporate?

    I cannot find my Windows Server 2k3 Standard (Corporate Edition) disc anywhere. Anyone know where I can download a copy? I only see the retail versions on Microsoft and I don't think my key will work with those. ================= There are 10 kinds of people in this world, those that...
  10. wlfpackr

    Extract Local Users from Windows Server 2000

    I need to extract local users off of some Windows Server 2000 boxes for audit purposes. I can get VBscript to work on Server 2003 and 2008 without issues, but not so lucky with a solution for 2000. Anyone have any suggestions? ================= There are 10 kinds of people in this world...
  11. wlfpackr

    conditional statement to match/import data in Excel sheets.

    I'm having all kind of issues with this one. I have two sheets in Excel. One has a person's name and a dept number. The other has dept number and a dept name. Crude example is below: Sheet1 Column A Column B Bill 10001 Joe 10002 Bob...
  12. wlfpackr

    Export the "Notes" field in Active Directory.

    Is it possible to export the Notes field for Groups in A.D.? I'm having problems finding the answer. I'm looking at either doing a VBscript or a DSQuery, but can't find the answer to either. ================= There are 10 kinds of people in this world, those that understand binary and those...
  13. wlfpackr

    CDO question regarding "http://schema.microsoft.com"

    At the risk of being the first person in the history of Tek-Tips to ask a stupid question what is: "http://schemas.microsoft.com/cdo/configuration/......" all about in CDO? I'm trying to write a vbscript that will gather some information and then email it out to an appropriate...
  14. wlfpackr

    AD housekeeping question on disabled/stale users

    I'm relatively new to my current company and have been asked to clean up a lot of the manual processes they have here. The first task is with stale accounts in Active Directory. Currently they run a script to disable anything considered a stale account. They then run another script that also...
  15. wlfpackr

    Styles in Word 2007

    I'm having some problems with styles b/c for some reason Office 2007 is like kryptonite to me and I cannot figure out how to do anything in it yet. I'm wanting to create an outline in Word 2007 to lay out some information and notes. I'm using the Multi-level list option, for example: 1...
  16. wlfpackr

    Change background on computer lockout?

    Can you force the background image to change when the computer locks (i.e. CTRL + ALT + Del and then click Lock Computer button or locks when the screen saver comes on automatically)? ================= There are 10 kinds of people in this world, those that understand binary and those that do not.
  17. wlfpackr

    DFS question

    Not sure if this can be done, and I'm not exactly sure how to explain what I want to do in words, but what the heck. I have a DFS structure in place on our data servers. We have a scratch directory that is actually a subdirectory of one of the DFS directories. Is it possible to easily move...
  18. wlfpackr

    How do I create a Holiday schedule in Outlook 2007?

    Never done this before, but how could I go about creating an .ics file that would hold all of our holiday (and unfortunately Furlough days) for 2010 in Outlook 2007? I don't see a way to pick random days when setting up a notice. ================= There are 10 kinds of people in this world...
  19. wlfpackr

    Event ID 9 - iaStor error

    Have a brand new Dell Optiplex 760 that is randomly shutting down 2 or 3 times per day since it was installed. The following error is appearing in the event log: ===================================================== Event ID: 9 Source: iaStor The device, \Device\Ide\iaStor0, did not respond...
  20. wlfpackr

    Registry Permissions issue

    I have some manufacturing engineers that have a test device that is supposed to go out on the floor. The problem is that they can't get it to work properly without a logon ID have local admin rights (which is a strict no-no here). I've done some testing myself and it appears the problem lies...

Part and Inventory Search

Back
Top