Get-VBRLinuxTrustedHostPolicy
Short Description
Returns the trust policy for Linux hosts.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRLinuxTrustedHostPolicy [<CommonParameters>] |
Detailed Description
This cmdlet returns the trust policy that is set for Linux hosts.
The trust policy determines which protected computers running Linux OS are allowed to connect to the backup server:
- All: with this policy, the connection is allowed for all newly discovered Linux hosts.
- KnownHosts: with this policy, the connection is allowed only for trusted Linux hosts.
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Getting Trust Policy for Linux Hosts
This command returns the trust policy that is set for Linux hosts.
Get-VBRLinuxTrustedHostPolicy Type ---- KnownHosts |