For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-RDMEntryDocumentation

Synopsis

Get documentation pages of entries

Syntax

Name (Default)

Get-RDMEntryDocumentation [-InputObject] <PSConnection[]> [[-Name] <string[]>] [-Data <string[]>]
 [-CaseSensitive] [-Default] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]

Literal

Get-RDMEntryDocumentation [-InputObject] <PSConnection[]> [[-LiteralName] <string[]>]
 [-Data <string[]>] [-CaseSensitive] [-Default] [-ForcePromptAnswer <DialogResult[]>]
 [<CommonParameters>]

Description

Get documentations pages of entries. The entries must be fetched by Get-RDMEntry. There is two possibility to filter the pages: by their name and by their data (content). The workspace must support the documentation feature and be online. The user must have the rights to access the documentation.

Examples

Example 1

Get the documentation page named 'PageA' of the entry named 'EntryA' and see its content.

Example 2

Remove the default status of the default documentation page of each entries in the system vault.

Example 3

Delete all documentation pages of the entry 'EntryA' that contains the word 'Temporary'

Parameters

-CaseSensitive

Filtering will be case sensitive.

-Data

Filter the handbook pages by their content.

-Default

Obtain only the default page. Maximum one default page per entry.

-ForcePromptAnswer

Switch to use with caution. It will automatically answer prompt asking yes/no, yes/no/cancel, or ok/cancel questions. In case of multiple prompts, multiple values can be passed to this parameter. Here are the accepted values:

  • Yes: Accept the prompt. Cover the OK and Automatic value.

  • No: Refuse the yes/no/cancel prompt. "Cancel" is the fallback option if there is no "No" option.

  • Cancel: Cancel the yes/no/cancel prompt. "No" is the fallback option if there is no "Cancel" option.

-InputObject

Entry from which to extract the documentation.

-LiteralName

Filter the handbook pages by their name. No characters are interpreted as

-Name

Filter the handbook pages by their name.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection

Entries, obtained from Get-RDMEntry, containing the documentation.

Notes

For more information, type "Get-Help Get-RDMEntryDocumentation -detailed". For technical information, type "Get-Help Get-RDMEntryDocumentation -full".

Last updated

Was this helpful?