Created
April 11, 2021 13:16
-
-
Save T0biii/d4ebd27c8da19341961592b7afbee57d to your computer and use it in GitHub Desktop.
Baramundi open Device (PowerShell)
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
[String]$PCName = "Test-PC" | |
[String]$navigationCriteriaType = "Name" | |
[string]$navigationObjectType = "WindowsEndpoint" | |
$argumentlist = "bmc:// /navigationCriteria=$PCName","/navigationCriteriaType=$navigationCriteriaType","/navigationObjectType=$navigationObjectType" | |
Start-Process -FilePath "C:\Program Files (x86)\baramundi\Management Center\bMC.exe" -ArgumentList $argumentlist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment