unitysetup.powershell icon indicating copy to clipboard operation
unitysetup.powershell copied to clipboard

Cmdlets for registering/unregistering licenses would be really nice!

Open StephenHodgson opened this issue 7 years ago • 3 comments

Does it make sense that we'd add specific commands just for activation?

  • [ ] Register-UnityLicense -Credentials <Credentials> -Serial <Serial>
  • [x] Get-UnityLicense
  • [ ] Unregister-UnityLicense

StephenHodgson avatar Jan 11 '19 19:01 StephenHodgson

This makes sense to me. We should follow the PowerShell verbs for commands: https://docs.microsoft.com/en-us/powershell/developer/cmdlet/approved-verbs-for-windows-powershell-commands

Perhaps the Data Verbs Import / Export, or the Lifecycle Verbs Enable / Disable, Install / Uninstall, or Register / Unregister.

Ziugy avatar Jan 11 '19 20:01 Ziugy

Updated :)

StephenHodgson avatar Jan 11 '19 20:01 StephenHodgson

Okay we didn't need the -nographics arg anyway. I was doing it wrong. But I'd still like to add these specific commands to make it easy.

StephenHodgson avatar Jan 12 '19 05:01 StephenHodgson