PowerShell_Scripts/sys.Linux/Update-ViaAnsible.ps1
2020-11-01 01:19:26 -05:00

3 行
134 B
PowerShell

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