>>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
Great! Works just perfect. Thank you very much!!! -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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 -- 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