WhoAmI

The easies way to know your group membership details, SID values, etc. A developer must have WhoAmI. Update 2007-06-05. You can probe for WhoAmI information by WMI (see WMI Code Creator). If you’re looking just for SID numbers of a particular group’s, here an example script: strComputer = „.” Set …

Retrieve the LoaderExceptions / Bad Image Format

Today I got : Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. While NHibernate.Mapping.Attributes wnated to do a type crawl on my assembly or System.BadImageFormatException: Próbowano załadować program w niepoprawnym formacie. (Exception from HRESULT: 0x8007000B) While starting up a an .NET …

Przeszukiwanie Active Directory

Co jakiś czas potykam się w swojej pracy o AD. Muszę czegoś poszukać, coś odczytać lub zapisać/zmienić. Wszytko się sprowadza do pisania zapytać LDAP, no i czasem się okazuje że można wydajniej. Nie jestem ekspertem od AD i wydajnością swoich zapytań interesuje się z potrzeby chwili (średnio raz do roku …

Back to Top