Citrix StoreFront SDK PowerShell Modules

Set-STFDomainService

Update the Domain service

Syntax

Set-STFDomainService [-DomainService] <DomainService> [[-KerberosDomainHint] <String>] [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Update the configuration of the Domain service.

Parameters

Name Description Required? Pipeline Input
DomainService The Domain Service to configure. true true (ByValue)
KerberosDomainHint The Kerberos domain hint. false false

Input Type

Citrix.StoreFront.Model.WindowsServices.Domain.DomainService

Parameter DomainService: The .NET ‘Citrix.StoreFront.Model.WindowsServices.Domain.DomainService’ reference type

System.String

Parameter KerberosDomainHint: The .NET ‘System.String’ reference type

Return Values

Examples

EXAMPLE 1 Change the Domain service Kerberos domain hint

Set-STFDomainService -DomainService "domain.test.com"
<!--NeedCopy-->

REMARKS

Configure the Domain service with a Kerberos domain hint.

Set-STFDomainService