diff --git a/docs/reference/commands/Get-ScheduledCommand.md b/docs/reference/commands/Get-ScheduledCommand.md index 61f14a56..4294e37b 100644 --- a/docs/reference/commands/Get-ScheduledCommand.md +++ b/docs/reference/commands/Get-ScheduledCommand.md @@ -67,9 +67,12 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### None + + ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/New-PoshBotFileUpload.md b/docs/reference/functions/New-PoshBotFileUpload.md index a4d56e74..804ccb50 100644 --- a/docs/reference/functions/New-PoshBotFileUpload.md +++ b/docs/reference/functions/New-PoshBotFileUpload.md @@ -186,9 +186,11 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### String + ## OUTPUTS ### PSCustomObject + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/New-PoshBotMiddlewareHook.md b/docs/reference/functions/New-PoshBotMiddlewareHook.md index 2234fbd0..b7cf1991 100644 --- a/docs/reference/functions/New-PoshBotMiddlewareHook.md +++ b/docs/reference/functions/New-PoshBotMiddlewareHook.md @@ -76,6 +76,7 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## OUTPUTS ### MiddlewareHook + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/New-PoshBotTeamsBackend.md b/docs/reference/functions/New-PoshBotTeamsBackend.md index f3b56d3c..d222863a 100644 --- a/docs/reference/functions/New-PoshBotTeamsBackend.md +++ b/docs/reference/functions/New-PoshBotTeamsBackend.md @@ -64,9 +64,11 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### Hashtable + ## OUTPUTS ### TeamsBackend + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/get-poshbot.md b/docs/reference/functions/get-poshbot.md index 0530166d..92e96299 100644 --- a/docs/reference/functions/get-poshbot.md +++ b/docs/reference/functions/get-poshbot.md @@ -71,9 +71,11 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### System.Int32 + ## OUTPUTS ### PSCustomObject + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/get-poshbotconfiguration.md b/docs/reference/functions/get-poshbotconfiguration.md index 658bd373..3b4703e2 100644 --- a/docs/reference/functions/get-poshbotconfiguration.md +++ b/docs/reference/functions/get-poshbotconfiguration.md @@ -103,9 +103,11 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### String + ## OUTPUTS ### BotConfiguration + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/new-poshbotcardresponse.md b/docs/reference/functions/new-poshbotcardresponse.md index 6228475c..84f1216e 100644 --- a/docs/reference/functions/new-poshbotcardresponse.md +++ b/docs/reference/functions/new-poshbotcardresponse.md @@ -245,6 +245,7 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## OUTPUTS ### PSCustomObject + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/new-poshbotconfiguration.md b/docs/reference/functions/new-poshbotconfiguration.md index c05f0d48..3750249e 100644 --- a/docs/reference/functions/new-poshbotconfiguration.md +++ b/docs/reference/functions/new-poshbotconfiguration.md @@ -700,6 +700,7 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## OUTPUTS ### BotConfiguration + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/new-poshbotinstance.md b/docs/reference/functions/new-poshbotinstance.md index b5fa2666..82d06aa8 100644 --- a/docs/reference/functions/new-poshbotinstance.md +++ b/docs/reference/functions/new-poshbotinstance.md @@ -157,10 +157,13 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### String + ### BotConfiguration + ## OUTPUTS ### Bot + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/new-poshbotscheduledtask.md b/docs/reference/functions/new-poshbotscheduledtask.md index 28b3651a..2b15bb43 100644 --- a/docs/reference/functions/new-poshbotscheduledtask.md +++ b/docs/reference/functions/new-poshbotscheduledtask.md @@ -184,6 +184,7 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## OUTPUTS ### Microsoft.Management.Infrastructure.CimInstance#root/Microsoft/Windows/TaskScheduler/MSFT_ScheduledTask + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/new-poshbotslackbackend.md b/docs/reference/functions/new-poshbotslackbackend.md index e8bd498b..c520e7e1 100644 --- a/docs/reference/functions/new-poshbotslackbackend.md +++ b/docs/reference/functions/new-poshbotslackbackend.md @@ -54,9 +54,11 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### Hashtable + ## OUTPUTS ### SlackBackend + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/new-poshbottextresponse.md b/docs/reference/functions/new-poshbottextresponse.md index f92eead6..590bc723 100644 --- a/docs/reference/functions/new-poshbottextresponse.md +++ b/docs/reference/functions/new-poshbottextresponse.md @@ -97,9 +97,11 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### String + ## OUTPUTS ### PSCustomObject + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/save-poshbotconfiguration.md b/docs/reference/functions/save-poshbotconfiguration.md index aef8de8a..bf263adc 100644 --- a/docs/reference/functions/save-poshbotconfiguration.md +++ b/docs/reference/functions/save-poshbotconfiguration.md @@ -146,9 +146,11 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### BotConfiguration + ## OUTPUTS ### System.IO.FileInfo + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/start-poshbot.md b/docs/reference/functions/start-poshbot.md index b64a5e15..06ce75fc 100644 --- a/docs/reference/functions/start-poshbot.md +++ b/docs/reference/functions/start-poshbot.md @@ -153,11 +153,15 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### Bot + ### BotConfiguration + ### String + ## OUTPUTS ### PSCustomObject + ## NOTES ## RELATED LINKS diff --git a/docs/reference/functions/stop-poshbot.md b/docs/reference/functions/stop-poshbot.md index 23d8f2b1..7271f227 100644 --- a/docs/reference/functions/stop-poshbot.md +++ b/docs/reference/functions/stop-poshbot.md @@ -107,6 +107,7 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink ## INPUTS ### System.Int32 + ## OUTPUTS ## NOTES