mirror of
https://github.com/PowerShell/PSDscResources
synced 2026-06-21 13:45:29 +00:00
Attempt to fix Get-DscConfig issue
This commit is contained in:
@@ -66,9 +66,6 @@ function Get-TargetResource
|
||||
$registryResource = @{
|
||||
Key = $Key
|
||||
Ensure = 'Absent'
|
||||
ValueName = $null
|
||||
ValueType = $null
|
||||
ValueData = $null
|
||||
}
|
||||
|
||||
# Retrieve the registry key at the specified path
|
||||
|
||||
Reference in New Issue
Block a user