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

Rework Update-SteamServer #82

Closed hjorslev closed 2 months ago

hjorslev commented 3 months ago

Description

Fixes #62 Resolves #20

Update-SteamServer requires admin privileges when interactive with Windows services (e.g. stopping them). This PR adds a check that stops the user if the session is not elevated.

Type of change

Checklist