博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何注销 RMS 服务器的 SCP
阅读量:5817 次
发布时间:2019-06-18

本文共 844 字,大约阅读时间需要 2 分钟。

可能在某一天,由于各种原因,我们需要全新安装 RMS 服务器,(当然全新安装了 RMS 服务器之后,用原来的 RMS 加密的文档都无法打开了)。

我们需要知道在一个 AD Forest 中,只能注册一个 RMS SCP (RMS service connection point),SCP 的作用是让加入域的客户端从 AD 中得知 RMS 服务器的地址,从而使客户端能正确打开经过加密的文档。

RMS 在安装过程中会到 DC 服务器上检测是否存在 SCP, 如果没有检测到 SCP,安装中会提示把 RMS 服务器装为 Root Server,如果检测到已经存在, 会提示把 RMS 服务器装为 License Server。

如果我们希望把全新安装为 RMS Root Server, 我们需要删除 DC 中已有的 RMS SCP 记录。

How to unregister RMS SCP from DC
========================================

  1. Download RMS Admin Toolkit SP2 and install on client side only: 

  2. Install it on RMS server, by default it will be installed at C:/Program Files/RMS SP2 Administration Toolkit. Do not change the directory.

  3. Open CMD window.

  4. cd /d C:/Program Files/RMS SP2 Administration Toolkit/ADScpRegister

  5. ADScpRegister unregisterscp

  6. you will view "Successfully deleted SCP from AD"

本文转自 bilinyee博客,原文链接:        如需转载请自行联系原作者
你可能感兴趣的文章
dubbo源码分析-架构
查看>>
Windows phone 8 学习笔记
查看>>
我的友情链接
查看>>
LeetCode--112--路径总和
查看>>
感悟贴2016-05-13
查看>>
参加婚礼
查看>>
Java重写equals方法和hashCode方法
查看>>
Spring ’14 Wave Update: Installing Dynamics CRM on Tablets for Windows 8.1
查看>>
MySQL 备份与恢复
查看>>
TEST
查看>>
PAT A1037
查看>>
(六)Oracle学习笔记—— 约束
查看>>
[Oracle]如何在Oracle中设置Event
查看>>
top.location.href和localtion.href有什么不同
查看>>
Gradle之module间依赖版本同步
查看>>
java springcloud版b2b2c社交电商spring cloud分布式微服务(十五)Springboot整合RabbitMQ...
查看>>
Windwos Server 2008 R2 DHCP服务
查看>>
d3 v4实现饼状图,折线标注
查看>>
微软的云策略
查看>>
Valid Parentheses
查看>>