Private/Suse/Set-UnattendedYastProductKey.ps1
function Set-UnattendedYastProductKey { param ( [Parameter(Mandatory = $true)] [string]$ProductKey ) } |
function Set-UnattendedYastProductKey { param ( [Parameter(Mandatory = $true)] [string]$ProductKey ) } |