Hello,
I want to know if there's a possibility to delete point ........?..... and return to the line when I receive the results by email.
$body= @"
Hostname: $($env:computername)
Le SID of the Machine: $($sid.AccountDomainSid.ToString())
INformation Network : $(ipconfig | findstr [0-9].\.)
"@
Hostname: $($env:computername)
Le SID of the Machine: $($sid.AccountDomainSid.ToString())
INformation Network : $(ipconfig | findstr [0-9].\.)
"@
Thanks you,
Attached is the output of this command in the terminal and in email
