Skip to content

Commit

Permalink
Update MSFT_IntuneSettingCatalogASRRulesPolicyWindows10.psm1
Browse files Browse the repository at this point in the history
Capital I
  • Loading branch information
AlfredSchreuder authored Dec 11, 2024
1 parent 67dd4bb commit d21970e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ function Get-TargetResource
}
}

if ([String]::IsNullOrEmpty($policy.id))
if ([String]::IsNullOrEmpty($policy.Id))
{
Write-Verbose -Message "No existing Policy with name {$DisplayName} were found"
$currentValues = $PSBoundParameters
Expand Down

0 comments on commit d21970e

Please sign in to comment.