Remove-RubrikFilesetTemplate
SYNOPSIS
Removes Fileset Template from a Rubrik Cluster
SYNTAX
DESCRIPTION
Removes Fileset Template for either the cluster
EXAMPLES
EXAMPLE 1
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
RELATED LINKS
Last updated