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 Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
61
+
### -FeatureScenario
62
+
The FeatureScenario parameter specifies the scenario for the Discovery policy. Currently, the only valid value is KnowYourData.
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.
77
+
### -Mode
78
+
The Mode parameter specifies the action and notification level of the Discovery policy. Valid values are:
79
79
80
-
- 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`.
81
-
- 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.
80
+
- Enable: The policy is enabled for actions and notifications. This is the default value.
The Mode parameter specifies the action and notification level of the Discovery policy. Valid values are:
114
-
115
-
- Enable: The policy is enabled for actions and notifications. This is the default value.
116
-
- Disable: The policy is disabled.
117
-
- TestWithNotifications: Simulation mode where no actions are taken, but notifications **are** sent.
118
-
- TestWithoutNotifications: Simulation mode where no actions are taken, and no notifications are sent.
112
+
### -Comment
113
+
The Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
The Scenario parameter specifies the scenario for the Discovery policy. Currently, the only valid value is KnowYourData.
128
+
### -Confirm
129
+
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.
130
+
131
+
- 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`.
132
+
- 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.
0 commit comments