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