Invoke ADCSyncHafiles - j81blog/J81.ADCToolkit GitHub Wiki
Sync High Availability configuration Object.
Invoke-ADCSyncHafiles [[-Mode] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
Configuration for files resource.
Invoke-ADCSyncHafiles
An example how to sync hafiles configuration Object(s).
Specify one of the following modes of synchronization.
- all - Synchronize files related to system configuration, Access Gateway bookmarks, SSL certificates, SSL CRL lists, HTML injection scripts, and Application Firewall XML objects.
- bookmarks - Synchronize all Access Gateway bookmarks.
- ssl - Synchronize all certificates, keys, and CRLs for the SSL feature.
- htmlinjection. Synchronize all scripts configured for the HTML injection feature.
- imports. Synchronize all XML objects (for example, WSDLs, schemas, error pages) configured for the application firewall.
- misc - Synchronize all license files and the rc.conf file.
- all_plus_misc - Synchronize files related to system configuration, Access Gateway bookmarks, SSL certificates, SSL CRL lists, HTML injection scripts, application firewall XML objects, licenses, and the rc.conf file. Possible values = all, bookmarks, ssl, htmlinjection, imports, misc, dns, krb, AAA, app_catalog, all_plus_misc, all_minus_misc
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
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-ADCSyncHafiles Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/ha/hafiles/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.