hjorslev / SteamPS

Module that utilizes PowerShell as a wrapper for SteamCMD and interacts with various Steam APIs.
https://www.powershellgallery.com/packages/SteamPS
MIT License
69 stars 14 forks source link

Remove OutputFormat parameter from Resolve-VanityURL #70

Closed hjorslev closed 3 months ago

hjorslev commented 3 months ago

Describe "Module Bug or Issue"

Resolve-VanityURL is returning a PSObject. However, it is still possible to specify the OutputFormat, but when used to get the output in xml or vdf it breaks.

Context "The Problem"

Context "Expected Behavior"

Context "Additional Information"

Get-Module -Name SteamPS -ListAvailable |
    Select-Object -Property Name, Version

$PSVersionTable | Out-String