Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

delete points and return to the line

$
0
0

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].\.)
"@

Thanks you, 

Attached is the output of this command in the terminal and in email


Viewing all articles
Browse latest Browse all 6937

Trending Articles