< Back

Set-ISHTranslationFileSystemExport

Wed Jan 15, 2020 8:48 am

NAME Set-ISHTranslationFileSystemExport



SYNOPSIS

Sets configuration of FileSystem.





SYNTAX

Set-ISHTranslationFileSystemExport -Name <string> -ExportFolderPath <string> [-MaximumJobSize <int>]

[-RequestMetadata <ISHFieldMetadata[]>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Set-ISHTranslationFileSystemExport cmdlet sets configuration of FileSystem.





PARAMETERS

-Name <string>

The name (alias) of FileSystem.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ExportFolderPath <string>

The path to export folder.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-MaximumJobSize <int>

The max value of total size in bytes of uncompressed external job (externalJobMaxTotalUncompressedSizeBytes).



Required? false

Position? named

Default value 5242880

Accept pipeline input? false

Accept wildcard characters? false



-RequestMetadata <ISHFieldMetadata[]>

The requested metadata.



Required? false

Position? named

Default value

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:\\>Set-ISHTranslationFileSystemExport -ISHDeployment $deployment -Name "FileSystem1" -ExportFolderPath

"c:\\ExportFolder" -MaximumJobSize 5242880



This command enables the translation organizer windows service. Parameter -MaximumJobSize is the max value of

total size in bytes of uncompressed external job. In the FileSystem configuration section, this parameter has name

"externalJobMaxTotalUncompressedSizeBytes". Parameter $deployment is a deployment name or an instance of the

Content Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS

Set-ISHServiceTranslationOrganizer

Remove-ISHTranslationFileSystemExport