Skip to content

Commit

Permalink
Update Get-Defender.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyPhipps authored Oct 2, 2024
1 parent 815f77f commit a0fb738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modules/Get-Defender.psm1
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Function Get-Defender {
<#
.SYNOPSIS
Gets Microsoft Defender information.
Collects Windows Defender configuration details.
.DESCRIPTION
Gets general system information. Includes data from
Get-MpComputerStatus, Get-MpPreference.
Collects Windows Defender configuration details.
.EXAMPLE
Get-Defender
.EXAMPLE
Get-Defender |
Select-Object -Property * -ExcludeProperty PSComputerName,RunspaceID |
Export-Csv -NoTypeInformation ("c:\temp\Defender.csv")
.EXAMPLE
Expand Down

0 comments on commit a0fb738

Please sign in to comment.