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 Rhinorhino 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. NetIntruder

    DNS No Cache

    Does anyone know of a way to set an MS DNS Server to not cache specific domains? IE: example.com will not be cached on the DNS server, but all other domains will be. ~Intruder~ CREA,CISSP,CEH,CEPT,MCSE,MCSA,GWAS,GCWN
  2. NetIntruder

    Moving Aplications to a new screen in C#

    Hey all, I am trying to write an application that will list all graphical applications and move them to a different monitor on a timed interval. I have no issues getting the list of processes that i need or the timing piece, but i'm having problem figuring out how to capture which screen an...
  3. NetIntruder

    WMI Question

    Hey all, I'm trying to set the Terminal connection options via WMI in C# with the following code and failing with a "Not Found" error on my inParams object. Anyone have any thoughts as to what i'm doing wrong? string RDP = "RDP-Tcp"; ManagementScope scope = new...
  4. NetIntruder

    Help on Job Creation

    Hello All, I have been trying to talk my boss (The Director of IT) into creating a position for Manager of Network Security. He has been reluctant to this point and i'm looking to put together a good argument for helping this along. Can anyone help me with this? I'm looking for good...
  5. NetIntruder

    SNMP Changes

    Does anyone have a good tool (or script) to change SNMP string values on a server remotely? Or a simple commnad-line version that can run local is fine too - that can be batched as well. Any input would be apprecitated! Thanks, ~Intruder~ CEH, CISSP, MCSA/MCSE 2000/2003
  6. NetIntruder

    Security Policy

    Hey all, I've been looking into ISO 17799 materials and there are some fairly helpful resources on the Internet, but nothing that is as comprehensive as i'm looking for. Does anyone have any good insight into some Internet sites that show some good examples of policy and a good list of...
  7. NetIntruder

    Newbie Question: Calling an exe file

    Hi all, I would like to call an exe file that i'm using as a resource in my application and pass some command-line arguments to it. I know how to do this if the path to the file is known on the client machine with the Process.Start command, but how do i make this work with an exe that is...
  8. NetIntruder

    Product Activation

    All, I am interested in possibly selling software i've created. In lieu of the fact that funds are limited and I do not want to pay for a product activation system, does anyone have any code/articles that could assist in writing my own basic product activation system? IE: Try before you buy...
  9. NetIntruder

    Newbie Programmer Here...

    Hey all, I'm trying to figure out how to use a .exe file in my project, specifically Robocopy.exe from the Windows Resource kit. Now i want this to be included in the project so that the resource kit does not have to be installed on the machine where the tool is run, but i'm having some...
  10. NetIntruder

    Mapping Computer to a Site

    All, I'm working on what i thought would be a simple interface for our engineers to find all servers in a given AD site. I'm writing this in C# (though any language will do) and I cannot seem to find any attribute of a computer account that actually links it to a given site. Is there a way to...
  11. NetIntruder

    Network Service Password

    All, I am trying to set a service (MSDTC) to run as "NT AUTHORITY\Network Service" (Yes, someone changed it from the default!) and I'm getting stopped prompting "Please enter a valid password". Has anyone run into this before? Thanks in advance. ~Intruder~ CEH, MCSA/MCSE 2000/2003 "The Less...
  12. NetIntruder

    PST File Searches

    Hey all, Here's the scoop: I have approximately 1,000 mailboxes that need to be searched for any contacts that are in a specific category (ie: all contacts with the category "Business"). I am looking for a way to generate a report on this that would give me all of the contact info along with...
  13. NetIntruder

    Security Logs

    Anyone have a quick and dirty script to export the security logs on a server to somewhere on the network? Thanks ~Intruder~ "The Less You Do, The Less Can Go Wrong" :)
  14. NetIntruder

    Disappearing Membership

    Hey all, I have a problem where, on occasion, a user will be added to a Domain Global Group and the next day their membership is no longer there. Now, I can see the security event correlating to the addition in the DC's event log, but I do not see anything correlating to a deltion. At a...

Part and Inventory Search

Back
Top