< Back

Add-HealthcareBotConvergedApp

Tue Jan 14, 2020 12:46 am

NAME Add-HealthcareBotConvergedApp



SYNOPSIS

Generate converged applications to be used by the Healthcare bot





SYNTAX

Add-HealthcareBotConvergedApp [-TenantName] <String> [-NumberOfApps] <Int16> [<CommonParameters>]





DESCRIPTION

Generates batch of converged applications under the logged in user'a account. You can generate as much as needed

applications.

Stores the AppId's and generated secrets in a table storage. Uses beta version of MS Graph.





PARAMETERS

-TenantName <String>

The AAD directory under which the user creating the converged apps is running



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-NumberOfApps <Int16>

Number of generated apps to be created in this batch



Required? true

Position? 2

Default value 0

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:\\>Add-HealthcareBotConvergedApp -TenantName healthcarebot.onmicrosoft.com -NumberOfApps 7















RELATED LINKS