質問

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'

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top