Get-CrmProtectedInstances

[This topic is pre-release documentation and is subject to change.]

Retrieves a list of tenant protected environments in your Office 365 tenant.

Syntax

Get-CrmProtectedInstances
   [-ApiUrl] <Uri>
   [[-Credential] <PSCredential>]
   [-MaxCrmConnectionTimeOutMinutes <Int32>]
   [<CommonParameters>]

Description

The Get-CrmProtectedInstances cmdlet retrieves a list of tenant protected environments in your Office 365 tenant.

Examples

Example 1

PS C:\> Get-CrmProtectedInstances -ApiUrl $connectionhost -Credential $cred

Retrieves a list of protected environments in the tenant.

Parameters

-ApiUrl

URL of the Dataverse root service endpoint. For information about this parameter see Establish your credentials and connection.

Type:Uri
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Credential

User credential for signing in to Dataverse. For information about this parameter see Establish your credentials and connection.

Type:PSCredential
Position:1
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-MaxCrmConnectionTimeOutMinutes

Maximum number in minutes to wait before quitting the operation.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Inputs

System.Guid

System.Uri System.Management.Automation.PSCredential System.Int32

Outputs

System.Object