Get-VMReplicationAuthorizationEntry

Get-VMReplicationAuthorizationEntry

Gets the authorization entries of a Replica server.

Syntax

Parameter Set: Default
Get-VMReplicationAuthorizationEntry [[-AllowedPrimaryServer] <String> ] [-CimSession <Microsoft.Management.Infrastructure.CimSession[]> ] [-ComputerName <String[]> ] [-Credential <System.Management.Automation.PSCredential[]> ] [-ReplicaStorageLocation <String> ] [-TrustGroup <String> ] [ <CommonParameters>]

Detaillierte Beschreibung

The Get-VMReplicationAuthorizationEntry cmdlet gets the replication authorization entries specified for a Replica server.

Parameter

-AllowedPrimaryServer<String>

Specifies the allowed primary server for which replication authorization entries are to be retrieved.

Aliase

AllowedPS

Erforderlich?

false

Position?

1

Standardwert

none

Pipelineeingaben akzeptieren?

true (ByValue)

Platzhalterzeichen akzeptieren?

false

-CimSession<Microsoft.Management.Infrastructure.CimSession[]>

Das Cmdlet wird in einer Remotesitzung oder auf einem Remotecomputer ausgeführt. Geben Sie einen Computernamen oder ein Sitzungsobjekt ein, wie z. B. die Ausgabe eines New-CimSession oder Get-CimSession-Cmdlets. Der Standardwert ist die aktuelle Sitzung auf dem lokalen Computer.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-ComputerName<String[]>

Specifies one or more Hyper-V hosts from which replication authorization entries are to be retrieved. NetBIOS names, IP addresses, and fully qualified domain names are allowable. The default is the local computer. Use localhost or a dot (.) to specify the local computer explicitly.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-Credential<System.Management.Automation.PSCredential[]>

Specifies one or more user accounts that have permission to perform this action. The default is the current user.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-ReplicaStorageLocation<String>

Specifies the location where virtual hard disk files are stored when an authorized primary server sends replication data to the specified Replica server.

Aliase

StorageLoc

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-TrustGroup<String>

Gets the replication authorization entries that have the specified value for TrustGroup.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer und -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die Sie per Piping an das Cmdlet übergeben können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

  • VMReplicationAuthorizationEntry

Beispiele

Example 1

This example gets the replication authorization entries for the local Replica server.

PS C:\> Get-VMReplicationAuthorizationEntry

Example 2

This example gets the replication authorization entry for an allowed primary server named server01.domain01.contoso.com.

PS C:\> Get-VMReplicationAuthorizationEntry server01.domain01.contoso.com