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

New-RDMEntryDocumentation

Synopsis

Create a documentation page for an entry

Syntax

__AllParameterSets

New-RDMEntryDocumentation [-InputObject] <PSConnection> [-Type] <DocumentationType> [-Name] <string>
 [-Data] <string> [-AsLastPage] [-AsNewDefault] [-Set] [-ForcePromptAnswer <DialogResult[]>]
 [<CommonParameters>]

Description

Create a documentation page for an entry. The entry must be fetched by Get-RDMEntry. The workspace must support the documentation feature and be online. The user must have the rights to edit the documentation.

Parameters

-AsLastPage

Set the page as the last one.

Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-AsNewDefault

Set the page as the new default one.

-Data

Content of the documentation page

-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 where the documentation page will be. Must be already saved.

-Name

Name of the documentation page

-Set

Save the documentation page on the entry

-Type

Type of the page. The supported types are Markdown, PlainText, and HTML.

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

Entry, obtained from Get-RDMEntry, that will contain the new documentation page.

Notes

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

Last updated

Was this helpful?