< Back

Save-ISHIntegrationSTSConfigurationPackage

Wed Jan 15, 2020 8:30 am

NAME Save-ISHIntegrationSTSConfigurationPackage



SYNOPSIS

Saves STS integration configuration to zip archive in package folder.





SYNTAX

Save-ISHIntegrationSTSConfigurationPackage -FileName <string> [-ADFS <SwitchParameter>] [-ISHDeployment

<ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Save-ISHIntegrationSTSConfigurationPackage saves STS integration configuration to zip archive in package

folder.



Cmdlet will overwrite zip archive if there is already one with same name.





PARAMETERS

-FileName <string>

Name of the output package file.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ADFS <SwitchParameter>

Specifies that ADFS configuration should be packed.



Required? false

Position? named

Default value False

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:\\>Save-ISHIntegrationSTSConfigurationPackage -ISHDeployment $deployment -FileName packageFile.zip



Creates a zip archive in package folder with current STS integration configurations. Parameter $deployment is a

deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.

---------- EXAMPLE 2 ----------



PS C:\\>Save-ISHIntegrationSTSConfigurationPackage -ISHDeployment $deployment -ADFS -FileName packageFile.zip



Creates a zip archive in package folder with current STS integration configurations for ADFS. Parameter

$deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment

cmdlet.



RELATED LINKS

Disable-ISHIntegrationSTSInternalAuthentication

Enable-ISHIntegrationSTSInternalAuthentication

Remove-ISHIntegrationSTSCertificate

Set-ISHIntegrationSTSCertificate

Set-ISHIntegrationSTSWSFederation

Set-ISHIntegrationSTSWSTrust

Set-ISHIntegrationSTSWSFederation