Skip to content

Commit 97077d2

Browse files
committed
Added some examples for Defender and VS
1 parent 1c81fb5 commit 97077d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Get-IntuneNetworkRequirements.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ while displaying potential issues in the console for the service area TPMAttesta
149149
.EXAMPLE
150150
This will ingest 2 files from the working directory and compare them. The comparison is written to another CSV file while also showing the results in a grid view.
151151
.\Get-IntuneNetworkRequirements.ps1 -MergeResults -MergeCSVs ResultList_29072024_110030_SADAME-PC.csv,ResultList_30072024_084101_3T0M4W3.csv -ShowResults
152+
.EXAMPLE
153+
This will test all Visual Studio endpoints and verify each CRL. It will output the results in a CSV file and show the results in a gridview.
154+
.\Get-IntuneNetworkRequirements.ps1 -CustomURLFile .\VisualStudio.csv -UseMSJSON -CheckCertRevocation -VisualStudioFull -OutputCSV -ShowResults
155+
.EXAMPLE
156+
This will test all Defender endpoints and verify each CRL. It will output the results in a CSV file and show the results in a gridview.
157+
.\Get-IntuneNetworkRequirements.ps1 -CustomURLFile .\MicrosoftDefender.csv -UseMSJSON -CheckCertRevocation -DefenderFull -OutputCSV -ShowResults
152158
.NOTES
153159
Version: 1.3.0
154160
Versionname: Brandgefaehrlich

0 commit comments

Comments
 (0)