From fe496524f247f2ee396523b1f00cd85f620fe121 Mon Sep 17 00:00:00 2001 From: jerryabo <94194023+jerryabo@users.noreply.github.com> Date: Thu, 10 Mar 2022 11:06:29 -0600 Subject: [PATCH] Updating log/html doc folder location to %temp% Old path was still referenced. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be4a523..a434391 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This utility will evaluate firewall rules from the Intune portal to evaluate com Test-IntuneFirewallRules examines JSON data exported by [EndpointSecurityPolicy_Export.ps1](https://raw.githubusercontent.com/microsoftgraph/powershell-intune-samples/master/EndpointSecurity/EndpointSecurityPolicy_Export.ps1) in the [Intune Graph Samples](https://github.com/microsoftgraph/powershell-intune-samples) GitHub repo. Each firewall rule is evaluated on the device the script is ran from to detect errors in rule logic or exceptions reported by the Defender Firewall client. -Errors are recorded in Test-IntuneFirewallRules_Errors.*log file and an FirewallRuleTests.html document in the folder the script is ran from. The HTML document is displayed when the script completes. +Errors are recorded in Test-IntuneFirewallRules_Errors.*log file and an FirewallRuleTests.html document in the %temp% folder. The HTML document is displayed when the script completes. ## Usage