New-RubrikBootStrap
New-RubrikBootStrap
SYNOPSIS
Send a Rubrik Bootstrap Request
SYNTAX
DESCRIPTION
This will send a bootstrap request
EXAMPLES
EXAMPLE 1
New-RubrikBootStrap -Server 169.254.11.25 -name 'rubrik-edge' -dnsNameservers @('192.168.11.1') -dnsSearchDomains @('corp.us','branch.corp.us') -ntpserverconfigs @(@{server = 'pool.ntp.org'}) -adminUserInfo @{emailAddress = 'nick@shoresmedia.com'; id ='admin'; password = 'P@SSw0rd!'} -nodeconfigs @{node1 = @{managementIpConfig = @{address = '192.168.11.1'; gateway = '192.168.11.100'; netmask = '255.255.255.0'}}}
EXAMPLE 2
Server = 169.254.11.25 name = 'rubrik-edge' dnsNameservers = @('192.168.11.1') dnsSearchDomains = @('corp.us','branch.corp.us') ntpserverconfigs = @(@{server = 'pool.ntp.org'}) adminUserInfo = @{emailAddress = 'nick@shoresmedia.com'; id ='admin'; password = 'P@SSw0rd!'} nodeconfigs = @{node1 = @{managementIpConfig = @{address = '192.168.11.1'; gateway = '192.168.11.100'; netmask = '255.255.255.0'}}} }
New-RubrikBootStrap @BootStrapHash
PARAMETERS
-id
ID of the Rubrik cluster or me for self
-Server
Rubrik server IP or FQDN
-adminUserInfo
Admin User Info Hashtable
-nodeConfigs
Node Configuration Hashtable
-enableSoftwareEncryptionAtRest
Software Encryption
-name
Cluster/Edge Name
-ntpServerConfigs
NTP Servers
-dnsNameservers
DNS Servers
-dnsSearchDomains
DNS Search Domains
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
DNS Param must be an array even if only passing a single server
NTP Must be an array than contains hash table for each server object
Nodeconfigs Param must be a hash table object.
RELATED LINKS
Last updated