[CmdletBinding()]param(
[string[]]$Remotes = 'All',
[switch]$OneLine
)
Invoke-ViaAnsible -Command "Update-OSz -Mode Auto" -Remotes:$($Remotes.ToLower()) -OneLine:$OneLine