We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a19fa commit 41e4ed1Copy full SHA for 41e4ed1
1 file changed
Azure Active Directory/MSADPT/MSADPT_scan_network2.ps1
@@ -1090,10 +1090,10 @@ foreach ($Range in $NetworkRanges) {
1090
1091
if (@($SMBSigningStatus).Count -gt 0) {
1092
$SMBSigningStatus | Export-Csv -Path $OutputSmbSigningCsvPath -NoTypeInformation -Force
1093
- Write-Log -Message "SMB signing results written to $OutputSmbSigningCsvPath." -Level 'INFO'
+ Write-MSADPTLog -Message "SMB signing results written to $OutputSmbSigningCsvPath." -Level 'INFO'
1094
}
1095
else {
1096
- Write-Log -Message "No SMB signing results were collected." -Level 'WARNING'
+ Write-MSADPTLog -Message "No SMB signing results were collected." -Level 'WARNING'
1097
1098
1099
Write-MSADPTLog -Message "MSADPT_scan_network2.ps1 completed." -Level 'INFO'
0 commit comments