mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 09:04:18 +01:00
Update list-defender-settings.ps1
This commit is contained in:
parent
c819626612
commit
28fbbb7a71
@ -17,6 +17,9 @@
|
||||
#>
|
||||
|
||||
try {
|
||||
Write-Host " "
|
||||
Write-Host "Windows Defender Settings Value"
|
||||
Write-Host "------------------------- -----" -noNewline
|
||||
Get-MpPreference
|
||||
"NOTE: Documentation at: https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/dn455323(v=vs.85)"
|
||||
exit 0 # success
|
||||
|
Loading…
Reference in New Issue
Block a user