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