< Back

Invoke-ISHMaintenance

Wed Jan 15, 2020 8:18 am

NAME Invoke-ISHMaintenance



SYNOPSIS

Maintenance Crawler or FullTextIndex services.





SYNTAX

Invoke-ISHMaintenance -Crawler <SwitchParameter> -Register <SwitchParameter> [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]



Invoke-ISHMaintenance -Crawler <SwitchParameter> -UnRegisterAll <SwitchParameter> [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]



Invoke-ISHMaintenance -Crawler <SwitchParameter> -ReIndex <SwitchParameter> [-ReIndexCardType <string>]

[-ISHDeployment <ISHDeployment>] [<CommonParameters>]



Invoke-ISHMaintenance -FullTextIndex <SwitchParameter> -Cleanup <SwitchParameter> [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]





DESCRIPTION

The Invoke-ISHMaintenance cmdlet maintenances Crawler or FullTextIndex services.





PARAMETERS

-Crawler <SwitchParameter>

Maintenance the Crawler service. Registering the Crawler for 'TrisoftInfoShareIndex' on 'UADEVVMASKYMENK'.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Register <SwitchParameter>

Register the Crawler.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-UnRegisterAll <SwitchParameter>

Unregister the Crawler.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ReIndex <SwitchParameter>

Reindex the Crawler.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ReIndexCardType <string>

The ReIndex card type.



Required? false

Position? named

Default value ISHAll

Accept pipeline input? false

Accept wildcard characters? false



-FullTextIndex <SwitchParameter>

Cleanup FullTextIndex.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Cleanup <SwitchParameter>

Cleanup FullTextIndex.



Required? true

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:\\>Invoke-ISHMaintenance -ISHDeployment $deployment -Crawler -Register



This command registers the Crawler for 'TrisoftInfoShareIndex' for specified deployment. Parameter $deployment is

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

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



PS C:\\>Invoke-ISHMaintenance -ISHDeployment $deployment -Crawler -UnRegisterAll



This command unregisters the Crawler for 'TrisoftInfoShareIndex' for specified deployment. Parameter $deployment

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

---------- EXAMPLE 3 ----------



PS C:\\>Invoke-ISHMaintenance -ISHDeployment $deployment -Crawler -ReIndex



This command does reindex of the Crawler for 'TrisoftInfoShareIndex' for specified deployment. Parameter

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

cmdlet.

---------- EXAMPLE 4 ----------



PS C:\\>Invoke-ISHMaintenance -ISHDeployment $deployment -FullTextIndex -Cleanup



This command cleans up all cache and temporary files of Crawler for specified deployment. Parameter $deployment is

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



RELATED LINKS