Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
- Archiving: Exchange
- Archiving: FSA
- Archiving: Skype for Business
- Archiving: SMTP
- Backup
- Classification
- Databases
- IMAP access
- Indexing
- Records management
- Retention plans
- Roles-based administration
- Sites and servers
- Tasks and services
- Vault stores and archives
Get-IndexServerForIndexLocation
Get-IndexServerForIndexLocation gets the index server name and server entry ID for a given index location.
Get-IndexServerForIndexLocation is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Snapin.dll
.
Get-IndexServerForIndexLocation -Location <String> [<CommonParameters>]
Table: Get-IndexServerForIndexLocation parameters
Parameter | Description |
---|---|
-Location (required) | The root path entry id or root path of the index location. |
Get-IndexServerForIndexLocation -Location 10A...Domain.local
Gets the index server name and server entry id for a given index location as a root path entry ID.
Get-IndexServerForIndexLocation -Location "F:\Test Index Location\index7"
Gets the index server name and server entry id for a given index location as a root path.
Table: Get-IndexServerForIndexLocation properties lists the properties that are available.
Table: Get-IndexServerForIndexLocation properties
Name | Type | Description |
---|---|---|
ServerEntryId | String | The ServerEntryId. |
ServerName | String | The ServerName. |