Skip to content

Commit

Permalink
Merge pull request #7 from xoap-io/dev
Browse files Browse the repository at this point in the history
fix: excluded services for troubleshooting
  • Loading branch information
ssokolic authored Jul 31, 2023
2 parents dda5409 + 6dd5ae3 commit 4aeddf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DSCResources/Services/Services.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ configuration Services

Import-DSCResource -ModuleName PSDesiredStateConfiguration

<#
Registry disableInsecureCipher_a
{
Key = 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\DES 56/56'
Expand All @@ -49,4 +50,5 @@ configuration Services
Ensure = 'Present'
Force = $true
}
#>
}

0 comments on commit 4aeddf2

Please sign in to comment.