question

ArashVenus-5903 avatar image
0 Votes"
ArashVenus-5903 asked BobJohnson-6874 edited

Service Provider Foundation cannot connect to SCVMM

I am trying to connect SCVMM with Service Provider Foundation to deploy Azure Pack VM services.
But it fails to connect. I have tried the commands on this link so far:

https://docs.microsoft.com/en-us/previous-versions/system-center/system-center-2012-R2/jj613915(v=sc.12)?redirectedfrom=MSDN

PS C:\> # Create a server.
PS C:\> $server = New-SCSPFServer -Name "server23G.contoso.com" -ServerType VMM
PS C:\> # Create a stamp. A stamp is a logical container for a tenant's association with one or more servers.
PS C:\> $stamp = New-SCSPFStamp –Name "StampA" –Servers $server
PS C:\> # Create a tenant. A tenant is your paying customer or business unit.
PS C:\> $tenant = New-SCSPFTenant -Name "jonathan@treyresearch.net"
PS C:\> # Associate the stamp to the tenant. You can set the stamp to the tenant and also to a different server if needed.
PS C:\> Set-SCSPFStamp -Stamp $stamp -Tenants $tenant

msc-virtual-machine-managerwindows-azure-pack
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers