Skip to content

Get-CitrixBrowserShortcut

SYNOPSIS

Search for a Citrix URL Published Application.

SYNTAX

Get-CitrixBrowserShortcut [[-Name] <String>] [[-URL] <String>] [[-Browser] <String>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

The `Get-BrowserShortcut` function searches for a Citrix URL Published Application. It retrieves information about published browser shortcuts, including the name, URL, browser type, and associated application group.

EXAMPLES

EXAMPLE 1

Get-BrowserShortcut -Name "MyApp"

Searches for a Citrix URL Published Application with the name "MyApp".

EXAMPLE 2

Get-BrowserShortcut -URL "https://example.com"

Searches for a Citrix URL Published Application with the URL "https://example.com".

EXAMPLE 3

Get-BrowserShortcut -Browser "Chrome"

Searches for Citrix URL Published Applications created for the Chrome browser.

PARAMETERS

-Name

The name of the browser shortcut to search for. Defaults to `*`.

Type: String
Parameter Sets: (All)
Aliases:

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

-URL

The URL of the browser shortcut to search for. Defaults to `*`.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: *
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Browser

The browser type of the shortcut to search for. Defaults to `*`.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: *
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
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

OUTPUTS

NOTES