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 Chriss Miller 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. WhoKilledKenny

    SQL 2k5 Cluster install issue.

    Error: SQL Server Setup cannot write to removable media. To continue, specify a directory on a hard disk attached to the computer where SQL Server will be installed. Getting error on setup, it thinks my cluster drive is removable media? Don't know why, not much on the web at this time...
  2. WhoKilledKenny

    Calling Functions that exist in other script files.

    Thought I would share this with you... Example: I have a script that houses over 100 separate functions, a code library. I'm writing a new script that can call specific functions from within the code library. Read this article on how to call the functions...
  3. WhoKilledKenny

    Google Proxy Hacking: Must Read!!!

    Google Proxy Hacking issue. http://www.seofaststart.com/blog/google-proxy-hacking Jesse Hamrick www.powershellpro.com
  4. WhoKilledKenny

    VBScript and Win2000 Printing Issue

    I know that VBScript and Win2000 Server printing are not popular issues. I know most suggestion would be to upgrade to Win2003, as was my suggestion. Let's just say that is not an option right now. What I am trying to accomplish. We have a pharmacy print queue (in a pool of two printers) with a...
  5. WhoKilledKenny

    Print Queues moved to cluster

    Our main print server was moved to an MS cluster. My Script no longer enumerates printer information. Is there another class I have to connect to or is there something I have to enable on the cluster? I am able to use WMI CIM Studio, which tells me that Win32_Printer is an available class on the...
  6. WhoKilledKenny

    Migrating SQL

    I have an Active/Active SQL 2000 Cluster (running on win 2003 Ent) that is being moved from an old SAN to a new SAN. All hardware has been tested; each cluster node sees the old and new drives, new drives have been added as Disk Resources in each SQL resource group. Quorum and MSDTC move has...
  7. WhoKilledKenny

    Moving SQL 2000 to New Cluster Drives.

    I have an Active/Active SQL 2000 Cluster (running on win 2003 Ent) that is being moved from an old SAN to a new SAN. All hardware has been tested; each cluster node sees the old and new drives, new drives have been added as Disk Resources in each SQL resource group. Quorum and MSDTC move has...
  8. WhoKilledKenny

    Recommendations?

    Windows PowerShell In Action by: Bruce Payette. Thinking about picking up the above title, has anyone read it? Would you recommend a purchase? Other titles I should look at? My background; I've been working with VBScript, HTA, and ASP for about a year. Traditional Windows NT, AD...
  9. WhoKilledKenny

    Trouble with TZEDIT

    Found that I was having issues with TZEDIT. Used to following script to enumerate 2000 servers and noticed that TZEDIT reported the proper dates, yet the properties of the win32_TimeZone class where conflicting. Eventhough TZEDIT reported the new dates, the server didn't sping ahead in test...
  10. WhoKilledKenny

    enumerate sub-directory names by date.

    I am trying to enumerate the Names of folders (sub dirs) under the user directory on my file server. I would like to gather the names of the folders base on the creation date. For example: give me the names of the folders that were created in the user directory within the last 7 days. Any...
  11. WhoKilledKenny

    Using a Form to set LDAP Query

    I'm currently research and looking for an answer. I'm building an Admin web page that will do the following: -Allow an administrator to enter the sAMAccount of a user. -Click Submit -VBScript will report last time user logged in. So far I have the VBScript works. The issue is the Set objUser...
  12. WhoKilledKenny

    Currently logged on user.

    Issue: Same user shows up logged on each workstation. The script I am using should read a list of Workstation names and report who is logged on the PC. Problem is when running the script the first username shows for all PC. I must be missing something in the code. Example of output: UserName...
  13. WhoKilledKenny

    Multiple PTR records, different hosts for same IP?

    Issue: In the Reverse Lookup Zones in DNS I see multiple records for a singe IP: 192.168.165.10 Pointer(PTR) Computer1 192.168.165.10 Pointer (PTR) Computer5 192.168.165.10 Pointer (PTR) Computer7 I see this in both Static and DHCP subnets. In the Foward lookup zones to the hosts have "Update...
  14. WhoKilledKenny

    Strebor Read Hear.... LogParser

    strebor (TechnicalUser) 26 Jun 06 10:56 You may be interested in Log Parser 2.2, free from Microsoft, is a really good tool for accessing and reporting on log files, including event logs. It can be used as a command line tool or called and used from a script (vbscript, etc.) or a programming...
  15. WhoKilledKenny

    Back to Event Log Query

    Barney thanks for your last post. Here is the issue I am now having and I am puzzled. When executing the code below and usting the strComputer = "." Everything works great on the local machine. When I try to do the same query on a remote server by changing strComputer = "Servername" I do not...
  16. WhoKilledKenny

    Search Event Logs for Errors that occured w/i last 7 Days

    I would like to search the Event logs to echo only Type:Errors which have occured within the last 7 Days. This is for automating weekley server maintenance. I found a script that allows me to parse errors and one that only reads the last 7 days of log entries. The issue I am having is not...
  17. WhoKilledKenny

    Hide Trusts from User Logon

    How would you hide a trusted domain from the options (log on to:domain) drop down menu of the Ctrl+Alt+Del logon screen? Thanks...
  18. WhoKilledKenny

    Forest to Forest Trust and OU Management

    Requirement: Set up a one way external trust between two forests and allow a single OU to be managed by from the external forest. What I have done so far: Created a trust between domain A and B. In domain A I have created a delegation that allows a global group from domain B the rights to mange...

Part and Inventory Search

Back
Top