Remove-RDMEntryDocumentation
Synopsis
Syntax
__AllParameterSets
Remove-RDMEntryDocumentation [-InputObject] <PSHandbookPage[]> [-Refresh]
[-ForcePromptAnswer <DialogResult[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Description
Examples
Example 1
PS C:\> Get-RDMEntry | Get-RDMEntryDocumentation -Name 'Subject A*' -CaseSensitive | Remove-RDMEntryDocumentationExample 2
PS C:\> Get-RDMEntry -Name EntryA | Get-RDMEntryDocumentation -Data '*Temporary*' -CaseSensitive | Remove-RDMEntryDocumentationParameters
-Confirm
-ForcePromptAnswer
-InputObject
-Refresh
-WhatIf
CommonParameters
Inputs
RemoteDesktopManager.PowerShellModule.PSOutputObject.PSHandbookPage
Notes
Last updated
Was this helpful?