Set-RubrikVolumeFilterDriver

SYNOPSIS

Used to Install or Uninstall the Rubrik Volume Filter Driver on a registered Windows host.

SYNTAX

Install

Set-RubrikVolumeFilterDriver [-hostid <String[]>] [-Install] [-Server <String>] [-api <String>] [-WhatIf]
 [-Confirm] [<CommonParameters>]

Remove

Set-RubrikVolumeFilterDriver [-hostid <String[]>] [-Remove] [-Server <String>] [-api <String>] [-WhatIf]
 [-Confirm] [<CommonParameters>]

DESCRIPTION

The Set-RubrikVolumeFilterDriver either installs or uninstalls the Rubrik Volume Filter Driver on a host registered to a Rubrik cluster

EXAMPLES

EXAMPLE 1

This will install the Volume Filter Driver on the host with an id of Host:::a1e1004c-f460-4ac1-a25a-e07b5eb15443

EXAMPLE 2

This will remove the Volume Filter Driver on the host named server01

EXAMPLE 3

This will install the Volume Filter Driver on the specifed array of host ids

EXAMPLE 4

Install Volume Filter Drivers for all hosts where the driver currently is not installed

EXAMPLE 5

Uninstall Volume Filter Drivers for all hosts where the driver currently is not installed

PARAMETERS

-hostid

Rubrik's host id value

-Install

Installs the volume filter driver

-Remove

Removes the volume filter driver if installed

-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 Mike Preston for community usage Twitter: @mwpreston GitHub: mwpreston

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

Last updated

Was this helpful?