Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created June 25, 2018 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/b88dfc7345f403546dbf365d8c63188c to your computer and use it in GitHub Desktop.
Save guitarrapc/b88dfc7345f403546dbf365d8c63188c to your computer and use it in GitHub Desktop.
NAME
Get-SumoApiCollectors
SYNTAX
Get-SumoApiCollectors [[-CollectorIds] <string[]>] [[-CollectorUri] <string>] [[-RootUri] <string>] [-Credential] <pscredential> [<CommonParameters>]
PARAMETERS
-CollectorIds <string[]>
Required? false
Position? 0
Accept pipeline input? true (ByValue, ByPropertyName)
Parameter set name (All)
Aliases None
Dynamic? false
-CollectorUri <string>
Required? false
Position? 1
Accept pipeline input? false
Parameter set name (All)
Aliases None
Dynamic? false
-Credential <pscredential>
Required? true
Position? 3
Accept pipeline input? false
Parameter set name (All)
Aliases None
Dynamic? false
-RootUri <string>
Required? false
Position? 2
Accept pipeline input? false
Parameter set name (All)
Aliases None
Dynamic? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String[]
OUTPUTS
System.Object
ALIASES
None
REMARKS
None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment