From 121f76f45ee005cd3c9fc098b90cccdb0115fd0a Mon Sep 17 00:00:00 2001 From: Long Lam <31355535+eemperor@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:24:19 -0400 Subject: [PATCH] Fix linting errors --- ash-windows/Convert_STIG_Policies.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ash-windows/Convert_STIG_Policies.md b/ash-windows/Convert_STIG_Policies.md index bd9eb80..974c692 100644 --- a/ash-windows/Convert_STIG_Policies.md +++ b/ash-windows/Convert_STIG_Policies.md @@ -12,8 +12,7 @@ - Check for `audit.csv` and `GptTmpl.inf` files under `{GUID}\DomainSysvol\GPO\Machine\microsoft\windows nt\` and copy them to `stig/` - - Open `{GUID}\DomainSysvol\GPO\User` and copy `registry.pol` to the `stig/` folder, renaming it to `user_registry.pol`. Again, skip if - `registry.pol` is missing or contains no policies (e.g. File size is very small) + - Open `{GUID}\DomainSysvol\GPO\User` and copy `registry.pol` to the `stig/` folder, renaming it to `user_registry.pol`. Again, skip if `registry.pol` is missing or contains no policies (e.g. File size is very small) - Run the PowerShell code below from the root of the ash-windows-formula repo