external help file | Module Name | online version | schema |
---|---|---|---|
SteamPS-help.xml |
SteamPS |
2.0.0 |
Disconnects from the Steam API by removing the stored API key.
Disconnect-SteamAPI [-Force] [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Disconnect-SteamAPI cmdlet removes the stored Steam API key from the system. This effectively disconnects the current session from the Steam API.
Disconnect-SteamAPI -Force
This command will remove the stored Steam API key without asking for confirmation.
When the Force switch is used, the cmdlet will skip the confirmation prompt and directly remove the API key.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Frederik Hjorslev Nylander