X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,FB_WORD1_END_DOLLAR X-Spam-Check-By: sourceware.org Message-ID: <4B599CCE.7040901@netcourrier.com> Date: Fri, 22 Jan 2010 13:40:46 +0100 From: Sylvain RICHARD User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Differentiate workgroup system from domain member under Cygwin References: <889F761889B73C489CED80057EEE29DF032B5AD3 AT spsmail DOT prosozial DOT lokal> <20100120154611 DOT GA23663 AT ednor DOT casa DOT cgf DOT cx> <20100122092056 DOT GJ2402 AT calimero DOT vinschen DOT de> <20100122094944 DOT GM2402 AT calimero DOT vinschen DOT de> In-Reply-To: <20100122094944.GM2402@calimero.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Corinna Vinschen wrote: > On Jan 22 10:34, Christoph Herdeg wrote: > >> So question is more if there is any place on a windows system, a file or a >> directory or an entry in a file that exists only if that machine is a >> domain member? >> > > There are certainly multiple methods to fetch this information. One of > them is, for instance: > > bash$ net config workstation | grep -q 'Domain DNS' \ > && echo domain-member || echo standalone-machine > > > Corinna > Of course you should be aware that localization kicks in. On a French Win Server 2k3 machine I get "Nom DNS du domaine de la station de travail" Good luck, -- Sylvain RICHARD -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple