Re: [ActiveDir] Can't remove Directories in Windows 2003

2006-03-29 Thread matheesha weerasinghe
You may need to map deeper and delete subfolders. Either use subst (locally on server) or net use * \\server\share\deep_path and delete the subfolders. Then you will be able to delete the parent folders. It looks like users have created a deep folder structure beneath the share. M@ On 28/03/06,

RE: [ActiveDir] Script not working thru GPO

2006-03-29 Thread Cothern, Jeffrey D Mr CTR USSOCOM HQ
Thank you That fixed that line.. Now to another line. As I mentioned before this script works fine outside of GPO. Do you see anything wrong with ComputerName = From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darren Mar-EliaSent: Tuesday, March 28, 2006 12:16 PMTo:

RE: [ActiveDir] View Delegated Tasks?

2006-03-29 Thread Rocky Habeeb
Dear Dan, What about those of us who can't go ...? RH __ -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Dan HolmeSent: Wednesday, March 29, 2006 1:49 AMTo: ActiveDir@mail.activedir.orgSubject: RE:

RE: [ActiveDir] Script not working thru GPO

2006-03-29 Thread Marcus.Oh
Whats objFile being set to? Set WshShell = WScript.CreateObject(WScript.Shell) ComputerName = objShell.RegRead(regComputerName) objfile.Write ComputerName Hmm maybe Im missing something entirely because I dont see where objShell is being set to anything either ?

[ActiveDir] OT - Somebody already experience with SQL Server Express?

2006-03-29 Thread Bart Van den Wyngaert
Hi, I was just reading about MS SQL Server Express and I was wondering if somebody has already experience with it, more specifically with migrating from MSDE on a SBS box? Reason is that I want to know if it is an interesting thing to consider or not. Also WSUS is installed on the box. Thanks

Re: [ActiveDir] OT - Somebody already experience with SQL Server Express?

2006-03-29 Thread Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]
Hang on.. SBS? SBSmonitoring is not supported on anything other than MSDE. As part of R2 we'll get SQL 2005 workgroup... Whatcha doing to that box? (me see SBS and I get protective motherly instincts kick in) Watch companyweb.. we're finding that it prefers .NET 1.whatever and not 2.x as

Re: [ActiveDir] OT - Somebody already experience with SQL Server Express?

2006-03-29 Thread Bart Van den Wyngaert
Hi Susan, Thanks for the feedback, I knew there were some SBS mothers and/or fathers reading this list :-) It's not like I need SQL Express, it was a is that a new direction to follow kinda question. SQL is not really my thing, only use it for apps that require it. But it could have been that is

RE: [ActiveDir] OT - Somebody already experience with SQL Server Express?

2006-03-29 Thread Brian Desmond
Bart- SQL2005 can coexist with SQL2000. From a basic appcompat standpoint, you can load an instance of sql2005 side by side with sql2000 (msde). If theres some reason SBS in particular wont function in this capacity, well, thats the SBS tradeoff I guess. Thanks, Brian Desmond

Re: [ActiveDir] OT - Somebody already experience with SQL Server Express?

2006-03-29 Thread Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]
No it will...but typically folks want to upgrade things like SBSmonitoring which isn't supported. In the R2 era we'll have SQL 2005 workgroup and MSDE side by side. The limit is just the RAM on the box and the number of applications that BY DESIGN want to grab ram and BY DESIGN release it at

RE: [ActiveDir] Script not working thru GPO

2006-03-29 Thread Cothern, Jeffrey D Mr CTR USSOCOM HQ
Foudn that problem and the other which was with objShell Here is the working script.Now to find a way to have it check if the server name is already in the serverlist.txt file and if so skip to the end. Dim regComputerNameDim strComputerNameDim ServerlistDim objShellDim objServerlistDIM

RE: [ActiveDir] Script not working thru GPO

2006-03-29 Thread Brian Desmond
Is there any reason youre not just expanding the %ComputerName% environment variable in your script? As far as searching the file: Dim line Dim found found = false While Not objServerList.EOF Line = objServerList.ReadLine If line = strComputerName Then found = true End If

