Pergunta

Using VBscript, what is the best way to query the 'User Rights Assignment' in Local Group Polices.
Such as getting the groups and users under 'Deny log on as a service'

Foi útil?

Solução

There's no direct way to access this area of windows through VBS (at least AFAIK). But you might export the current privileges through "secedit /export" to a file and then analyze this file.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top