< Back

Get-DnsPluginHelp

Sat Jan 18, 2020 7:31 pm

NAME Get-DnsPluginHelp



SYNOPSIS

List the available DNS plugins





SYNTAX

Get-DnsPluginHelp [-Plugin] <String> [-Action] <String> [-Full] [<CommonParameters>]



Get-DnsPluginHelp [-Plugin] <String> [-Action] <String> -Detailed [<CommonParameters>]



Get-DnsPluginHelp [-Plugin] <String> [-Action] <String> -Examples [<CommonParameters>]



Get-DnsPluginHelp [-Plugin] <String> [-Action] <String> -Parameter <String> [<CommonParameters>]



Get-DnsPluginHelp [-Plugin] <String> [-Action] <String> -ShowWindow [<CommonParameters>]





DESCRIPTION

The returned values are what should be used with the -DnsPlugin argument on various other functions.





PARAMETERS

-Plugin <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Action <String>



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Full [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Detailed [<SwitchParameter>]



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Examples [<SwitchParameter>]



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Parameter <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ShowWindow [<SwitchParameter>]



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-DnsPlugins



Get the list of available DnsPlugins











RELATED LINKS

Project: https://github.com/rmbolger/Posh-ACME

Get-DnsPlugins

New-PACertificate

Publish-DnsChallenge