Create New computer with Powershell

I want to use powershell to create a new computer object. In Active Roles when creating manually i have to change the user or group option to a ad group so multiple team members can add the computer to the domain. Is that possible to add that change with the new-qadcomputer command?

New-QADComputer -Name 'Name' -SamAccountName Name' -ParentContainer 'CN=Computers,DC=lab,DC=local'