Re: [ActiveDir] Netlogon not replicating

2002-10-15 Thread Tim HInes
AD replication and NTFRS replication are seperate entities. AD replication could be working and NTFRS replication could be failing. If AD replication is failing ntfrs replication will probably fail because it depends on objects in AD. To troubleshoot the problem you should start by examining the

RE: [ActiveDir] Disable IE via GPO

2002-10-15 Thread Puckett, Richard
If you were really evil, you could toss in a wscript.echo statement after the objLatestProcess.TargetInstance.Terminate line that says "stop downloading viruses already!" (or a more sensible usage warning). :-) Richard > -Original Message- > From: Puckett, Richard > Sent: Tuesday, O

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Hutchins, Mike
Primary/secondary -Original Message- From: Parker, Edward [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:07 PM To: '[EMAIL PROTECTED]' Subject: RE: [ActiveDir] Create a buttload of DNS zones with PERL Are they Active Directory integrated or primary/secondary? -Origin

RE: [ActiveDir] Disable IE via GPO

2002-10-15 Thread Puckett, Richard
James, There are a couple of different ways you could approach this. One quick thought would be a custom logon script that targets this user specifically at logon and runs a wscript (not cscript) call against the below code (converted from the MS Script Repository). This creates a temporary

RE: [ActiveDir] Disable IE via GPO - offtopic

2002-10-15 Thread Burns, Clyde
You could setup a forward zone for "the virusladen mail server" in your companys DNS and setup the hosts (A records) to 127.0.0.1. I admit its not very nice but it can be explained away as "outside of our network / outside of our control" versus the user realizing that he cant hit IE from any PC h

RE: [ActiveDir] Disable IE via GPO

2002-10-15 Thread Bjelke John A Contr AFRL/VSIO
Why not block his web-mail site @ the firewall? He might have legitimate project related need for web access, but if you can point to virus infections from his web-based email you should be able to justify blocking the site for everyone. John A. Bjelke Unisys 505.85

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Parker, Edward
Are they Active Directory integrated or primary/secondary? -Original Message- From: Hutchins, Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:24 PM To: [EMAIL PROTECTED] Subject: [ActiveDir] Create a buttload of DNS zones with PERL If anyone out there has any info on

[ActiveDir] Disable IE via GPO

2002-10-15 Thread James Liddil
W2K/Exchange2K Environment. We have a visiting scientist who I was asked to give an account to. Turns out he has been reading his web mail and it is highly infected based on the number of alerts I got. The one machine he uses I have pulled of the internet. But I now find he went to another mac

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Hutchins, Mike
The book doesn't say it WON'T work (there are actually a few examples) but that it (the DNS WMI provider only) is unreliable. This has been apparently fixed in .NET.. WMI in general is quite reliable, we are speaking of a particular provider only. -Original Message- From: Parker, Edward [

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Hutchins, Mike
Title: Message definately.. -Original Message-From: MHR(Michael Ross) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:04 PMTo: '[EMAIL PROTECTED]'Subject: RE: [ActiveDir] Create a buttload of DNS zones with PERL WOW that is alot. good luck in your

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Hutchins, Mike
Your word is good enough for me, I will give it a shot in the lab. I am still trying to get my boss to let us run some .NET RC1 stuff in house.. -Original Message- From: Robbie Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 12:39 PM To: '[EMAIL PROTECTED]' Subject: RE

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Robbie Allen
Hi Mike, I still wouldn't suggest using the DNS WMI provider on W2K, although if you only wanted to create zones you could probably get by with it. You could script around dnscmd.exe or just use the DnsCmd.pm module I included in the book, which should get the job done. BTW, the DNS WMI provide

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Parker, Edward
We use WMI in VBS scripts regularly. Your sources says it is unreliable, but we have not had any problems. -Original Message- From: Hutchins, Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:24 PM To: [EMAIL PROTECTED] Subject: [ActiveDir] Create a buttload of DNS zones

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread MHR(Michael Ross)
Title: Message WOW that is alot. good luck in your endeavor.. if you find a script, or write one that does it for you, can you share it with us? -Original Message-From: Hutchins, Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:29 PMTo: [EMAIL PROTECTED]Su

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Roger Seielstad
You can script it with DNSCMD.exe, or there are some perl scripts in the resource kit as well. -- Roger D. Seielstad - MCSE Sr. Systems Administrator Inovis - Formerly Harbinger and Extricity Atlanta, GA > -Original Message- > From: Hu

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Craig Cerino
Title: Message Thanks Mike – I just wanted to be sure I had my conversions right. J   -Original Message- From: Hutchins, Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:43 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Create a buttload of DNS zones with PE

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Hutchins, Mike
Title: Message Yes, 3 a$$loads make a buttload..   :-) -Original Message-From: Craig Cerino [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 12:39 PMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] Create a buttload of DNS zones with PERL Question – is “but

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Craig Cerino
Title: RE: [ActiveDir] Create a buttload of DNS zones with PERL Question – is “buttload” a technical term? J   -Original Message- From: Ken Cornetet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:36 PM To: '[EMAIL PROTECTED]' Subject: RE: [ActiveDir] Create a butt

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Ken Cornetet
Title: RE: [ActiveDir] Create a buttload of DNS zones with PERL It's not perl, but check out: http://www.hiddensoft.com/AutoIt/ I used this to create about 100 sites and subnets. I DID use perl to create the script file for creating the sites. Does that count? -Original Message-

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Hutchins, Mike
Title: Message 280+ different physical locations.. and we have hundreds and hundreds of subnets (I didn't architect the WAN, just AD and E2K, which wasn't fun I might add).. -Original Message-From: MHR(Michael Ross) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002

RE: [ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread MHR(Michael Ross)
Title: RE: [ActiveDir] Create a buttload of DNS zones with PERL WOW! A couple Hundred reverse zones? That IS a lot of work... We have 3 zones, and we have about 60 subnets, or some thing like that. -Original Message- From: Hutchins, Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Oct

[ActiveDir] Create a buttload of DNS zones with PERL

2002-10-15 Thread Hutchins, Mike
If anyone out there has any info on if this is possible, let me know. I have Robbies Managing Enterprise ADS, and it says that the WMI interface to DNS isn't reliable. I need to create a couple hundred reverse lookup zones on a standalone W2K box for our routers, and don't wanna do it manually. A

[ActiveDir] Netlogon not replicating

2002-10-15 Thread Jason Benway
We have 4 AD servers in mixed mode ( We still have 1 NT BDC ) 1 of the 4 AD severs is not getting the new files I'm placing in netlogon. I've used NetIQ's Adcheck to test replication. The results show replication is successful. There are no error messages on either machine about replication. These

RE: [ActiveDir] AD Migration paths (divesting forests)

2002-10-15 Thread Rick Kingslan
See comments inline below > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Ayers, Diane > Sent: Tuesday, October 15, 2002 9:50 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [ActiveDir] AD Migration paths (divesting forests) > > R

RE: [ActiveDir] Secondary DNS setup?

2002-10-15 Thread MHR(Michael Ross)
Title: Message try this.. go to DNS on Packers and add NS2 as a name server. Then go to zone transfers and say only to those servers listed on the name servers tab. then restart DNS on NS2 and pull the zone Shoulda called the other server "Bears" so that the Packers are always dominant.. L

RE: [ActiveDir] Secondary DNS setup?

2002-10-15 Thread Gil Kirkpatrick
Title: Message What kind of DNS service are you running?   -gil   -Original Message- From: Chris J. Popp [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 7:23 AM To: [EMAIL PROTECTED] Subject: [ActiveDir] Secondary DNS setup?   Hello,   I have a server

RE: [ActiveDir] Secondary DNS setup?

2002-10-15 Thread Chris J. Popp
Title: Message Windows 2000 SP3 -Original Message-From: Gil Kirkpatrick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:54 AMTo: '[EMAIL PROTECTED]'Subject: RE: [ActiveDir] Secondary DNS setup? What kind of DNS service are you running?   -gil  

RE: [ActiveDir] AD Migration paths (divesting forests)

2002-10-15 Thread Ayers, Diane
Roger: Thanks for the tip. Unfortunately, approx numbers are 4,000-5,000 users/workstations over most of the state and maybe 500 - 1,000 GB of data (swag) so the "weekend approach" doesn't work for us. We are going to have to do a staged migration and maintain business process during the transi

[ActiveDir] Secondary DNS setup?

2002-10-15 Thread Chris J. Popp
Title: Message Hello,   I have a server at our company that is also our primary DNS server, called Packers. This server has been working fine and has no problems. Late last week, I added a second server to our internal network and called it NS2. I wish to have this server be the secondary DN

RE: [ActiveDir] AD AND DNS

2002-10-15 Thread Craig Cerino
Title: Message Here’s an idea --- unsubscribe.   This isn’t a spam list --- you subscribed to it.   -Original Message- From: David N. Precht [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 8:33 AM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] AD AND DNS   heard

RE: [ActiveDir] AD AND DNS

2002-10-15 Thread David N. Precht
Title: Message heard of the delete key ? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED]Sent: Monday, October 14, 2002 23:12To: [EMAIL PROTECTED]Subject: Re: [ActiveDir] AD AND DNSdo not email me any more

RE: [ActiveDir] Off list but hopefully somebody with experience

2002-10-15 Thread David N. Precht
Title: Message there is one born each day -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED]Sent: Monday, October 14, 2002 23:13To: [EMAIL PROTECTED]Subject: Re: [ActiveDir] Off list but hopefully somebody with experi

RE: [ActiveDir] AD Migration paths (divesting forests)

2002-10-15 Thread Roger Seielstad
We have traditionally done a single, full migration - workstations, servers and accounts all at once. It tends to make for long weekends, but you only touch each client machine once. -- Roger D. Seielstad - MCSE Sr. Systems Administrator Inovis