< Back

Add-CUFolder

Mon Jan 13, 2020 5:08 am

NAME Add-CUFolder



SYNOPSIS

Adds a folder to ControlUp real-time Console.





SYNTAX

Add-CUFolder [-Name] <string> [[-ParentPath] <string>] [[-Description] <string>] [[-ExcludeFromMonitor] <bool>]

[[-Batch] <BatchUpdate>] [<CommonParameters>]





DESCRIPTION

Adds a folder to ControlUp real-time Console. Folder name is specified by the -Name parameter, and its parent

location by the -ParentPath parameter. If -ParentPath is not specified, the new folder will be created under the

root folder.



Optional parameters - ExcludeFromMonitor determines whether the folder contents will be excluded from connection

by ControlUp Monitor services.If this parameter is not specified, its values will be inherited from the parent

folder.



For batch mode, use the Batch option





PARAMETERS

-Name <string>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ParentPath <string>



Required? false

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Description <string>



Required? false

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ExcludeFromMonitor <bool>



Required? false

Position? 4

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Batch <BatchUpdate>



Required? false

Position? 5

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



System.String



System.String



System.Boolean



ControlUp.PowerShell.User.Cmdlets.BatchUpdate





OUTPUTS



NOTES





The following characters are allowed: letters, numbers, space, dash and underscore.



The following folder names are reserved and cannot be used: ???????Hypervisors???????, ???????Cloud Connections???????, ???????XenDesktop

Sites???????.





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



Add-CUFolder -Name ???????SQL Servers??????? will create a folder named ???????SQL Servers??????? under the organization root folder.



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



Add-CUFolder -Name ???????Production??????? -ParentPath ???????Organization Name\\SQL Servers??????? will create a folder named

???????Production??????? under the SQL Servers folder.



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



Add-CUFolder -Name ???????Test??????? -ParentPath ???????Organization Name\\SQL Servers??????? -Description ???????Test SQL Servers???????

-ExcludeFromMonitor $True will create a folder named ???????Test??????? under the SQL Servers folder with the specified

description, will instruct ControlUp to exclude this folder from monitor connections.





RELATED LINKS

Remove-CUFolder





CommonParameters : True

WorkflowCommonParameters : False

details : @{name=Clear-CUAAQueue; noun=CUAAQueue; verb=Clear}

Syntax : @{syntaxItem=System.Object[]}

parameters : @{parameter=System.Object[]}

inputTypes : @{inputType=}

returnValues : @{returnValue=}

aliases : None



remarks : None

PSSnapIn :

alertSet :

description :

examples :

Synopsis :

Clear-CUAAQueue [<CommonParameters>]



ModuleName : ControlUp.CLI

nonTerminatingErrors :

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

Name : Clear-CUAAQueue

Category : Cmdlet

Component :

Role :

Functionality :





CommonParameters : True

WorkflowCommonParameters : False

details : @{name=Get-CUAAQueue; noun=CUAAQueue; verb=Get}

Syntax : @{syntaxItem=System.Object[]}

parameters : @{parameter=System.Object[]}

inputTypes : @{inputType=}

returnValues : @{returnValue=}

aliases : None



remarks : None

PSSnapIn :

alertSet :

description :

examples :

Synopsis :

Get-CUAAQueue [<CommonParameters>]



ModuleName : ControlUp.CLI

nonTerminatingErrors :

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

Name : Get-CUAAQueue

Category : Cmdlet

Component :

Role :

Functionality :