I am trying to use the Invoke-SCXDiscovery PowerShell cmdlet to add a UNIX server to my SCOM 2012 management group. The SCOM agent is already installed on the server I am trying to discover. The DiscoveryResult of the command shows that the discovery ran successfully but the server never shows up in the management group. Can someone please tell me what I'm missing?
Here is the command and output. Invoke-SCXDiscovery -Name "servername" -ResourcePool $MyPool -WSManCredential $Credential Criteria : Microsoft.SystemCenter.CrossPlatform.ClientLibrary.ClientTasks.DiscoveryTargetEndpoint OSInfo : Microsoft.SystemCenter.CrossPlatform.ClientLibrary.MPAbstractions.WSManDiscoveryTaskResult+WSManOSInformation SupportedAgent : Microsoft.SystemCenter.CrossPlatform.ClientLibrary.MPAbstractions.SupportedAgent InstallableKit : AgentData : Microsoft.SystemCenter.CrossPlatform.ClientLibrary.ClientTasks.AgentInformation ManagementActionPoint : Microsoft.SystemCenter.CrossPlatform.ClientLibrary.Common.SDKAbstraction.ManagedObject EndpointAlreadyManaged : HostName : servername Succeeded : True ErrorData :
