Import-Module $env:SMS_ADMIN_UI_PATH.Replace("\bin\i386","\bin\configurationmanager.psd1") | |
$CMSite = Get-PSProvider -PSProvider CMSITE | |
Set-Location -Path "$($CMSite.Drives.Name):\" | |
Invoke-CMQuery -Name 'All Non-Client Systems' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment