MSA_INFO_STATE 枚举 (lmaccess.h)
指示托管服务帐户的状态。 托管服务帐户可以是组托管服务帐户 (gMSA) ,也可以是 sMSA) (独立托管服务帐户。 sMSA 仅限于部署到单台计算机。
语法
typedef enum _MSA_INFO_STATE {
MsaInfoNotExist = 1,
MsaInfoNotService,
MsaInfoCannotInstall,
MsaInfoCanInstall,
MsaInfoInstalled
} MSA_INFO_STATE, *PMSA_INFO_STATE;
常量
MsaInfoNotExist 值:1 帐户不存在。 |
MsaInfoNotService 该帐户存在,但它不是组托管服务帐户 (gMSA) 或 Windows Server 2008 R2 或 Windows 7 托管服务帐户。 Windows Server 2008 R2 和 Windows 7: 该帐户不是托管服务帐户。 |
MsaInfoCannotInstall 如果托管服务帐户是 gMSA,则无法从 Active Directory 提取凭据,或者 Kerberos 加密类型不匹配。 Windows Server 2008 R2 和 Windows 7: 无法安装托管服务帐户。 |
MsaInfoCanInstall 可以安装 sMSA。 永远不会为 gMSA 返回此常量。 Windows Server 2008 R2 和 Windows 7: 可以安装托管服务帐户。 |
MsaInfoInstalled 已安装 gMSA 托管服务帐户。 Windows Server 2008 R2 和 Windows 7: 已安装托管服务帐户。 |
注解
服务帐户可以是组托管帐户, (gMSA) 称为组托管服务帐户。 sMSA) (独立托管服务帐户仅限于部署到单台计算机。
Windows Server 2008 R2 和 Windows 7: 托管服务帐户 (MSA) 仅限于部署到单台计算机。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
标头 | lmaccess.h |