Windows 2012 R2 FSMO角色相关小记录

简介:

科普:

森林级别(即一个森林只存在一台DC有这个角色):

(1)、Schema Master     架构主机

(2)、Domain Naming Master  域命名主机

域级别(即一个域里面只存一台DC有这个角色):

(1)、PDC Emulator      PDC

(2)、RID Master        RID 池管理器

(3)、Infrastructure Master  结构主机(基础架构主控)

查询FSMO角色所在主机

Powershell >

Get-ADForest | Format-List SchemaMaster,DomainNamingMaster

Get-ADDomain | Format-List InfrastructureMaster,PDCEmulator,RIDMaster


CMD命令行 >

netdom query fsmo

本文转自 ljpwinxp 51CTO博客,原文链接:http://blog.51cto.com/191226139/1630904



相关文章
|
5月前
|
存储 安全 Apache
2023-10 适用于基于 x64 的系统的 Windows Server 2012 R2 月度安全质量汇总(KB5031419)
2023-10 适用于基于 x64 的系统的 Windows Server 2012 R2 月度安全质量汇总(KB5031419)
331 2
|
11小时前
|
Windows
windows server 2019 安装NET Framework 3.5失败,提示:“安装一个或多个角色、角色服务或功能失败” 解决方案
windows server 2019 安装NET Framework 3.5失败,提示:“安装一个或多个角色、角色服务或功能失败” 解决方案
252 0
|
10月前
|
缓存 JavaScript 前端开发
Windows7压缩包安装node.js 报错提示windows Server 2012 R2 和安装React脚手架 最详细教程
对于Windows 7安装node.js 提示“This application is only supported on wWindows 8.1,windows Server 2012 R2, or higher.”类似这种情况的,该问题是因为node.js官方在 x12版本后就不支持win7系统了。
|
11小时前
|
Ubuntu 安全 Linux
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置(Windows版详细教程)
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置(Windows版详细教程)
276 0
|
7月前
|
关系型数据库 MySQL Linux
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置
125 0
|
10月前
|
Windows
Windows Server 2012 R2多用户远程连接配置步骤
Windows Server 2012 R2多用户远程连接配置步骤
667 0
|
11月前
|
安全 虚拟化 Windows
移除Hyper-V角色,Windows10中与VMware不兼容
移除Hyper-V角色,Windows10中与VMware不兼容
859 0
移除Hyper-V角色,Windows10中与VMware不兼容
|
12月前
|
网络架构 Windows
使用Windows Server 2012 R2创建DHCP作用域(DHCP地址池),并测试使用
使用Windows Server 2012 R2创建DHCP作用域(DHCP地址池),并测试使用
241 0
|
12月前
|
Windows
windows server 2008 r2 IIS服务403-禁止访问访问被拒绝
windows server 2008 r2 IIS服务403-禁止访问访问被拒绝
204 0
|
存储 开发框架 关系型数据库
Windows Server 2008 R2配置.Net环境
Windows Server 2008 R2配置.Net环境
210 0
Windows Server 2008 R2配置.Net环境