We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calling Win32_GroupUser
GroupComponent: \COMPUTERNAME\root\cimv2:Win32_Group.Domain="COMPUTERNAME",Name="Administrators" PartComponent: \COMPUTERNAME\root\cimv2:Win32_Group.Domain="MYDOMAIN",Name="Domain Admins"
however it returns an empty array. it looks to be an issue with the ',' giving issues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
calling Win32_GroupUser
via WMI
Win32_GroupUser instance
GroupComponent: \COMPUTERNAME\root\cimv2:Win32_Group.Domain="COMPUTERNAME",Name="Administrators"
PartComponent: \COMPUTERNAME\root\cimv2:Win32_Group.Domain="MYDOMAIN",Name="Domain Admins"
however it returns an empty array. it looks to be an issue with the ',' giving issues
The text was updated successfully, but these errors were encountered: