I'm currently working on a new Windows Server 2012 and Windows 8 project. As part of that project is to implement new standarised security policies for both Windows Server 2012 and Windows 8, much like the Server 2008 and Windows 7 policies we use. These are based on the CIS Security Benchmarks from http://www.cisecurity.org/

While creating the group policy objects (GPOs) from these CIS benchmarks, I came across a problem which was a bunch of missing settings in my Group Policy Mangement console on Windows Server 2012. Specifically these settings were within:

Computer Configuration --> Windows Settings --> Security Settings --> Local Policies --> Security Options --> MSS:

These settings are items such as TcpMaxDataRetransmissions and EnableICMPRedirect which I need to set.

Then followed a number of wasted hours trying to figure out how to get these MSS settings to appear so I could configure my GPO as required to comply with the CIS Benchmarks.

After much time wasted (thanks Microsoft for removing these settings) I found the following is the best way to get the MSS settings to appear in the group policy management console editor.

1.  Download the Microsoft Security Compliance Manager and install in a Windows Server 2008 R2 VM you can throw away.

http://technet.microsoft.com/en-gb/library/cc677002.aspx

I tried Windows Server 2012 and the installer kept crashing, well done again Microsoft!

The reason I used a throw away VM was because it installs SQL and a bunch of stuff I don't want.

We are after a specific MSI that once SCM installed we can get - thats all!

2. After SCM is installed copy the following MSI to your management station with GPMC where you are editing your GPOs.

C:\Program Files (x86)\Microsoft Security Compliance Manager\LGPO\LocalGPO.msi

3. Install the LocalGPO.msi on your to your management station with GPMC where you are editing your GPOs.

4. Run the LocalGPO command prompt as an administrator (search the 2012 start menu tiles - type "local")

5. Using LocalGPO, configure Security Configuration Editor (SCE) to display MSS settings.

C:\Program Files (x86)\LocalGPO>cscript LocalGPO.wsf /ConfigSCE

Microsoft (R) Windows Script Host Version 5.8

Copyright (C) Microsoft Corporation. All rights reserved.

Modifying the Security Configuration Editor to the include MSS settings...

Updating the registry

89 subkeys found.

Subkeys deleted successfull

Subkeys added successfully

Registering SceCli.dll to complete SCE modification

The Security Configuration Editor is updated.

Security Configuration Editor has been modified successfully!

The Security Configuration Editor is updated.#vmadmin

6. And there you have it! The MSS settings are back without having to install SQL and SCM on your domain controller or anything else.

Note: Keep the LocalGPO.msi handy so you can install it on any server and edit the MSS settings with GPMC.

You can also now delete the VM you created to install SCM as we no longer need it.

Hope that saved you some time and you came across this article first. It took me a few wasted hours to figure it out and right the above procedure.

referer:https://www.vmadmin.co.uk/microsoft/43-winserver2008/348-server2012mssgposettings

[转]Missing MSS Settings in Security Options of Group Policy (GPO)的更多相关文章

  1. DFS security warning and use group policy to set up internet security zones

    Opening a file from a DFS domain share shows a security warning while openning from the server share ...

  2. How to apply Local Group Policy settings silently using the ImportRegPol.exe and Apply_LGPO_Delta.exe utilities.

    参考:http://supportishere.com/how-to-apply-local-group-policy-settings-silently-using-the-importregpol ...

  3. mac远程桌面连接windows 8.1 update,提示: 远程桌面连接无法验证您希望连接的计算机的身份

    在网上找到解决方案: SolutionEnable RDP security layer in Group Policy on the machine: Verify that the firewal ...

  4. How to detect, enable and disable SMBv1, SMBv2, and SMBv3 in Windows and Windows Server

    转自:https://support.microsoft.com/en-us/help/2696547/detect-enable-disable-smbv1-smbv2-smbv3-in-windo ...

  5. Group Policy Object Editor

    Group Policy Object Editor   The Group Policy Object Editor is a tool that hosts MMC extension snap- ...

  6. Configure Security Settings for Remote Desktop(RDP) Services Connections

    catalogue . Configure Server Authentication and Encryption Levels . Configure Network Level Authenti ...

  7. Android Studio :enable vt-x in your bios security,已经打开还是报错的解决方法

    quote: For Windows 10: First of all, install the intelhaxm-android.exe located in the folder SDK\ext ...

  8. Cisco IOS Security command Guide

    copy system:running-config nvram:startup-config : to save your configuration changes to the startup ...

  9. What is XMLHTTP? How to use security zones in Internet Explorer

    Types of Security Zones Internet Zone This zone contains Web sites that are not on your computer or ...

随机推荐

  1. 【转载】树链剖分.By.Xminh

    轻重链剖分 其实就是俗称的树链剖分. PS:树链剖分不止有轻重链剖分.但是大多数时候的树链剖分指的就是轻重链剖分. dfs序 给树的节点重新编号,使得任意一个节点满足子树的dfs序都比它要大,而且它子 ...

  2. VMWARE TOOLS安装出错:THE PATH IS NOT A VALID PATH TO THE 3.11.0.12-GENERIC KERNEL HEADERS

    VMWARE TOOLS安装提示THE PATH IS NOT A VALID PATH TO THE GENERIC KERNEL HEADERS I solved this problem, I ...

  3. 查找和删除倒数第n个节点的问题

    class ListNode { int val; ListNode next; ListNode(int x) { val = x; } } public class NthNodeFromEnd ...

  4. The import javax.servlet.jsp.JspWriter cannot be resolved' error

    Add servlet-api.jar and jsp-api.jar from Tomcat 6.0 library to ecipse project.

  5. 如何学习Android系统源码(转)

    一. Android系统的源代码非常庞大和复杂,我们不能贸然进入,否则很容易在里面迷入方向,进而失去研究它的信心.我们应该在分析它的源代码之前学习好一些理论知识,下面就介绍一些与Android系统相关 ...

  6. VMware设置NAT网络及 CentOS 7IP配置

    1.打开VMware,选择  编辑, 虚拟网络编辑器 2.默认情况下,VMware8为我们NAT所使用的网卡,选中VMnet8 3.此处设置我们的IP地址,这个随便指定,我这里设置成192.168.2 ...

  7. 2016/05 - Mars ISC 面试过程全记录

    一.Mars phone interview 还记得当时我接到Mars phone interview的时候我还和女友在成都玩,真是[好事多磨 x1],猎头通知可能下午会打电话,早早的吃完午饭我就准备 ...

  8. 水滴效果的下拉刷新--第三方开源 开源--WaveSwipeRefreshLayout

    下载地址:https://github.com/recruit-lifestyle/WaveSwipeRefreshLayout 直接把代码复制到你的项目于即可使用: 使用: 在xml中: <j ...

  9. Spring_总结_03_装配Bean(三)_XML配置

    一.前言 本文承接上一节:Spring_总结_03_装配Bean(二)之Java配置 上一节说到,当需要显示配置时,首选类型安全并且比XML更强大Java配置. 那什么时候使用XML配置呢? (1)维 ...

  10. 整理下PC和移动获取点击、移动坐标的代码和坑

    一.PC PC是通过鼠标点击和移动,相对比较简单,比如onmousedown.onmouseup.onmousemove.onmouseout鼠标按键按下.按键起来.鼠标在元素上移动.鼠标从元素上离开 ...