Skip to content

Commit 3d8cdd8

Browse files
🩹 [Patch]: Update logging for network and public IP information in main.ps1
1 parent 1ee4459 commit 3d8cdd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/main.ps1‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ LogGroup 'Context: [INPUTS]' {
7171
}
7272

7373
LogGroup 'Network Info' {
74-
Get-NetIPConfiguration
74+
Write-Host "$(Get-NetIPConfiguration | Out-String)"
7575
}
7676

7777
LogGroup 'Public IP Info' {
78-
Get-PublicIP
78+
Write-Host "$(Get-PublicIP | Out-String)"
7979
}
8080

8181

0 commit comments

Comments
 (0)