zoukankan      html  css  js  c++  java
  • Search-ADaccount

    查询被锁定用户

    Search-ADAccount -LockedOut | FT Name,ObjectClass -A

    Search-ADAccount

    Search-ADAccount

    Gets Active Directory user, computer, or service accounts.

    Syntax

     

     
     
    Search-ADAccount -AccountDisabled <switch> [-AuthType {<Negotiate> | <Basic>}] [-ComputersOnly <switch>] [-Credential <PSCredential>] [-ResultPageSize <int>] [-ResultSetSize <System.Nullable[int]>] [-SearchBase <string>] [-SearchScope {<Base> | <OneLevel> | <Subtree>}] [-Server <string>] [-UsersOnly <switch>] [<CommonParameters>]
    
    • AccountDisabled

    • AuthType

    • ComputersOnly

    • Credential

    • ResultPageSize

    • ResultSetSize

    • SearchBase

    • SearchScope

    • Server

    • UsersOnly

     

     
     
    Search-ADAccount -AccountExpired <switch> [-AuthType {<Negotiate> | <Basic>}] [-ComputersOnly <switch>] [-Credential <PSCredential>] [-ResultPageSize <int>] [-ResultSetSize <System.Nullable[int]>] [-SearchBase <string>] [-SearchScope {<Base> | <OneLevel> | <Subtree>}] [-Server <string>] [-UsersOnly <switch>] [<CommonParameters>]
    
    • AccountExpired

    • AuthType

    • ComputersOnly

    • Credential

    • ResultPageSize

    • ResultSetSize

    • SearchBase

    • SearchScope

    • Server

    • UsersOnly

     

     
     
    Search-ADAccount -AccountExpiring <switch> [-DateTime <DateTime>] [-TimeSpan <TimeSpan>] [-AuthType {<Negotiate> | <Basic>}] [-ComputersOnly <switch>] [-Credential <PSCredential>] [-ResultPageSize <int>] [-ResultSetSize <System.Nullable[int]>] [-SearchBase <string>] [-SearchScope {<Base> | <OneLevel> | <Subtree>}] [-Server <string>] [-UsersOnly <switch>] [<CommonParameters>]
    
    • AccountExpiring

    • DateTime

    • TimeSpan

    • AuthType

    • ComputersOnly

    • Credential

    • ResultPageSize

    • ResultSetSize

    • SearchBase

    • SearchScope

    • Server

    • UsersOnly

     

     
     
    Search-ADAccount -AccountInactive <switch> [-DateTime <DateTime>] [-TimeSpan <TimeSpan>] [-AuthType {<Negotiate> | <Basic>}] [-ComputersOnly <switch>] [-Credential <PSCredential>] [-ResultPageSize <int>] [-ResultSetSize <System.Nullable[int]>] [-SearchBase <string>] [-SearchScope {<Base> | <OneLevel> | <Subtree>}] [-Server <string>] [-UsersOnly <switch>] [<CommonParameters>]
    
    • AccountInactive

    • DateTime

    • TimeSpan

    • AuthType

    • ComputersOnly

    • Credential

    • ResultPageSize

    • ResultSetSize

    • SearchBase

    • SearchScope

    • Server

    • UsersOnly

     

     
     
    Search-ADAccount -LockedOut [-AuthType {<Negotiate> | <Basic>}] [-ComputersOnly <switch>] [-Credential <PSCredential>] [-ResultPageSize <int>] [-ResultSetSize <System.Nullable[int]>] [-SearchBase <string>] [-SearchScope {<Base> | <OneLevel> | <Subtree>}] [-Server <string>] [-UsersOnly <switch>] [<CommonParameters>]
    
    • LockedOut

    • AuthType

    • ComputersOnly

    • Credential

    • ResultPageSize

    • ResultSetSize

    • SearchBase

    • SearchScope

    • Server

    • UsersOnly

     

     
     
    Search-ADAccount -PasswordExpired <switch> [-AuthType {<Negotiate> | <Basic>}] [-ComputersOnly <switch>] [-Credential <PSCredential>] [-ResultPageSize <int>] [-ResultSetSize <System.Nullable[int]>] [-SearchBase <string>] [-SearchScope {<Base> | <OneLevel> | <Subtree>}] [-Server <string>] [-UsersOnly <switch>] [<CommonParameters>]
    
    • PasswordExpired

    • AuthType

    • ComputersOnly

    • Credential

    • ResultPageSize

    • ResultSetSize

    • SearchBase

    • SearchScope

    • Server

    • UsersOnly

     

     
     
    Search-ADAccount -PasswordNeverExpires <switch> [-AuthType {<Negotiate> | <Basic>}] [-ComputersOnly <switch>] [-Credential <PSCredential>] [-ResultPageSize <int>] [-ResultSetSize <System.Nullable[int]>] [-SearchBase <string>] [-SearchScope {<Base> | <OneLevel> | <Subtree>}] [-Server <string>] [-UsersOnly <switch>] [<CommonParameters>]
    
    • PasswordNeverExpires

    • AuthType

    • ComputersOnly

    • Credential

    • ResultPageSize

    • ResultSetSize

    • SearchBase

    • SearchScope

    • Server

    • UsersOnly
  • 相关阅读:
    ant-pro兄弟组件传参dva数据应用
    ant-design-pro 的EditableProTable表格验证调用
    使用ant-design-pro 的EditableProTable赋值报错
    EditableProTable使用+自定义封装
    由浅入深CAS
    Spring Cloud之Feign 转发请求头(header参数)
    线程池不允许使用Executors去创建,而是通过ThreadPoolExecutor的方式
    接口的幂等性
    Feign 调用丢失Header的解决方案
    springboot测试类测试时注入的对象为null
  • 原文地址:https://www.cnblogs.com/dreamer-fish/p/5912382.html
Copyright © 2011-2022 走看看