Skip to content

Commit

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

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

0 comments on commit 8cfff93

Please sign in to comment.