Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions azps-15.4.0/Az.ScVmm/New-AzScVmmServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ Onboards the SCVmm fabric as an Azure VmmServer resource.
### Example 1: Create a VMM Server resource.
```powershell
$securePassword = ConvertTo-SecureString "******" -AsPlainText -Force
New-AzScVmmServer -Name "test-vmmserver-01" -Fqdn "vmmServerFqdn" -Location "eastus" -Username "scvmm-username" -Password $securePassword -Port 8100 -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -CustomLocationId "/subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl"
New-AzScVmmServer -Name "test-vmmserver-01" -Fqdn "vmmServerFqdn" -Location "eastus" -Username "scvmm-username" -Password $securePassword -Port 8100 -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -CustomLocationId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl"
```

```output
ConnectionStatus : Connected
CredentialsPassword :
CredentialsUsername : scvmm-username
ErrorMessage :
ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
ExtendedLocationType : customLocation
Fqdn : vmmServerFqdn
Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
Location : eastus
Name : test-vmmserver-01
Port : 8100
Expand Down Expand Up @@ -347,4 +347,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

17 changes: 8 additions & 9 deletions azps-15.4.0/Az.ScVmm/New-AzScVmmVMTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To enable resource in a different Resource Group than the one where VMM Server r

### Example 1: Create a SCVMM Virtual Machine Template resource
```powershell
New-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "00000000-1111-0000-0001-000000000000"
New-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f"
```

```output
Expand All @@ -75,11 +75,11 @@ Disk : {{
DynamicMemoryEnabled : false
DynamicMemoryMaxMb :
DynamicMemoryMinMb :
ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
ExtendedLocationType : customLocation
Generation : 1
Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt
InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt
InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f
IsCustomizable : true
IsHighlyAvailable : false
LimitCpuForMigration : false
Expand All @@ -89,9 +89,9 @@ Name : test-vmt
NetworkInterface : {{
"name": "nic_1",
"displayName": "Network Adapter 1",
"virtualNetworkId": "/subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/provid
"virtualNetworkId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/provid
ers/Microsoft.SCVMM/VirtualNetworks/test-vnet",
"networkName": "00000000-1111-0000-0001-000000000000",
"networkName": "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f",
"ipv4AddressType": "Dynamic",
"ipv6AddressType": "Dynamic",
"macAddressType": "Dynamic",
Expand All @@ -110,8 +110,8 @@ SystemDataLastModifiedByType : Application
Tag : {
}
Type : microsoft.scvmm/virtualnetworks
Uuid : 00000000-1111-0000-0001-000000000000
VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
Uuid : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f
VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
```

This command creates a Virtual Machine Template resource named `test-vmt` in the resource group named `test-rg-01`.
Expand Down Expand Up @@ -398,4 +398,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

13 changes: 6 additions & 7 deletions azps-15.4.0/Az.ScVmm/New-AzScVmmVirtualNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ To enable resource in a different Resource Group than the one where VMM Server r

### Example 1: Create a SCVMM Virtual Network resource
```powershell
New-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "00000000-1111-0000-0001-000000000000"
New-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f"
```

```output
ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
ExtendedLocationType : customLocation
Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet
InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet
InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f
Location : eastus
Name : test-vnet
NetworkName : test-vnet
Expand All @@ -74,8 +74,8 @@ SystemDataLastModifiedByType : Application
Tag : {
}
Type : microsoft.scvmm/virtualnetworks
Uuid : 00000000-1111-0000-0001-000000000000
VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
Uuid : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f
VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
```

This command creates a Virtual Network resource named `test-vnet` in the resource group named `test-rg-01`.
Expand Down Expand Up @@ -362,4 +362,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

3 changes: 1 addition & 2 deletions azps-15.4.0/Az.ScVmm/Remove-AzScVmmAvailabilitySet.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Deregisters the ScVmm availability set from Azure.

### Example 1: Remove Availability Set resource
```powershell
Remove-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
Remove-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
```

Removes the Availability Set resource from Azure.
Expand Down Expand Up @@ -225,4 +225,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

3 changes: 1 addition & 2 deletions azps-15.4.0/Az.ScVmm/Remove-AzScVmmCloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Deregisters the ScVmm fabric cloud from Azure.

### Example 1: Remove Cloud resource
```powershell
Remove-AzScVmmCloud -Name "test-cloud" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
Remove-AzScVmmCloud -Name "test-cloud" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
```

Removes the SCVMM Cloud resource from Azure.
Expand Down Expand Up @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

3 changes: 1 addition & 2 deletions azps-15.4.0/Az.ScVmm/Remove-AzScVmmServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Removes the SCVmm fabric from Azure.

### Example 1: Remove VMM Server resource
```powershell
Remove-AzScVmmServer -Name "test-vmmserver-01" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
Remove-AzScVmmServer -Name "test-vmmserver-01" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
```

Removes the given VMM Server resource from Azure.
Expand Down Expand Up @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

3 changes: 1 addition & 2 deletions azps-15.4.0/Az.ScVmm/Remove-AzScVmmVMTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Deregisters the ScVmm VM Template from Azure.

### Example 1: Remove Virtual Machine Template resource
```powershell
Remove-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
Remove-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
```

Removes the SCVMM Virtual Machine Template resource from Azure.
Expand Down Expand Up @@ -225,4 +225,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

3 changes: 1 addition & 2 deletions azps-15.4.0/Az.ScVmm/Remove-AzScVmmVirtualNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Deregisters the ScVmm virtual network from Azure.

### Example 1: Remove Virtual Network resource
```powershell
Remove-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
Remove-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
```

Removes the SCVMM Virtual Network resource from Azure.
Expand Down Expand Up @@ -225,4 +225,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

3 changes: 1 addition & 2 deletions azps-15.4.0/Az.ScVmm/Restart-AzScVmmVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This command will restart the Virtual Machine.

### Example 2: Restart the Virtual Machine
```powershell
Restart-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
Restart-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
```

This command will restart the Virtual Machine.
Expand Down Expand Up @@ -192,4 +192,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS