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

Get-DSEntryDocumentation

Synopsis

Return the documentation for a given entry or vault root connection.

Syntax

Name (Default)

Get-DSEntryDocumentation [-ID] <guid> [[-Name] <string[]>] [-Data <string[]>] [-CaseSensitive]
 [-Default] [-AsLegacyResponse] [<CommonParameters>]

Literal

Get-DSEntryDocumentation [-ID] <guid> [[-LiteralName] <string[]>] [-Data <string[]>]
 [-CaseSensitive] [-Default] [-AsLegacyResponse] [<CommonParameters>]

Description

Returns the documentation for a given entry or vault root connection.

Examples

Example 1

Get the documentation for the entry identified by $entryId.

Example 2

Get a specific documentation page from an entry, filtered by its name.

Example 3

Get an entry's default documentation page.

Example 4

Get the documentation for the vault root connection of a vault identified by $vaultId.

Parameters

-AsLegacyResponse

In versions prior to 2024.2, many DS cmdlets returned a ServerResponse object. Enabling this backward compatibility switch allows scripts developed for earlier versions to function correctly.

-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.

-ID

ID of the entry or vault root connection.

-LiteralName

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

-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

System.Guid

Outputs

Devolutions.RemoteDesktopManager.Business.ConnectionHandbookPage

Notes

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

Last updated

Was this helpful?