< Back

New-BTWave

Sat Jan 11, 2020 2:18 pm

NAME New-BTWave



SYNOPSIS

Creates a new Power365 Wave.





SYNTAX

New-BTWave -WaveName <string> [-Project <object>] [-Session <Session>] [<CommonParameters>]





DESCRIPTION

The ApiKey role must be 'Writer' to run the New-BTWave cmdlet.





PARAMETERS

-WaveName <string>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Project <object>



Required? false

Position? named

Default value System.Object

Accept pipeline input? false

Accept wildcard characters? false



-Session <Session>

The Power365 Session in which to run the cmdlet. Defaults to the most recently used Session.



Required? false

Position? named

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

BinaryTree.Power365.SDK.Wave





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



New-BTWave -DisplayName 'My Wave'

Creates a new Wave with the specified name.





RELATED LINKS