Get-DokuServer

SYNOPSIS

Gets the current connection to a DokuWiki API

SYNTAX

Get-DokuServer [-IsConnected] [<CommonParameters>]

DESCRIPTION

Gets the current connection to a DokuWiki API

EXAMPLES

EXAMPLE 1

Get-DokuServer | Format-List -Property *

Get all properties from the currently conneted DokuServer

EXAMPLE 2

Get-DokuServer -IsConnected

Will return TRUE if connected or FALSE if not

PARAMETERS

-IsConnected

Only return TRUE if currently connected and FALSE if not

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

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

OUTPUTS

DokuWiki.Session.Detail,Boolean

NOTES

AndyDLP - 2019