3.3.0
Beta release
This commit is contained in:
@@ -9,7 +9,7 @@ Module for listing Intune assignments
|
||||
#>
|
||||
function Get-ModuleVersion
|
||||
{
|
||||
'1.0.1'
|
||||
'1.0.2'
|
||||
}
|
||||
|
||||
function Invoke-InitializeModule
|
||||
@@ -170,6 +170,7 @@ function Get-EMIntuneAssignments
|
||||
}
|
||||
else
|
||||
{
|
||||
$assignmentObj = $assignment.target.groupId
|
||||
Write-Warning "Could not find a group with ID $($assignment.target.groupId)"
|
||||
}
|
||||
$included = $assignment.target.'@odata.type' -eq "#microsoft.graph.groupAssignmentTarget"
|
||||
|
||||
Reference in New Issue
Block a user