< Back

Get-AzureRmSiteRecoveryNetwork

Thu Apr 04, 2019 5:40 am

NAME Get-AzureRmSiteRecoveryNetwork



SYNOPSIS

Gets information about the networks managed by Site Recovery for the current vault.





SYNTAX

Get-AzureRmSiteRecoveryNetwork [-DefaultProfile <IAzureContextContainer>] -Fabric <ASRFabric> [<CommonParameters>]



Get-AzureRmSiteRecoveryNetwork [-DefaultProfile <IAzureContextContainer>] -Fabric <ASRFabric> -Name <String> [<CommonParameters>]



Get-AzureRmSiteRecoveryNetwork [-DefaultProfile <IAzureContextContainer>] -Fabric <ASRFabric> -FriendlyName <String> [<CommonParameters>]



Get-AzureRmSiteRecoveryNetwork [-DefaultProfile <IAzureContextContainer>] -FriendlyName <String> -Server <ASRServer> [<CommonParameters>]



Get-AzureRmSiteRecoveryNetwork [-DefaultProfile <IAzureContextContainer>] -Name <String> -Server <ASRServer> [<CommonParameters>]



Get-AzureRmSiteRecoveryNetwork [-DefaultProfile <IAzureContextContainer>] -Server <ASRServer> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmSiteRecoveryNetwork cmdlet gets information about Azure Site Recovery networks for the current Azure Site Recovery vault.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Fabric <ASRFabric>





Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-FriendlyName <String>

Specifies the friendly name of the virtual machine network.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Name <String>

Specifies the name of the virtual machine network.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Server <ASRServer>





Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

ASRFabric

Parameter 'Fabric' accepts value of type 'ASRFabric' from the pipeline



String

Parameter 'FriendlyName' accepts value of type 'String' from the pipeline



String

Parameter 'FriendlyName' accepts value of type 'String' from the pipeline



String

Parameter 'Name' accepts value of type 'String' from the pipeline



String

Parameter 'Name' accepts value of type 'String' from the pipeline



ASRServer

Parameter 'Server' accepts value of type 'ASRServer' from the pipeline





OUTPUTS

System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.SiteRecovery.ASRNetwork]







NOTES











RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... erynetwork