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-EVFSASiteSettings
Get-EVFSASiteSettings returns the site 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-EVFSASiteSettings cannot determine the site, you are prompted to enter the site ID.
To retrieve the server level settings that are configured for NetApp C-Mode server communication, use Get-EVFSAComputerSettings.
Get-EVFSASiteSettings is provided by the snap-in Symantec.EnterpriseVault.PowerShell.AdminAPI.dll
.
Get-EVFSASiteSettings -SiteId <string> [<CommonParameters>]
Table: Get-EVFSASiteSettings parameters
Parameter | Description |
---|---|
-SiteId (required) | The ID of the Enterprise Vault site for which you want to retrieve the settings. You can use Get-EVSite to obtain the site ID. |
Get-EVFSASiteSettings
Retrieves the site level settings that are configured for NetApp C-Mode server communication.
Get-EVFSASiteSettings returns an object of type Symantec.EnterpriseVault.Admin.FsaSiteSettings, which contains the properties listed in the following table.
Table: Get-EVFSASiteSettings properties
Name | Type | Description |
---|---|---|
SiteId | String | The ID of the site to which the Enterprise Vault server belongs. |
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. |
See Get-EVSite.