From 520917b833c3c1231c2a842d5415ec2d5e196b48 Mon Sep 17 00:00:00 2001 From: William Looney <33673353+williamlooney@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:27:33 -0700 Subject: [PATCH 1/5] Update Grant-CsTenantDialPlan.md to remove whatif parameter --- .../teams-ps/teams/Grant-CsTenantDialPlan.md | 22 +++---------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/teams/teams-ps/teams/Grant-CsTenantDialPlan.md b/teams/teams-ps/teams/Grant-CsTenantDialPlan.md index f7eb90aa75..ddb55aa6d5 100644 --- a/teams/teams-ps/teams/Grant-CsTenantDialPlan.md +++ b/teams/teams-ps/teams/Grant-CsTenantDialPlan.md @@ -19,17 +19,17 @@ Use the Grant-CsTenantDialPlan cmdlet to assign an existing tenant dial plan to ### GrantToTenant (Default) ``` -Grant-CsTenantDialPlan [[-PolicyName] ] [-Global] [-PassThru] [-WhatIf] [-Confirm] [] +Grant-CsTenantDialPlan [[-PolicyName] ] [-Global] [-PassThru] [-Confirm] [] ``` ### GrantToGroup ``` -Grant-CsTenantDialPlan [-Group] [[-PolicyName] ] [-PassThru] [-Rank ] [-WhatIf] [-Confirm] [] +Grant-CsTenantDialPlan [-Group] [[-PolicyName] ] [-PassThru] [-Rank ] [-Confirm] [] ``` ### Identity ``` -Grant-CsTenantDialPlan [[-Identity] ] [[-PolicyName] ] [-PassThru] [-WhatIf] [-Confirm] [] +Grant-CsTenantDialPlan [[-Identity] ] [[-PolicyName] ] [-PassThru] [-Confirm] [] ``` ## DESCRIPTION @@ -163,22 +163,6 @@ Accept pipeline input: True Accept wildcard characters: False ``` -### -WhatIf -The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi -Applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm The Confirm switch causes the command to pause processing, and requires confirmation to proceed. From 237bf34851b35d36b41f162aba4d37655aab1d72 Mon Sep 17 00:00:00 2001 From: William Looney <33673353+williamlooney@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:28:59 -0700 Subject: [PATCH 2/5] Update Grant-CsOnlineVoiceRoutingPolicy.md removed whatif parameter --- .../teams/Grant-CsOnlineVoiceRoutingPolicy.md | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/teams/teams-ps/teams/Grant-CsOnlineVoiceRoutingPolicy.md b/teams/teams-ps/teams/Grant-CsOnlineVoiceRoutingPolicy.md index b95294f1bf..1116f4e2c0 100644 --- a/teams/teams-ps/teams/Grant-CsOnlineVoiceRoutingPolicy.md +++ b/teams/teams-ps/teams/Grant-CsOnlineVoiceRoutingPolicy.md @@ -19,17 +19,17 @@ Assigns a per-user online voice routing policy to one user, a group of users, or ### Identity (Default) ``` -Grant-CsOnlineVoiceRoutingPolicy [[-Identity] ] [[-PolicyName] ] [-PassThru] [-WhatIf] [-Confirm] [] +Grant-CsOnlineVoiceRoutingPolicy [[-Identity] ] [[-PolicyName] ] [-PassThru] [-Confirm] [] ``` ### GrantToTenant ``` -Grant-CsOnlineVoiceRoutingPolicy [[-PolicyName] ] [-PassThru] [-Global] [-WhatIf] [-Confirm] [] +Grant-CsOnlineVoiceRoutingPolicy [[-PolicyName] ] [-PassThru] [-Global] [-Confirm] [] ``` ### GrantToGroup ``` -Grant-CsOnlineVoiceRoutingPolicy [-Group] [[-PolicyName] ] [-PassThru] [-Rank ] [-WhatIf] [-Confirm] [] +Grant-CsOnlineVoiceRoutingPolicy [-Group] [[-PolicyName] ] [-PassThru] [-Rank ] [-Confirm] [] ``` ## DESCRIPTION @@ -168,21 +168,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` ### -Confirm Prompts you for confirmation before running the cmdlet. From a96cd0d9ed3ac17333f61293ee8cebad73727517 Mon Sep 17 00:00:00 2001 From: William Looney <33673353+williamlooney@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:30:06 -0700 Subject: [PATCH 3/5] Update Grant-CsTeamsCallingPolicy.md removed WhatIf parameter --- .../teams/Grant-CsTeamsCallingPolicy.md | 22 +++---------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/teams/teams-ps/teams/Grant-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/Grant-CsTeamsCallingPolicy.md index 1d375538d1..eda3dcbf1f 100644 --- a/teams/teams-ps/teams/Grant-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/Grant-CsTeamsCallingPolicy.md @@ -21,17 +21,17 @@ Assigns a specific Teams Calling Policy to a user, a group of users, or sets the ### Identity (Default) ``` -Grant-CsTeamsCallingPolicy [[-Identity] ] [[-PolicyName] ] [-PassThru] [-WhatIf] [-Confirm] [] +Grant-CsTeamsCallingPolicy [[-Identity] ] [[-PolicyName] ] [-PassThru] [-Confirm] [] ``` ### GrantToTenant ``` -Grant-CsTeamsCallingPolicy [[-PolicyName] ] [-PassThru] [-Global] [-WhatIf] [-Confirm] [] +Grant-CsTeamsCallingPolicy [[-PolicyName] ] [-PassThru] [-Global] [-Confirm] [] ``` ### GrantToGroup ``` -Grant-CsTeamsCallingPolicy [-Group] [[-PolicyName] ] [-PassThru] [-Rank ] [-WhatIf] [-Confirm] [] +Grant-CsTeamsCallingPolicy [-Group] [[-PolicyName] ] [-PassThru] [-Rank ] [-Confirm] [] ``` ## DESCRIPTION @@ -153,22 +153,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. From f0a6dc260a59040220bbc07348d7e6cf534db2f4 Mon Sep 17 00:00:00 2001 From: William Looney <33673353+williamlooney@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:31:20 -0700 Subject: [PATCH 4/5] Update Grant-CsTeamsUpgradePolicy.md removed -WhatIf parameter --- .../teams/Grant-CsTeamsUpgradePolicy.md | 22 +++---------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/teams/teams-ps/teams/Grant-CsTeamsUpgradePolicy.md b/teams/teams-ps/teams/Grant-CsTeamsUpgradePolicy.md index 56a4a8a228..e4cf1b04ba 100644 --- a/teams/teams-ps/teams/Grant-CsTeamsUpgradePolicy.md +++ b/teams/teams-ps/teams/Grant-CsTeamsUpgradePolicy.md @@ -21,19 +21,19 @@ TeamsUpgradePolicy allows administrators to manage the transition from Skype for ### Identity (Default) ``` Grant-CsTeamsUpgradePolicy [[-Identity] ] [-MigrateMeetingsToTeams ] [-PassThru] - [[-PolicyName] ] [-MsftInternalProcessingMode ] [-WhatIf] [-Confirm] [] + [[-PolicyName] ] [-MsftInternalProcessingMode ] [-Confirm] [] ``` ### GrantToTenant ``` Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams ] [-PassThru] [[-PolicyName] ] - [-MsftInternalProcessingMode ] [-Force] [-Global] [-WhatIf] [-Confirm] [] + [-MsftInternalProcessingMode ] [-Force] [-Global] [-Confirm] [] ``` ### GrantToGroup ``` Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams ] [-PassThru] [[-PolicyName] ] - [-MsftInternalProcessingMode ] -Group [-Rank ] [-WhatIf] [-Confirm] + [-MsftInternalProcessingMode ] -Group [-Rank ] [-Confirm] [] ``` @@ -324,22 +324,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ## INPUTS From 3f8ef4fde8dd6d765a9c02de6cefd4e8f4fa64b8 Mon Sep 17 00:00:00 2001 From: William Looney <33673353+williamlooney@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:32:23 -0700 Subject: [PATCH 5/5] Update Grant-CsTeamsMeetingPolicy.md --- .../teams/Grant-CsTeamsMeetingPolicy.md | 23 +++---------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/teams/teams-ps/teams/Grant-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Grant-CsTeamsMeetingPolicy.md index de190f9a8d..8fd049efe4 100644 --- a/teams/teams-ps/teams/Grant-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Grant-CsTeamsMeetingPolicy.md @@ -21,19 +21,19 @@ Assigns a teams meeting policy at the per-user scope. The CsTeamsMeetingPolicy c ### GrantToTenant (Default) ``` Grant-CsTeamsMeetingPolicy [-Global] [-PassThru] [[-PolicyName] ] - [-WhatIf] [-Confirm] [] + [-Confirm] [] ``` ### GrantToGroup ``` Grant-CsTeamsMeetingPolicy [-PassThru] [[-PolicyName] ] - -Group [-Rank ] [-WhatIf] [-Confirm] [] + -Group [-Rank ] [-Confirm] [] ``` ### Identity ``` Grant-CsTeamsMeetingPolicy [-PassThru] [[-PolicyName] ] - [[-Identity] ] [-WhatIf] [-Confirm] [] + [[-Identity] ] [-Confirm] [] ``` ## DESCRIPTION @@ -188,23 +188,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi -applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).`