Set-RubrikProxySetting

SYNOPSIS

Set a Rubrik Proxy Settings

SYNTAX

Set-RubrikProxySetting [-proxyhostname] <String> [-Protocol] <String> [[-port] <Int32>] [[-Username] <String>]
 [[-password] <SecureString>] [[-Server] <String>] [[-api] <String>] [<CommonParameters>]

DESCRIPTION

The Set-RubrikProxySetting cmdlet will set proxy configuration information for the cluster nodes.

EXAMPLES

EXAMPLE 1

Set-RubrikProxySetting -Host build.rubrik.com -Port 8080 -Protocol HTTPS

Set the Cluster proxy configuration to the settings listed

EXAMPLE 2

Set the cluster proxy information to the settings specified in the function parameter

PARAMETERS

-proxyhostname

The proxy FQDN or ip address

-Protocol

The protocal that is used by proxy

-port

Optional, port number for Proxy Configuration

-Username

Optional parameter, user name for proxy

-password

Optional parameter, password for proxy

-Server

Rubrik server IP or FQDN

-api

API version

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 Jaap Brasser for community usage Twitter: @jaap_brasser GitHub: jaapbrasser

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/set-rubrikproxysetting

Last updated

Was this helpful?