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: OzCDN
  • Order by date
  1. OzCDN

    AD Policy question ...

    It has been a while since I implemented this. I believe that it was done through logon script and I would assume that local admin privilidges were necessary.
  2. OzCDN

    General file sharing suggestions?

    A lot of the newer high speed home routers have some form of VPN built into them ... this would allow the two machines to appear to be on the same network but still maintain security. You may be able to have the XP machine connect to the other by having one of these switches at the ME site. I...
  3. OzCDN

    Mail to all users in an OU ...

    G'day all, I'm just setting up an AD domain with Exch2003. I was under the impression that you can e-mail directly to an OU but I cannot see any way to mail enable it. Alternately, is there any way to populate a mail D/L automatically with the contents of an OU (something that would keep it up...
  4. OzCDN

    Clearing Outlook Autocomplete Cache ...

    You da man! That is exactly what I needed (and scriptable too!!). It was Outlook 2003 on XP btw ... sorry for omitting. Later ...
  5. OzCDN

    Clearing Outlook Autocomplete Cache ...

    I am going to be making a change over to a new mail system in the near future. We would like to keep the Autocomplete feature but I would like to clear the cache so that old (incorrect) addresses are no longer suggested. Office help explains how to delete them one at a time but now way to clear...
  6. OzCDN

    Remote Desktop Not Listening on port 3389

    ckugo is suggesting that your clients have the Remote Desktop feature turned off. If this is the case you cannot use the Remote Assistance feature to connect to them. If you right-click on My Computer and select the "Remote" tab you will see all the Remote assistance options. Check to see if...
  7. OzCDN

    XP as a DNS??

    The standard procedure for this is to leave it directly attached to the network but have one static machine (i.e. a print server)set it up as a local printer through a "Standard TCP/IP" port. Then you share this "local printer" out. This has serveral advantages including: - centralized location...
  8. OzCDN

    Make Availabe Offline ..

    If the share is located on a Win2k or newer server then it may have the "Caching" disabled ... which means you will not get the option to "Make available offline". This setting is made on the server when you set up the share.
  9. OzCDN

    XP Service Pack 2 -- An idiots guide?

    I just installed a DLink wireless card on a WinXP-SP2 machine and I noticed that the interface for connecting to a wireless network is very different. Since this is my first time using a D-Link and wireless on SP2 I'm wondering if this difference is from the D-Link software or is it a SP2...
  10. OzCDN

    XP Service Pack 2 - Done and RTM

    Looks like it is online now ... see Bill's link above.
  11. OzCDN

    script to change PC name

    I realize that this thread is about a scripting solution but I wanted to mention a tool for making a cloned computer unique. With the Ghost software package there is a small program called GhostWalk (ghstwalk.exe) ... this program takes an existing install of XP (or any NT based OS) and gives...
  12. OzCDN

    AD Policy question ...

    Thanks again ... here is the code I ended up using. The two lines I added pick up the machine name from the registry. I dropped the "on error" so that we can track any failures. --------------------------------------- Set shell = CreateObject("WScript.Shell") strComputer =...
  13. OzCDN

    AD Policy question ...

    Thanks Bill ... this looks like it will do the trick (although I must admit that I am surprised to see the domain as part of the syntax). I'll test it out. As for the deployment strategy ... some of the machines are 6+ years old ... the strategies have changed over time and we have a...
  14. OzCDN

    AD Policy question ...

    We would like to force a standardized password for the Local\Administrator account on all machines in an AD domain. Is there a policy (or registry hack) that will do this? Alternatively, is there any way to force the creation of a local account through policy (or other global application...
  15. OzCDN

    DHCP Assigning the wrong IP! HELP!

    Bill, I have not seen a Linksys capable of making reservations in its DHCP pool and, even if his can, Utara did not mention taking this step. Without a reservation he runs the risk of duplicate IP addresses ... this is what concerns me. Oz
  16. OzCDN

    SP2 tomorrow...

    Where did you get this from??
  17. OzCDN

    DHCP Assigning the wrong IP! HELP!

    One suggestion: If you are going to hard code an address (for test purposes or permanently) do not use one that is part of your DHCP pool. In the post above you said that you tried to hard code the machine to 10.103.51.101 (which is in your pool) ... I would suggest something like 10.103.51.51...
  18. OzCDN

    Quick memory question ...

    Since the "QOS eating bandwidth" urban legend was recently debunked here ... I thought maybe the group might like to take a stab at another. Over the years I have heard various descriptions on how you can have too much memory (or at least more than the O/S will use). I’ve even heard suggestions...
  19. OzCDN

    What is an IRQ in Windows XP Pro?

    An IRQ is an interrupt request. This is not so much a Windows XP thing as a hardware property although the operating system needs to monitor interrupts. Basically, when a piece of hardware needs to get the operating systems attention it sends a signal (an interrupt) through an IRQ line. This...
  20. OzCDN

    set permissions in a batch file

    There is a dos command to change permissions called cacls which can be used in a batch file. If you open a dos window and type "cacls /?" you will get the full syntax. Examples: cacls c:\test /T /G "DomainName\Domain Admins":F DomainName\joe:C The above gives the domain admins full permissions...

Part and Inventory Search

Back
Top