< Back

Remove-CUFolder

Mon Jan 13, 2020 5:11 am

NAME Remove-CUFolder



SYNOPSIS

Removes a folder from ControlUp real-time Console.





SYNTAX

Remove-CUFolder [-FolderPath] <string> [[-Force] <SwitchParameter>] [[-Batch] <BatchUpdate>] [<CommonParameters>]





DESCRIPTION

Removes a folder from ControlUp real-time Console. Folder path is specified by the -FolderPath parameter.



Optional parameter - Force ignores any validation questions.



For batch mode, use the Batch option





PARAMETERS

-FolderPath <string>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Force <SwitchParameter>



Required? false

Position? 2

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Batch <BatchUpdate>



Required? false

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String



ControlUp.PowerShell.User.Cmdlets.BatchUpdate





OUTPUTS



---------- EXAMPLE 1 ----------



Remove-CUFolder -FolderPath ???????MyFirstCUFolder??????? -ParentPath ???????Organization Name???????



---------- EXAMPLE 2 ----------



Remove-CUFolder -FolderPath ???????MySecondCUFolder??????? -ParentPath ???????Organization Name\\XD Folders???????



---------- EXAMPLE 3 ----------



Remove-CUFolder -FolderPath ???????MyThirsCUFolder??????? -ParentPath ???????Organization Name??????? -Force True





RELATED LINKS

Add-CUFolder