PowerShell_Scripts/sys.Linux/Update-ViaAnsible.ps1

4 regels
134 B
PowerShell

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