From 9aef656499f8a3cda9c2a5fa96a15a16bf6b02b1 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Wed, 18 May 2016 18:08:24 -0700 Subject: [PATCH] fixing headings --- windows/keep-secure/credential-guard.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index 7968594af5..60e1c40749 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -345,7 +345,7 @@ Now you can set up an authentication policy to use Credential Guard. Here is a list of scripts that are mentioned in this topic. -### Get the available issuance policies on the certificate authority +#### Get the available issuance policies on the certificate authority Save this script file as get-IssuancePolicy.ps1. @@ -533,11 +533,12 @@ write-host "There are no issuance policies which are not mapped to groups" } } ``` -**Note**   -If you're having trouble running this script, try replacing the single quote after the ConvertFrom-StringData parameter. +> **Note:**  If you're having trouble running this script, try replacing the single quote after the ConvertFrom-StringData parameter.   -### Link an issuance policy to a group +#### Link an issuance policy to a group + Save the script file as set-IssuancePolicyToGroupLink.ps1. + ``` syntax ####################################### ## Parameters to be defined ## @@ -816,6 +817,7 @@ write-host $tmp -Foreground Red > **Note:**  If you're having trouble running this script, try replacing the single quote after the ConvertFrom-StringData parameter.   ## Related topics + - [Isolated User Mode in Windows 10 with Dave Probert (Channel 9)](https://channel9.msdn.com/Blogs/Seth-Juarez/Isolated-User-Mode-in-Windows-10-with-Dave-Probert) - [Isolated User Mode Processes and Features in Windows 10 with Logan Gabriel (Channel 9)](http://channel9.msdn.com/Blogs/Seth-Juarez/Isolated-User-Mode-Processes-and-Features-in-Windows-10-with-Logan-Gabriel) - [More on Processes and Features in Windows 10 Isolated User Mode with Dave Probert (Channel 9)](https://channel9.msdn.com/Blogs/Seth-Juarez/More-on-Processes-and-Features-in-Windows-10-Isolated-User-Mode-with-Dave-Probert)