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. inssain96

    Unix Attributes tab in ADUC

    It's added to ADUC on the DCs when you install Server for NIS. But I can't for the life of me get it on to a workstation to manage that tab from a machine other than a DC.
  2. inssain96

    Unix Attributes tab in ADUC

    Anyone know how I can get the unix tab in ADUC on a member server or workstation?
  3. inssain96

    VirusScan Command Line tools?

    Is there any way to verify/view dat versions via the command line in any version of VirusScan? Up til now I've been blessed by having ePo...no more...it's horrible. -Alex
  4. inssain96

    Win2k Trust Issue?

    Here's the situation... have one forest, two domains, we'll call them root.comp.local and peer.comp.local. Exchange 2k Servers reside in root. I log on as a domain admin from the root domain and launch ADU&C to administer users in the peer domain, if I connect to dc1.peer.comp.local I can see...
  5. inssain96

    DFS Shares Empty

    Got a user connecting over VPN. The user can access the DFS root, but when he tries to open a folder it comes back emptyj, 0 objects. Permissions are fine, problem occurs using both \\addomain\dfsroot & \\ad.domain.com\dfsroot. Thanks, Alex
  6. inssain96

    automated ftp script

    zFang, try: ftp -s:filename.txt Create a text file with all the commands (one per line) you want to execute from the FTP server. Take a look at the other options by running ftp -h. -Alex
  7. inssain96

    Active Directory Search Tool

    Does anyone know of a tool that is more robust than the standard AD search that ships with 2k or 2k3? I'm specifically looking for something to search based on Office Location, Phonenumber, etc. If you've used the Exchange 5.5 directory search you know that it's much more detailed than the...
  8. inssain96

    Differentiate between workstion or server in script

    Unfortunately NT's OS variable is "Windows_NT" for both versions. Kixtart would work, but for the few times a year we need to push a script it may not be worth it. Instead... I'm checking if the machine is NT, if it is then I'm having the machine run "gettype.exe" from the...
  9. inssain96

    Differentiate between workstion or server in script

    Does any one have a clever way of telling the difference between Workstation and Server 4.0 in a batch script? In the past I've used: ver |find "NT" >null if not errorlevel 1 goto blah this has worked great, until the recent M$ vulnerability that has both patches for Wks and Srv...
  10. inssain96

    NDR Sending Message to a Contact

    You are absolutely correct, i do have the custom recipient in E55, but how am I supposed to "migrate" if I have to remove it completely from one side. Also, I can't delete it from E55 because the ADC will delete it from AD.
  11. inssain96

    NDR Sending Message to a Contact

    I did some searching and found nothing useful in the MS Knowledge Base. There were about 3 Q articles that did not help. Anyone else seen this problem when sending to a Contact? The contact used to be a custom recipient (in 5.5), and has an SMTP address of @mycompany.com A configuration error...
  12. inssain96

    How to make a GPO run a script now

    Thanks for replying GWINTO, I thought of that, but what about machines that sit under peoples desks for months with out being logged onto? Other than that I think having machines logged off once a week or so is a great idea.
  13. inssain96

    How to make a GPO run a script now

    Logon and Startup scripts are great... but what about engineers that don't log off of their machines for months? How do you run a script on those guys? Any one?
  14. inssain96

    Netshield for Netapp Filer...

    ...has anyone used it? Any performance problems? Anything I should look out for? -alex
  15. inssain96

    resolving AD domain name to IP address

    After doing some more testing: it looks like the Pri DNS server gives the client a listing of all records associated to "sub.dom.com". It then appears that the client is the one that "round robin's" the entries and will rotate between them after each /flushdns. If anyone...
  16. inssain96

    resolving AD domain name to IP address

    Here's an easy one... what determines what your AD domain name will resolve to? Note: either the FQDN or just the "sub" in "sub.domain.com". It is now resolving to the newest DC installed, but when I do a "ipconfig /flushdns" it begins resolving the second to...
  17. inssain96

    Epo on ALL clients...?

    Static IPs? Ouch! Too much pain!!! Maybe for a small shop but not an Int'l corporation w/1500+ users. I actually got about 100 more clients by importing clients from an AD dump of computer accounts and a DHCP dump of active clients over a few days. I compared the files and imported the ones...
  18. inssain96

    Epo on ALL clients...?

    MCSE924: Thanks for responding. Here ya go... 1. You are right,I can push the agent to any computer that will "allow" me to install the software - as long as I have created/added the computer to the epolicy directory. How do I get computers into the dir? Directory Update? In that...
  19. inssain96

    Epo on ALL clients...?

    I'm looking for techniques used by others to import computers into epolicy. Current version is 2.51. I currently have about 1400 clients, but know there are machines both on my AD domain and off that are unprotected. I have just imported ALL computer accounts from AD into Epolicy, minus the...
  20. inssain96

    EPO Console -- Unable to Connect to Server

    One thing that had me puzzled for a while was the "epolicy service account", make sure whatever account you have running the epo server service is an local administrator on your remote console. Alex....

Part and Inventory Search

Back
Top