PowerShell 技能连载 - 获取 Active Directory 用户名

以下是一个在 Active Directory 中快速当前用户并且获取账户信息,例如显示名称的方法:

([adsisearcher]"(samaccountname=$env:USERNAME)").FindOne().Properties['displayname']

PowerShell 技能连载 - 获取 Active Directory 用户名

http://blog.vichamp.com/2015/06/26/getting-active-directory-user-name/

作者

吴波

发布于

2015-06-26

更新于

2022-07-06

许可协议

评论