New-RubrikOrganization

SYNOPSIS

Adds an organization to a Rubrik cluster.

SYNTAX

New-RubrikOrganization [-Name] <String> [[-Server] <String>] [[-api] <String>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

The New-RubrikOrganization cmdlet is used to create a new orgazniation on a Rubrik cluster.

EXAMPLES

EXAMPLE 1

New-RubrikOrganization -Name 'NewOrg'

This will create a new organization named "NewOrg"

PARAMETERS

-Name

Name of the organization to create

-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/new-rubrikorganization

Last updated

Was this helpful?