Get-FASTSearchResource
Downloads a resource from the resource store.
Syntax
Get-FASTSearchResource
[-Path] <String>
[-FilePath] <String>
[<CommonParameters>]
Description
This cmdlet downloads a specified file located in the Microsoft FAST Search Server 2010 for SharePoint resource store to the local environment. The location of the resource store is typically specified in %FASTSEARCH%/etc/Admin.config (where %FASTSEARCH% is the FAST Search Server 2010 for SharePoint installation folder.)
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).
Examples
---------------EXAMPLE 1-----------------
Get-FASTSearchResource dictionaries\spellcheck\check_en.aut c:\check_en.aut
This example downloads dictionaries\spellcheck\check_en.aut from the resource store to c:\check_en.aut.
Parameters
-FilePath
Path to download the resource.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-Path
Partial URI within the resource store where the file needs to be downloaded from.
Type: | String |
Aliases: | ResourceURI |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |