Remove-RubrikFilesetTemplate

SYNOPSIS

Removes Fileset Template from a Rubrik Cluster

SYNTAX

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

DESCRIPTION

Removes Fileset Template for either the cluster

EXAMPLES

EXAMPLE 1

Remove-RubrikFilesetTemplate -id FilesetTemplate:::1111

Removes the Rubrik Fileset Template

EXAMPLE 2

Removes the templates supplied by Get-RubrikFilesetTemplate, while displaying Verbose information

EXAMPLE 3

Removes the Fileset Template and does not preserve existing snapshots

PARAMETERS

-id

The Rubrik ID value of the fileset

-PreserveSnapshots

When not specified, the default is to preserve snapshots, add -PreserverSnapshots:$false to delete existing snapshots

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

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

Last updated

Was this helpful?