[ActiveDir] Removing sp1 via recovery consol

2006-03-29 Thread adriaoramos
Hello, How can I uninstall Windows 2003 service pack 1 via recovery consol? Is there a command to do that? Adriao F Ramos

RE: [ActiveDir] Script not working thru GPO

2006-03-29 Thread Marcus.Oh
You need to open the same file for reading first, read all the lines into an array then run a do/while or for/next statement against the array to check if theres a name match. :m:dsm:cci:mvp| marcusoh.blogspot.com

[ActiveDir] Quiet? DEC? Related?

2006-03-29 Thread Moon, Brendan
Hmm.. everyone must be having fun at DEC... this list has been very quiet this week! - Brendan Moon

RE: [ActiveDir] Quiet? DEC? Related?

2006-03-29 Thread Almeida Pinto, Jorge de
Don't worry we're still here.. ;-) Met vriendelijke groeten / Kind regards, Ing. Jorge de Almeida Pinto Senior Infrastructure Consultant MVP Windows Server - Directory Services LogicaCMG Nederland B.V. (BU RTINC Eindhoven) ( Tel : +31-(0)40-29.57.777 ( Mobile : +31-(0)6-26.26.62.80

RE: [ActiveDir] Quiet? DEC? Related?

2006-03-29 Thread Ayers, Diane
Maybe we should ask a question on the merits of doubling down on an 11 when the dealer has a face card showing... :-) Diane From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Almeida Pinto, Jorge deSent: Wednesday, March 29, 2006 9:35 AMTo:

RE: [ActiveDir] Quiet? DEC? Related?

2006-03-29 Thread Lucas, Bryan
Do you believe that any 50-50 situation (coin toss) ever gone heads-tails-heads-tails-head-tailsand so on for ever? Of course not. Does that then mean that the odds change? Of course not. But it does mean that there are small waves of heads and waves of tails. Same in blackjack. The

RE: [ActiveDir] Quiet? DEC? Related?

2006-03-29 Thread Molkentin, Steve
Diane, ALWAYS double down. ;) themolk. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ayers, DianeSent: Thursday, 30 March 2006 6:23 AMTo: ActiveDir@mail.activedir.orgSubject: RE: [ActiveDir] Quiet? DEC? Related? Maybe we should ask a question on

RE: [ActiveDir] Quiet? DEC? Related?

2006-03-29 Thread Molkentin, Steve
Interesting... an employee of Texas Christian University giving gambling advice... Next you'll be offering advice on (ahem) "adult" situations... ;) themolk. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lucas, BryanSent: Thursday, 30 March 2006 6:41 AMTo:

[ActiveDir] adfind and authorig

2006-03-29 Thread Tom Kern
What switches would you use to get adfind to just list all mail enabled security distribution groups that begin with DL- and only list the authorig attrib to find out who can send to that group. I don't want any other attribs like member,etc. Just who can send to that group? Is this possible?

RE: [ActiveDir] adfind and authorig

2006-03-29 Thread Marcus.Oh
http://blogs.brnets.com/michael/archive/2004/06/24/168.aspx :m:dsm:cci:mvp| marcusoh.blogspot.com From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [ActiveDir] adfind and authorig

2006-03-29 Thread Tom Kern
Thanks On 3/29/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: http://blogs.brnets.com/michael/archive/2004/06/24/168.aspx :m:dsm:cci:mvp| marcusoh.blogspot.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Tom KernSent: Wednesday,

RE: [ActiveDir] Quiet? DEC? Related?

2006-03-29 Thread Gil Kirkpatrick
Just wrapped up Day 3. 530 people. General consensus is that it was the best DEC ever. More to follow when I can type on something bigger than a credit card. -gil -Original Message- From: Ayers, Diane [EMAIL PROTECTED] To: ActiveDir@mail.activedir.org ActiveDir@mail.activedir.org Sent: