Private/Suse/Add-UnattendedYastSynchronousCommand.ps1
function Add-UnattendedYastSynchronousCommand { param ( [Parameter(Mandatory)] [string]$Command, [Parameter(Mandatory)] [string]$Description ) } |
function Add-UnattendedYastSynchronousCommand { param ( [Parameter(Mandatory)] [string]$Command, [Parameter(Mandatory)] [string]$Description ) } |