unitysetup.powershell
unitysetup.powershell copied to clipboard
Cmdlets for registering/unregistering licenses would be really nice!
Does it make sense that we'd add specific commands just for activation?
- [ ]
Register-UnityLicense -Credentials <Credentials> -Serial <Serial> - [x]
Get-UnityLicense - [ ]
Unregister-UnityLicense
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.
Updated :)
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.