Running the command:
New-SafeguardDynamicAccountGroup "Linux Servers" "([Platform startswith 'Linux'])"
Output:
Exception: Conditions string did not parse into three parts [ObjectAttribute CompareType 'CompareValue']: Name match 'root'
Running it Powershell 5.1 produces the expected output(The command executes successfully)
Environment: Powershell: 7.3.4 safeguard-ps: 7.3.103856
Running the command: New-SafeguardDynamicAccountGroup "Linux Servers" "([Platform startswith 'Linux'])" Output: Exception: Conditions string did not parse into three parts [ObjectAttribute CompareType 'CompareValue']: Name match 'root'
Running it Powershell 5.1 produces the expected output(The command executes successfully)