Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Rights of other NT account


2 replies to this topic

fischerlinden

fischerlinden
  • Members
  • 9 posts

Posted 03 July 2001 - 13:33

In a dialog I am getting the name of a NT account in the form "DOMAINE\account" and the password for that account. I use this to configure the security property of a MTS package.

Before I do the MTS configuration I have to check, that the given NT account has local administrator rights.
How can I do that??


Torgui

Torgui
  • Members
  • 27 posts

Posted 25 July 2001 - 11:12

Again.. It's maybe best to do this with a custom DLL calling Windows API Net* functions.

NetLocalGroupGetMembers function might be just what you need.