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-EVFSAComputerSettings
Get-EVFSAComputerSettings returns the Enterprise Vault server level settings that are configured for NetApp C-Mode server communication. If you do not specify a site ID using the -SiteId parameter, and Get-EVFSAComputerSettings cannot determine the site, you are prompted to enter the site ID.
To retrieve the site-level settings that are configured for NetApp C-Mode server communication, use Get-EVFSASiteSettings.
Get-EVFSAComputerSettings is provided by the snap-in Symantec.EnterpriseVault.PowerShell.AdminAPI.dll
.
Get-EVFSAComputerSettings -SiteId <string> -ComputerNameAlternate <string> [<CommonParameters>]
Table: Get-EVFSAComputerSettings parameters
Parameter | Description |
---|---|
-SiteId (required) | The ID of the site to which the Enterprise Vault server belongs. |
-ComputerNameAlternate (required) | The alias for the Enterprise Vault server for which you want to retrieve the settings. |
Get-EVFSAComputerSettings -ComputerNameAlternate EVM
Retrieves the NetApp C-Mode server communication settings that are configured for the Enterprise Vault server 'EVM'.
Get-EVFSAComputerSettings returns an object of type Symantec.EnterpriseVault.Admin.FsaComputerSettings, which contains the properties listed in the following table.
Table: Get-EVFSAComputerSettings properties
Name | Type | Description |
---|---|---|
SiteId | String | The ID of the site to which the Enterprise Vault server belongs. |
ComputerNameAlternate | String | The alias for the Enterprise Vault server to which these settings belong. |
NetAppCModeServerTransportType | String | The transport type that is used by the ONTAPI Management API to communicate with the NetApp C-Mode Vserver. |
NetAppCModeServerPort | Integer | The port number that the ONTAPI Management API uses to communicate with the NetApp C-Mode Vserver. |
NetAppCModeServerCertVerification | String | Specifies whether the ONTAPI Management API should verify the server certificate that is issued to the NetApp C-Mode Vserver. |
NetAppCModeUseSiteSettings | Boolean | Specifies whether Enterprise Vault should use the site settings that are configured for NetApp C-Mode server communication such as server certificate validation, transport style, and port number. |
See Get-EVComputers.
See Get-EVSite.