I haven't researched any of the SDK, but is there any way to programmatically deploy the SAM Agent?
Things I know:
1. You can deploy the SAM agent on the Orion Webconsole manually
2. You can deploy the SAM agent by copying the install files to the server and install manually
3. You can deploy via group policy
4. You could deploy with a 3rd party software package manager (too many to list).
I'd be interested if anyone know if the SDK exposes a function to deploy the agent? I would want to pass in pretty simple parameters....the servername and the credentials to use for deployment.
Function Foo (ServerName, Credentials)