< Back

Get-CUComputers

Mon Jan 13, 2020 5:09 am

NAME Get-CUComputers



SYNOPSIS

Gets the ControlUp (windows) computers in the organization configuration.





SYNTAX

Get-CUComputers [[-FolderPath] <string>] [[-Match] <string>] [<CommonParameters>]





DESCRIPTION

Get the configured ControlUp windows agents. Optional parameters are for getting the computers under a folder

subtree using the -FolderPath option, and using the -Match for limiting the results using a regex filter.





PARAMETERS

-FolderPath [<string>]



Required? false

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Match [<string>]



Required? false

Position? 2

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





OUTPUTS



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



Get-CUComputers -FolderPath ???????\\SQL Servers??????? -Match SQLSRV





RELATED LINKS