Skip to content

Commit 013c808

Browse files
committed
Removed comments
1 parent dc85a60 commit 013c808

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

docset/winserver2022-ps/defender/Remove-MpPreference.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,6 @@ Accept wildcard characters: False
469469

470470
### -CloudExtendedTimeout
471471

472-
<!---The default value on two Win 11 PCs is 0; Max value claimed to be 50 --->
473-
474472
Specifies the value 0 for the amount of extended time in seconds to block a suspicious file and scan
475473
it in the cloud. You don't need to specify a value with this switch.
476474

@@ -584,8 +582,6 @@ Accept wildcard characters: False
584582

585583
### -DisableArchiveScanning
586584

587-
<!--- Can't change the value using Set- (value locked @ $false). This switch does nothing --->
588-
589585
Specifies whether to enable the scanning of archive files (for example, .zip and .cab files) for
590586
malicious and unwanted software. You don't need to specify a value with this switch.
591587

@@ -606,8 +602,6 @@ Accept wildcard characters: False
606602

607603
### -DisableAutoExclusions
608604

609-
<!--- Does nothing. $true stays $true; $false stays $false. --->
610-
611605
Specifies whether to enable the Automatic Exclusions feature. You don't need to
612606
specify a value with this switch.
613607

@@ -628,8 +622,6 @@ Accept wildcard characters: False
628622

629623
### -DisableBehaviorMonitoring
630624

631-
<!--- Can't change the value using Set- (value locked @ $false). This switch does nothing --->
632-
633625
Specifies whether to enable behavior monitoring. You don't need to
634626
specify a value with this switch.
635627

@@ -945,8 +937,6 @@ Accept wildcard characters: False
945937

946938
### -DisableIntrusionPreventionSystem
947939

948-
<!--- This property isn't available in the output of Get- --->
949-
950940
Specifies whether to enable the intrusion prevention system in network protection. You don't need
951941
to specify a value with this switch.
952942

@@ -970,8 +960,6 @@ Accept wildcard characters: False
970960

971961
### -DisableIOAVProtection
972962

973-
<!--- Can't change the value using Set- (value locked @ $false). This switch does nothing --->
974-
975963
Specifies whether to enable the scanning of all downloaded files and attachments. You don't need to
976964
specify a value with this switch.
977965

@@ -1053,8 +1041,6 @@ Accept wildcard characters: False
10531041

10541042
### -DisableRealtimeMonitoring
10551043

1056-
<!--- Can't change the value using Set- (value locked @ $false). This switch does nothing --->
1057-
10581044
Specifies whether to enable real-time protection. You don't need to specify a value with this switch.
10591045

10601046
**Tip**: This switch works only if the current value of the DisableRealtimeMonitoring
@@ -1157,8 +1143,6 @@ Accept wildcard characters: False
11571143

11581144
### -DisableScriptScanning
11591145

1160-
<!--- Can't change the value using Set- (value locked @ $false). This switch does nothing --->
1161-
11621146
Specifies whether to enable the scanning of scripts during malware scans. You don't need to specify
11631147
a value with this switch.
11641148

@@ -1653,7 +1637,6 @@ Accept wildcard characters: False
16531637
```
16541638

16551639
### -IntelTDTEnabled
1656-
<!--- Default value from Get- is blank. Parameter in Set- is Boolean and doesn't take $null --->
16571640

16581641
Specifies Intel Threat Detection Technology (TDT) integration in Windows Defender is controlled by
16591642
the system (typically, disabled). You don't need to specify a value with this switch.

docset/winserver2022-ps/defender/Set-MpPreference.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,6 @@ Accept wildcard characters: False
499499

500500
### -CloudExtendedTimeout
501501

502-
<!---The default value on two Win 11 PCs is 0; Max value claimed to be 50 --->
503-
504502
Specifies the amount of extended time in seconds to block a suspicious file and scan it in the
505503
cloud. A valid value is an integer from 0 to 4294967295.
506504

@@ -621,8 +619,6 @@ Accept wildcard characters: False
621619

622620
### -DisableArchiveScanning
623621

624-
<!--- Can't change the value to $true (value locked @ $false). --->
625-
626622
Specifies whether to disable the scanning of archive files (for example, .zip and .cab files) for malicious and
627623
unwanted software. Valid values are:
628624

@@ -663,8 +659,6 @@ Accept wildcard characters: False
663659

664660
### -DisableBehaviorMonitoring
665661

666-
<!--- Can't change the value to $true (value locked @ $false). --->
667-
668662
Specifies whether to disable behavior monitoring. Valid values are:
669663

670664
- $true: Windows Defender disables behavior monitoring.
@@ -976,8 +970,6 @@ Accept wildcard characters: False
976970

977971
### -DisableIntrusionPreventionSystem
978972

979-
<!--- This property isn't available in the output of Get- --->
980-
981973
Specifies whether to disable the intrusion prevention system in network protection. Valid values are:
982974

983975
- $true: The intrusion prevention system in network protection is disabled.
@@ -998,8 +990,6 @@ Accept wildcard characters: False
998990

999991
### -DisableIOAVProtection
1000992

1001-
<!--- Can't change the value to $true (value locked @ $false). --->
1002-
1003993
Specifies whether to disable the scanning of all downloaded files and attachments. Valid values are:
1004994

1005995
- $true: Windows Defender doesn't scan all downloaded files and attachments.
@@ -1080,8 +1070,6 @@ Accept wildcard characters: False
10801070

10811071
### -DisableRealtimeMonitoring
10821072

1083-
<!--- Can't change the value to $true (value locked @ $false). --->
1084-
10851073
Specifies whether to disable real-time protection. Valid values are:
10861074

10871075
- $true: Windows Defender doesn't use real-time protection.
@@ -1180,8 +1168,6 @@ Accept wildcard characters: False
11801168

11811169
### -DisableScriptScanning
11821170

1183-
<!--- Can't change the value to $true (value locked @ $false). --->
1184-
11851171
Specifies whether to disable the scanning of scripts during malware scans. Valid values are:
11861172

11871173
- $true: Windows Defender doesn't scan scripts.
@@ -2387,8 +2373,6 @@ Accept wildcard characters: False
23872373

23882374
### -ServiceHealthReportInterval
23892375

2390-
<!-- Max value claimed to be 1440, but I could set 429496729 --->
2391-
23922376
Specifies the time interval in minutes for the service health reports to be sent from endpoints.
23932377
These reports are for Microsoft Defender Antivirus events 1150 and 1151.
23942378

@@ -2725,8 +2709,6 @@ Accept wildcard characters: False
27252709

27262710
### -SignatureUpdateInterval
27272711

2728-
<!---Range is supposedly 1 to 24 --->
2729-
27302712
Specifies the interval in hours to check for definition updates.
27312713

27322714
A valid value is an integer from 0 to 4294967295. The default value is 0, which means Windows
@@ -2903,8 +2885,6 @@ Accept wildcard characters: False
29032885

29042886
### -ThrottleLimit
29052887

2906-
<!--- No output property in Get- --->
2907-
29082888
Specifies the maximum number of concurrent operations that can be established to run this cmdlet.
29092889

29102890
A valid value is an integer from 0 to 2147483647. The default value is 0, which means PowerShell

0 commit comments

Comments
 (0)