Hello,
The SCCM (Current Branch) Powershell command "Get-CMUserDeviceAffinity" returns numbers in braces "{}" for the Sources and Types properties.
Example:
Sources
: {2, 6}
Types
: {1}
Numbers in this format don't seem to be usable for filtering such as Where-Object Types -eq 1 or exporting to CSV (values show as System.UInt32[]).
Can someone please advise how to convert these property values into something usable.
Thank you
MrGoodBytes