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