Last updated
Last updated
Assigns a list of authorizations to an organization.
This cmdlet is used to assign authorization to an organization. Organizations are used to support Rubrik's multi-tenancy feature.
-UseSLA, -ManageResource, and -ManageSLA can be passed a string, or an array of strings containing the desired IDs.
Authorizes the Organization with ID Organization:::01234567-8910-1abc-d435-0abc1234d567 to use the SLA Domain with ID 12345678-1234-abcd-8910-1234567890ab
Authorizes the Organization with ID Organization:::01234567-8910-1abc-d435-0abc1234d567 to manage the VM with ID VirtualMachine:::aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee-vm-12345
Set-RubrikOrgAuthorization -ID 'Organization:::01234567-8910-1abc-d435-0abc1234d567' -ManageResource $vms
Authorizes the Organization with ID Organization:::01234567-8910-1abc-d435-0abc1234d567 to manage all VMs with names containing the string 'SQL'
Principal ID
Organization ID
Use SLAs. Must be an SLA ID.
Manage Resource. Can contain any manageable ID.
Manage SLA. Must be an SLA ID.
Rubrik server IP or FQDN
API version
Written by Matt Elliott for community usage Twitter: @NetworkBrouhaha GitHub: shamsway
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see .