Skip to content

Get-HEATObjectURL

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

Get-HEATObjectURL [-ObjectType] <String> [-ObjectNumber] <UInt64> [-ToClipboard] [-ToClipboardAsHtml]
 [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-ObjectNumber

Specify the number for the object type

Type: UInt64
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ObjectType

Specify for which type of object you want to create an URL

Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Change, Incident, Problem, ServiceRequest, Task

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ToClipboard

Forces the url to be copied to the clipboard in full URL format

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ToClipboardAsHtml

Forces the url to be copied to the clipboard like an HTML link

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
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

System.String

System.UInt64

OUTPUTS

System.Object

NOTES