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