Unlock-DokuPage

SYNOPSIS

Unlocks a DokuWiki page

SYNTAX

Unlock-DokuPage [-FullName] <String[]> [<CommonParameters>]

DESCRIPTION

Unlocks the page so it can be modified by users again.

EXAMPLES

EXAMPLE 1

Unlock-DokuPage -FullName 'namespace:page'

Unlocks the page for normal use again

PARAMETERS

-FullName

The full name of the to-be-unlocked page, including parent namespace(s)

Type: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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

Nothing

NOTES

AndyDLP - 2019-01-27

https://github.com/AndyDLP/PSDokuWiki