1.5 KiB
Get-OPNSenseTailscaleConfig
SYNOPSIS
Gets the Tailscale configuration from an OPNSense firewall.
SYNTAX
Get-OPNSenseTailscaleConfig
DESCRIPTION
The Get-OPNSenseTailscaleConfig cmdlet retrieves the Tailscale configuration from an OPNSense firewall, including settings such as authentication key, advertised routes, and exit node configuration.
EXAMPLES
Example 1: Get Tailscale configuration
Get-OPNSenseTailscaleConfig
This example retrieves the Tailscale configuration from the OPNSense firewall.
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
None
OUTPUTS
System.Object
Returns an object representing the Tailscale configuration.
NOTES
This cmdlet requires a connection to an OPNSense firewall. Use Connect-OPNSense to establish a connection. The Tailscale plugin must be installed on the OPNSense firewall.
RELATED LINKS
Set-OPNSenseTailscaleConfig Enable-OPNSenseTailscale Disable-OPNSenseTailscale Get-OPNSenseTailscaleStatus Install-OPNSenseTailscale