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 strongm 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: *

  1. buzzlit

    Event log script

    How would you write a script to query the event log file that was backed up?
  2. buzzlit

    User exists in Local Admin Group

    I did that and was able to display all local groups that a domain user belongs to. How do you display domain group users within my local group. Here's my script: Set oWshNet = CreateObject("WScript.Network") StrUserID = InputBox("Enter UserID") Const FOR_READING = 1 StrFilename =...
  3. buzzlit

    local group membership

    how would you change this script to a list all local group membership (not just admin) that a domain user belongs to? I have a user termination list that I need to remove users from a local group accounts who have domain accounts.
  4. buzzlit

    User exists in Local Admin Group

    What if you wanted to find a AD domain user on a computer who's a member of multiple local group accounts?
  5. buzzlit

    Users local group membership reading from excel?

    Is there a way to check if a user exist for local group membership reading from an excel cvs userlist? I get a monthly terminated user list which I need to remove from local computer group accounts.
  6. buzzlit

    IOS Upgrade on Cisco 7204 Router using flash disk

    Does anyone know how to upgrade the ios on a cisco 7204 router that has a flash disk? Cisco Internetwork Operating System Software IOS (tm) 7200 Software (C7200-JS-M), Version 12.2(2)T, RELEASE SOFTWARE (fc1) TAC Support: http://www.cisco.com/cgi-bin/ibld/view.pl?i=support Copyright (c)...

Part and Inventory Search

Back
Top