external help file | Module Name | online version | schema |
---|---|---|---|
SteamPS-help.xml |
SteamPS |
2.0.0 |
Returns Community, VAC, and Economy ban statuses for given players.
Get-SteamPlayerBan [-SteamID64] <Int64[]> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Returns Community, VAC, and Economy ban statuses for given players.
Get-SteamPlayerBan -SteamID64 76561197960435530, 76561197960434622
{{ 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
Comma-delimited list of 64 bit Steam IDs to return player ban information for.
Type: Int64[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
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.
- EconomyBan: The player's ban status in the economy. If the player has no bans on record, the string will be "none". If the player is on probation, it will say "probation", etc.
Author: Frederik Hjorslev Nylander