Remove-SPTranslationServiceJobHistory
Published: July 16, 2012
Applies to: SharePoint Server 2013 Enterprise
Removes Machine Translation service jobs.
Remove-SPTranslationServiceJobHistory [-Identity] <TranslationServiceApplicationPipeBind> [-AllPartitions <SwitchParameter>] [-AssignmentCollection <SPAssignmentCollection>] [-BeforeDate <Nullable>] [-Confirm [<SwitchParameter>]] [-IncludeActiveJobs <SwitchParameter>] [-JobId <Nullable>] [-PartitionId <Nullable>] [-WhatIf [<SwitchParameter>]]
Parameters
| Parameter | Required | Type | Description | ||
|---|---|---|---|---|---|
| Identity | Required | Microsoft.Office.TranslationServices.Powershell.TranslationServiceApplicationPipeBind | Specifies the URL or GUID of the instance of the Machine Translation service to remove. The type must be a valid URL, in the form http://server_name or a valid GUID (for example, 12345678-90ab-cdef-1234-567890bcdefgh). | ||
| AllPartitions | Optional | System.Management.Automation.SwitchParameter | Removes all the jobs from the database given other parameters. | ||
| AssignmentCollection | Optional | Microsoft.SharePoint.PowerShell.SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
| ||
| BeforeDate | Optional | System.Nullable | Specifies all expired jobs before a given date. | ||
| Confirm | Optional | System.Management.Automation.SwitchParameter | Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters | ||
| IncludeActiveJobs | Optional | System.Management.Automation.SwitchParameter | Specifies expired jobs which contain active translations. By default, jobs are not deleted if a translation is active. | ||
| JobId | Optional | System.Nullable | Specifies only a job Id and its items to expire. | ||
| PartitionId | Optional | System.Nullable | Specifies only a partition Id and its items to expire. | ||
| WhatIf | Optional | System.Management.Automation.SwitchParameter | Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters |
Detailed Description
Use the Remove-SPTranslationServiceJobHistory cmdlet to remove a machine translation service job from the job history database.
Input Types
Return Types
------------------EXAMPLE--------------
Remove-SPTranslationServiceJobHistory TranslationService –BeforeDate 2012/01/31
This example removes all jobs completed before 2012/01/31 in the database associated with the Machine Translation Service application named TranslationService.
Change History
| Date | Description |
|---|---|
| July 16, 2012 | Initial publication |

Note: