Managed Service Accounts: Understanding, Implementing, Best Practices, and Troubleshooting

简介:

1、Managed Service Accounts(MSA)是一个windows server 2008 提供的新的账户类型。

2、它是一个域账户,并且它的密码由系统自动生成,免去了使用传统域账户,管理员出于安全考虑需要 定期更改密码的麻烦。

3、它可以成为域中安全组的成员,为计算机服务进程提供了访问网络资源的权限。

4、限制:一个MSA只能用在一台计算机上,但可以用在一台计算机的多个服务上。

5、一般被使用在IIS和Exchange等关键的系统服务上。


http://blogs.technet.com/b/askds/archive/2009/09/10/managed-service-accounts-understanding-implementing-best-practices-and-troubleshooting.aspx




      本文转自daniel8294 51CTO博客,原文链接:http://blog.51cto.com/acadia627/1351074,如需转载请自行联系原作者


相关文章
|
存储 缓存 固态存储
Managing Non-Volatile Memory in Database Systems
Managing Non-Volatile Memory in Database Systems
137 0
|
Oracle 关系型数据库 MySQL
Website Cloud Architecture Best Practices
Most corporate users can customize their technical architecture according to individual business needs, achieving a Web-scale IT system design.
2957 0
Website Cloud Architecture Best Practices
|
中间件 Serverless Go
Backend-as-a-Service (BaaS) for Efficient Software Development
The adoption of the Internet and mobile technologies has revolutionized the business ecosystem, with entrepreneurs able to implement ideas quickly by .
1781 0
Backend-as-a-Service (BaaS) for Efficient Software Development
|
JavaScript 前端开发
Guidelines for Function Compute Development - Troubleshoot Timeout Issues
Endless codes and endless bugs When you write code, you may inadvertently introduce some hidden bugs, even if you test a large proportion of the codes to the maximum extent possible.
1669 0
Uptime And Monitoring Strategies For Cloud-Based E-Commerce Applications/Websites
In order to keep your e-commerce site functioning properly, you need to take positive steps to monitor both its performance and functionality.
1553 0
|
API C# C++
Managed Debugging Assistant 'PInvokeStackImbalance' has detected a problem in 解决方案
because regular C functions work differently than the Windows API functions; their "calling conventions" are different, meaning how they pass around parameters is different.
1202 0

热门文章

最新文章