Invoke ADCAddWfsite - j81blog/J81.ADCToolkit GitHub Wiki
Add Wf configuration Object.
Invoke-ADCAddWfsite [-Sitename] <String> [-Storefronturl] <String> [-Storename] <String>
[[-Html5receiver] <String>] [[-Workspacecontrol] <String>] [[-Displayroamingaccounts] <String>]
[[-Xframeoptions] <String>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
Configuration for WF site resource.
Invoke-ADCAddWfsite -sitename <string> -storefronturl <string> -storename <string>
An example how to add wfsite configuration Object(s).
Name of the WebFront site being created on the Citrix ADC.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseFQDN or IP of Windows StoreFront server where the store is configured.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseName of the store present in StoreFront.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies whether or not to use HTML5 receiver for launching apps for the WF site. Possible values = ALWAYS, FALLBACK, OFF
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: FALLBACK
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies whether of not to use workspace control for the WF site. Possible values = ON, OFF
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: ON
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies whether or not to display the accounts selection screen during First Time Use of Receiver . Possible values = ON, OFF
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: ON
Accept pipeline input: False
Accept wildcard characters: FalseThe value to be sent in the X-Frame-Options header. WARNING: Setting this option to ALLOW could leave the end user vulnerable to Click Jacking attacks. Possible values = ALLOW, DENY
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: DENY
Accept pipeline input: False
Accept wildcard characters: FalseReturn details about the created wfsite item.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
File Name : Invoke-ADCAddWfsite Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/wf/wfsite/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.