You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
70
+
71
+
- Destructive cmdlets (for example, Remove-\* cmdlets) have a built-in pause that forces you to acknowledge the command before proceeding. For these cmdlets, you can skip the confirmation prompt by using this exact syntax: `-Confirm:$false`.
72
+
- Most other cmdlets (for example, New-\* and Set-\* cmdlets) don't have a built-in pause. For these cmdlets, specifying the Confirm switch without a value introduces a pause that forces you acknowledge the command before proceeding.
73
+
74
+
```yaml
75
+
Type: SwitchParameter
76
+
Parameter Sets: (All)
77
+
Aliases: cf
78
+
Applicable: Exchange Online
79
+
80
+
Required: False
81
+
Position: Named
82
+
Default value: None
83
+
Accept pipeline input: False
84
+
Accept wildcard characters: False
85
+
```
86
+
87
+
### -Organization
88
+
This parameter is reserved for internal Microsoft use.
The Resource parameter specifies the target mailbox where the scoped permissions apply. You can use any value that uniquely identifies the mailbox. For example:
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
126
+
127
+
```yaml
128
+
Type: SwitchParameter
129
+
Parameter Sets: (All)
130
+
Aliases: wi
131
+
Applicable: Exchange Online
132
+
133
+
Required: False
134
+
Position: Named
135
+
Default value: None
136
+
Accept pipeline input: False
137
+
Accept wildcard characters: False
138
+
```
139
+
89
140
### CommonParameters
90
141
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/p/?LinkID=113216).
0 commit comments