Resolve-VanityURL
SYNOPSIS
Resolve a vanity URL (also named custom URL).
SYNTAX
Resolve-VanityURL [-VanityURL] <String[]> [[-UrlType] <Int32>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
DESCRIPTION
Resolve a vanity URL (also named custom URL) and return the 64 bit SteamID that belongs to said URL.
EXAMPLES
EXAMPLE 1
Resolve-VanityURL -VanityURL hjorslev
Returns a 64 bit Steam ID.
PARAMETERS
-ProgressAction
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-UrlType
The type of vanity URL. 1 (default): Individual profile, 2: Group, 3: Official game group
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: 1
Accept pipeline input: False
Accept wildcard characters: False
-VanityURL
Enter the vanity URL (also named custom URL) to get a SteamID for. Do not enter the fully qualified URL, but just the ID e.g. hjorslev instead of “https://steamcommunity.com/id/hjorslev/”
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
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
The VanityURL parameter accepts string input.
OUTPUTS
The cmdlet returns a custom object containing the VanityURL and its associated SteamID64.
NOTES
Author: Frederik Hjorslev Nylander