Last active
February 21, 2017 01:40
-
-
Save timbodv/117486d6865dd4bd0aeacd933adb59ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client | |
| from SMS_R_System where SMS_R_System.SystemGroupName = "DOMAIN\\GroupName" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment