< Back

Enable-ISHExternalPreview

Wed Jan 15, 2020 8:06 am

NAME Enable-ISHExternalPreview



SYNOPSIS

Enables external preview for Content Manager deployment for specific user.





SYNTAX

Enable-ISHExternalPreview [-ExternalId <string>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





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.





PARAMETERS

-ExternalId <string>

External user id for which external preview will be enabled. Default value is ServiceUser.



Required? false

Position? named

Default value ServiceUser

Accept pipeline input? false

Accept wildcard characters? false



-ISHDeployment <ISHDeployment>

Specifies the name or instance of the Content Manager deployment.



Required? false

Position? named

Default value

Accept pipeline input? false

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



---------- 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.



RELATED LINKS

Disable-ISHExternalPreview