搜索指定时间到期的所有账户
搜索 6 天内到期的用户
Search-ADAccount -AccountExpiring -TimeSpan 6.00:00:00 -UsersOnly | FT Name,UserPrincipalName -A
Name UserPrincipalName
---- -----------------
张语 zhangyu@hxx.tt
方明 fangming@hxx.tt
王俊雯 wangjunwen@hxx.tt
将时间设置为 2 天
-TimeSpan "2.00:00:00"
将时间跨度设置为前 2 天
-TimeSpan "-2.00:00.00"
将时间设置为 4 小时
-TimeSpan "4:00"
例如,要搜索在 10 天内到期的所有帐户,请按如下方式指定 AccountExpiring 和 TimeSpan 参数。
-AccountExpiring -TimeSpan "10.00:00.00"
搜索所有过期的账户
Search-ADAccount -AccountExpired -UsersOnly | FT Name,UserPrincipalName -A
Name UserPrincipalName
---- -----------------
刘尚 liushang1@hxx.tt
吴成武 wuchengwu@hxx.tt
刘鹭鹭 liululu@hxx.tt
刘昌华 liuchanghua@hxx.tt
搜索所有密码永不过期的账户
Search-ADAccount -PasswordNeverExpires | FT Name,UserPrincipalName
Name UserPrincipalName
---- -----------------
Administrator
何小海 hexiaohai@hxx.tt
何小斌 hexiaobin@hxx.tt
何小闵 hexiaomin@hxx.tt
何筱筱 hexiaoxiao@hxx.tt
何娇娇 hejiaojiao@hxx.tt
Search-ADAccount -PasswordExpired | FT Name,UserPrincipalName -A // 密码过期的账户
追加 -SearchBase 命令搭配指定容器内 "ou=mfg,dc=noam,dc=corp,dc=contoso,dc=com"
搜索
搜索所有被禁用的账户
Search-ADAccount -AccountDisabled -UsersOnly | FT Name,UserPrincipalName -A
Name UserPrincipalName
---- -----------------
闫秀芹 yanxiuqin@hxx.tt
潘曼 panman@hxx.tt
黄莉君 huanglijun@hxx.tt
徐苗 xumiao@hxx.tt
徐怡 xuyi@hxx.tt
搜索所有被锁定的账户
Search-ADAccount -LockedOut | FT Name,UserPrincipalName -A
友情提示:本站所有文章,如无特殊说明或标注,均为何星星原创发布。与此同时,趋于近年来本站的文章内容频繁被他站盗用与机器采集,现已全局禁用网站文字内容操作,了解详情或转载文章请 点此 继续!
0 条评论