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 SkipVought 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

    Browsing problems

    ok, that's good as far as master browser goes. This changes on a per-subnet basis, but if you're not flopping entries, then you should be in good shape with this aspect. Just curious though, do you have WINS forward lookup configured in DNS for your internal zone? ~Intruder~...
  2. NetIntruder

    Browsing problems

    ok, let's completely rule out WINS and master browser though - if you keep refreshing the master broswer list in the tools, is the master changing at all? Also, does the backup browser show the same number of domains/computers? ~Intruder~ CREA,CISSP,CEH,CEPT,MCSE,MCSA,GWAS,GCWN
  3. NetIntruder

    Rogue Host (A) Record

    Go take a look on your DNS server's Reverse zone and find your records for 10.15.60.72 and you will likely find one record for each machine you listed. Remove the bad one and try again. ~Intruder~ CREA,CISSP,CEH,CEPT,MCSE,MCSA,GWAS,GCWN
  4. NetIntruder

    Browsing problems

    ok, use browmon or browstat to find which servers are causing the elections and supress them with this: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters] "IsDomainMaster"="FALSE" "MaintainServerList"="Auto" Then restart the computer browser service on the machine that...
  5. 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
  6. NetIntruder

    Browsing problems

    Can you elaborate on how WINS is set up in your environment please? The issue you describe reeks of master browser wars on your network. You can check this by using browmon.exe or browstat.exe and check if the master is changing frequently. ~Intruder~ CREA,CISSP,CEH,CEPT,MCSE,MCSA,GWAS,GCWN
  7. NetIntruder

    Moving Aplications to a new screen in C#

    I'll give it a try. BTW, i found code to fix my othe problem - i'll post it all after i test this out w/ your code. I can't thank you enough for all your help! I wish i could give you more stars :) ~Intruder~ CEH, CISSP, MCSA/MCSE 2000/2003
  8. NetIntruder

    Moving Aplications to a new screen in C#

    actually, i have to take a closer look here. All works well!... with main processes. The problem i'm having is multiple apps running off the same PID. I guess i'll need to enumerate through the child processes, MDI windows, etc. I'll keep you posted. ~Intruder~ CEH, CISSP, MCSA/MCSE 2000/2003
  9. NetIntruder

    Moving Aplications to a new screen in C#

    I'm closing in on success now, though my code is getting ugly :) It's all working fine with 3 monitors (what i have on my development machine), but when i toss it up to the 4 plasma display, it seems to skip over some of the monitors. What i would really love to do is grab the current position...
  10. NetIntruder

    Moving Aplications to a new screen in C#

    so, to follow up... here's what i was hoping to do, but my remedial coding skills are stopping me :) Find the current display that an application is running on and increment by one, then move it using that variable that just got incremented. Well, it makes perfect sense in my head how it...
  11. NetIntruder

    Moving Aplications to a new screen in C#

    Yeah, this is turning out to be way more complex than i anticipated :) There are a total of 4 52" plasma displays attached to this computer - i'll have to check the resolution, but i'm not holding my breath on that as they plan on adding more. I'd hate to hard-code this in and have to change...
  12. NetIntruder

    Moving Aplications to a new screen in C#

    I can move windows around within a display that i specify, but i'm not quite understanding how to pull the value of the current display. ~Intruder~ CEH, CISSP, MCSA/MCSE 2000/2003
  13. NetIntruder

    Moving Aplications to a new screen in C#

    I'll try this out and see what i can do. Thanks for all the help thus far! ~Intruder~ CEH, CISSP, MCSA/MCSE 2000/2003
  14. NetIntruder

    Moving Aplications to a new screen in C#

    ok, bearing in mind once again that i don't code for a living, can you help me w/ the missing piece here? I have the following code to move all application to screen 1, but i would like this to use your FindWindow to get the current screen and increment that. here's what i have (minus the...
  15. 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...
  16. NetIntruder

    WMI Question

    To follow up on this... the following code works, but i'm looking for the C# Equivilent: strComputer = "." Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery("Select * from Win32_TSClientSetting")...
  17. 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...
  18. NetIntruder

    Lack of Work

    Personally, i would find another job. A person can only study so much during the course of his/her career and if you are never utilizing your talents, you will get rusty and may find yourself way behind in a few years. Also, if you find a job where you actually collaborate with other talented...
  19. NetIntruder

    Help on Job Creation

    Thanks everyone for the advice. ~Intruder~ CEH, CISSP, MCSA/MCSE 2000/2003
  20. NetIntruder

    Help on Job Creation

    As always, Security is a spot that has little glory, and people are quick to point fingers at the head of the department in the event of a breach. I completely understand the risks, but if the proper programs are implemented, such as Risk Analysis, Vulnerability Assessments, Policies, Security...

Part and Inventory Search

Back
Top