-
-
Citrix.StoreFront.Authentication
-
Citrix.StoreFront.Authentication.Saml
-
-
Import-STFNetScalerConfiguration
-
-
Citrix.StoreFront.SubscriptionsStore
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Import-STFNetScalerConfiguration
Import a NetScaler remote access configuration
Syntax
Import-STFNetScalerConfiguration [-Configuration] <NetScalerConfigurationDocument> [[-PropagateChanges] <SwitchParameter>] [[-RoamingGatewaysToOverwrite] <RoamingGateway[]>] [[-CreateNew] <SwitchParameter>] [[-LogonType] <Domain | RSA | DomainAndRSA | SMS | SmartCard | SmartCardDomain | SmartCardRSA | SmartCardDomainAndRSA | SmartCardSMS>] [[-CallbackUrl] <String>] [[-GatewayIndex] <Int32>] [<CommonParameters>]
<!--NeedCopy-->
Detailed Description
Import a NetScaler remote access configuration supplied by a NetScaler administrator.
Related Commands
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Configuration | A NetScaler configuration to be imported into StoreFront. | true | true (ByValue) | |
PropagateChanges | Propagate configuration changes to other members of the cluster. | false | false | |
RoamingGatewaysToOverwrite | Specify gateways that should be overwritten if the import finds more than one matching gateway that will be overwritten by the import. | false | false | |
CreateNew | Specify that a new gateway should be created rather than update an existing gateway. | false | false | |
LogonType | Specify the logon type for a gateway overriding whatever is specified in the configuration document. | false | false | |
CallbackUrl | Optional callback url to replace the suggested url if it cannot be resolved. | false | false | |
GatewayIndex | Optional ability to specify which gateway from the configuration which will be imported. | false | false |
Input Type
Citrix.StoreFront.Model.Roaming.NetScalerConfiguration.NetScalerConfigurationDocument
Parameter Configuration: The .NET Citrix.StoreFront.Model.Roaming.NetScalerConfiguration.NetScalerConfigurationDocument
reference type
System.Management.Automation.SwitchParameter
Parameter PropagateChanges: The .NET System.Management.Automation.SwitchParameter
value type
Citrix.StoreFront.Model.Roaming.RoamingGateway[]
Parameter RoamingGatewaysToOverwrite: The .NET Citrix.StoreFront.Model.Roaming.RoamingGateway
reference type
System.Management.Automation.SwitchParameter
Parameter CreateNew: The .NET System.Management.Automation.SwitchParameter
value type
Citrix.StoreFront.Model.Roaming.NetScalerConfiguration.ImportLogonType
Parameter LogonType: The .NET Citrix.StoreFront.Model.Roaming.NetScalerConfiguration.ImportLogonType
value type
System.String
Parameter CallbackUrl: The .NET System.String
reference type
System.Int32
Parameter GatewayIndex: The .NET System.Int32
value type
Return Values
DocumentValidation
The .NET Citrix.StoreFront.Model.Roaming.NetScalerConfiguration.DocumentValidation
reference type
Notes
-WhatIf parameter can be used to verify the configuration consistency.
Examples
EXAMPLE 1 Import a NetScaler remote access configuration
$netscalerConfiguration = Read-STFNetScalerConfiguration –Path C:\NSG\Configuration.zip
$stasToUpdate = Test-STFSecureTicketAuthority -StaConfigurationObject $netscalerConfiguration
Import-STFNetScalerConfiguration -Configuration $netscalerConfiguration
<!--NeedCopy-->
REMAR
KS
The example reads in a NetScaler configuration package, validates that the
Secure Ticket Authorities can be resolved and imports the configuration.
If validation errors are found they are output to the pipeline. If propagating
to the cluster the progress can be monitored with
Wait-STFPublishServerGroupConfiguration
<!--NeedCopy-->
EXAMPLE 2 Import specific vServer from NetScaler remote access configuration file.
$ImportedGateways = Read-STFNetScalerConfiguration -path "$env: USERPROFILE\desktop\GatewayConfig.zip"
Import-STFNetScalerConfiguration -Configuration $ImportedGateways -GatewayIndex 0
Import-STFNetScalerConfiguration -Configuration $ImportedGateways -GatewayIndex 1
Import-STFNetScalerConfiguration -Configuration $ImportedGateways -GatewayIndex 2
<!--NeedCopy-->
REMARKS
The example reads in a NetScaler configuration package and then imports the
first gateway defined in the package, followed by the second and the third.
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.