< Back

Set-ISHServiceCrawler

Wed Jan 15, 2020 8:41 am

NAME Set-ISHServiceCrawler



SYNOPSIS

Sets settings of Crawler services.





SYNTAX

Set-ISHServiceCrawler [-Count <int>] [-Hostname <string>] [-Catalog <string>] [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]





DESCRIPTION

The Set-ISHServiceCrawler cmdlet sets settings of Crawler services.





PARAMETERS

-Count <int>

The number of Crawler services in the system.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Hostname <string>

The Hostname of Crawler service.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Catalog <string>

The Catalog of Crawler service.



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-ISHServiceCrawler -ISHDeployment $deployment -Count 2



This command changes the amount of instances of Crawler services. Parameter $deployment is a deployment name or an

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

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



PS C:\\>Set-ISHServiceCrawler -ISHDeployment $deployment -Hostname "testmachinename"



This command changes the hostname of instances of Crawler services. Parameter $deployment is a deployment name or

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

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



PS C:\\>Set-ISHServiceCrawler -ISHDeployment $deployment -Catalog "TrisoftInfoShareIndex"



This command changes the catalog name of instances of Crawler services. Parameter $deployment is a deployment name

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



RELATED LINKS

Enable-ISHServiceCrawler

Disable-ISHServiceCrawler

Get-ISHServiceCrawler