Remove-RubrikOrganization

SYNOPSIS

Remove an organization from a Rubrik cluster.

SYNTAX

Remove-RubrikOrganization [-id] <String> [[-Server] <String>] [[-api] <String>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

The Remove-RubrikOrganization cmdlet is used to remove an existing orgazniation from a Rubrik cluster.

EXAMPLES

EXAMPLE 1

Get-RubrikOrganization -Name "MyOrg" | Remove-RubrikOrganization

This will remove the organization named "MyOrg"

EXAMPLE 2

This will remove the organization with ID "Organization:::01234567-8910-1abc-d435-0abc1234d567"

PARAMETERS

-id

ID of the organization to remove

-Server

Rubrik server IP or FQDN

-api

API version

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

-Confirm

Prompts you for confirmation before running the cmdlet.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Written by Matt Elliott for community usage Twitter: @NetworkBrouhaha GitHub: shamsway

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/remove-rubrikorganization

Last updated

Was this helpful?