随笔分类 -  PowerShell

PowerShell获取当前用户的权限
摘要:function Get-CurrentUserRoles { $SecurityPrinciple = New-Object -TypeName System.Security.Principal.WindowsPrincipal -ArgumentList ([System... 阅读全文
posted @ 2017-09-20 10:24 今夜太冷 阅读(736) 评论(0) 推荐(0)