Enable-ISHExternalPreview
SYNOPSIS
Enables external preview for Content Manager deployment for specific user.
SYNTAX
Enable-ISHExternalPreview [-ExternalId <String>] [-ISHDeployment <ISHDeployment>]
DESCRIPTION
The Enable-ISHExternalPreview cmdlet enables external preview for Content Manager deployment for specific user.
If user id is not specified, the default value 'ServiceUser' is taken.
EXAMPLES
---------- EXAMPLE 1 ----------
PS C:\>Enable-ISHExternalPreview -ISHDeployment $deployment -ExternalId 'user1'
This command enables the external preview for user 'user1'. Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
PARAMETERS
-ExternalId
External user id for which external preview will be enabled. Default value is ServiceUser.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: ServiceUser
Accept pipeline input: False
Accept wildcard characters: False
-ISHDeployment
Specifies the name or instance of the Content Manager deployment.
Type: ISHDeployment
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False