--- title: "Get-VBRNodeExporterOptions" description: "This cmdlet returns the node exporter metrics for Veeam Software Appliance. These metrics contain current configuration details such as authentication type, TLS settings, and access credentials." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrnodeexporteroptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Configuring Node Exporter Metrics > Get-VBRNodeExporterOptions" dateModified: "2026-08-20" --- # Get-VBRNodeExporterOptions ## Short Description Returns node exporter metrics for Veeam Software Appliance. **Product Edition**: Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRNodeExporterOptions [] ``` ## Detailed Description This cmdlet returns the node exporter metrics for Veeam Software Appliance. These metrics contain current configuration details such as authentication type, TLS settings, and access credentials. Use it to monitor resource consumption or collect system events. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object The cmdlet returns the `VBRNodeExporterOptions` object that contains node exporter metrics for Veeam Software Appliance. ## Examples ::: example ### Getting Node Exporter Metrics for Veeam Software Appliance This command returns node exporter metrics for Veeam Software Appliance. ``` Get-VBRNodeExporterOptions ``` ::: ## Related Commands [`Set-VBRNodeExporterOptions`](set-vbrnodeexporteroptions.md)