TFS 2012 and sc2012r2vmm installed on the same server.
Both have installed fine.
When I open TFS Administraton console > application tier > lab management and click configure i'm running into an issue.
In th escvmm server name field i'm typing in the machine name as FQDN. When I click test i'm receiving an error: TF260078:
team foundation server could not connect to the system center virtual manchine manager server: (machine name) . More information for administrator: The term 'Get-MachineConfig' is not recognized as the name of a cmdlet, function, script file or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
I have looked up the error code and most blogs have references to user not being valid for this error code where i'm getting get-machineconfig error instead.
I have also changed and made a domain user setup as admin and added them to be admins for both programs to be on the safe side but still no go.
There isn't a event written to application or system when this occurs.
What is a bit strange is my logs are from yesterday show the below. When I run it today no logs are written.
Logs from TFS:
Inner Exception Details:Exception Message: TF260078: Team Foundation Server could not connect to the System Center Virtual Machine Manager Server: tfsserver01.a.com. More information for administrator: The term 'Get-MachineConfig' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. (type SoapException)SoapException Details: <detail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" InnerExceptionType="LabCmdletFailureException" InnerExceptionMessage="The term 'Get-MachineConfig' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again." />
Exception Stack Trace:
[Error @21:51:29.708] TF260078: Team Foundation Server could not connect to the System Center Virtual Machine Manager Server: tfsserver01.a.com. More information for administrator: The term 'Get-MachineConfig' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
[Error @14:30:35.290] TF255184: An error occurred during operation. Message=TF260078: Team Foundation Server could not connect to the System Center Virtual Machine Manager Server: tfsserver01.a.com. More information for administrator: The term 'Get-MachineConfig' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again..
[Error @14:30:35.290]
Exception Message: TF260078: Team Foundation Server could not connect to the System Center Virtual Machine Manager Server: tfsserver01.a.com. More information for administrator: The term 'Get-MachineConfig' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. (type VMDeployerNotAvailableException)
Exception Stack Trace: at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
at Microsoft.TeamFoundation.Lab.Client.LabProxyBase.MakeSoapCallWithoutReturn(String bodyName, ToXml toXml)
at Microsoft.TeamFoundation.Admin.TeamLabRegistryEntries.VerifyCurrentSCVMMServer(IOperationContext context, String serverName, Boolean checkSettings)