< Back

Get-HB-WorkspaceID

Tue Jan 14, 2020 1:33 am

NAME Get-HB-WorkspaceID



SYNOPSIS

Get the Activity Stream ID of a Workspace





SYNTAX

Get-HB-WorkspaceID [-WorkspaceName] <String> [<CommonParameters>]





DESCRIPTION

Provide a Workspace Name, and this CMDLET will search your Hornbill instance for a matching record, returning the

Activity Stream ID





PARAMETERS

-WorkspaceName <String>

The Workspace Name to search for



Required? true

Position? 1

Default value

Accept pipeline input? false

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



OUTPUTS



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



PS C:\\>Get-HB-WorkspaceID "Demo Workspace" will search your Workspaces and return the Activity Stream ID for the

"Demo Workspace" workspace















RELATED LINKS