hi,
i have this code in my script: ($myIP = Get-NetIPAddress -AddressFamily IPv4 | Select-Object IPAddress)
When i build the script and run it (.exe file) i receive this in the console: I have tried to pipe the result to | out-null without any change. How can i remove the output in the console?
i have this code in my script: ($myIP = Get-NetIPAddress -AddressFamily IPv4 | Select-Object IPAddress)
When i build the script and run it (.exe file) i receive this in the console: I have tried to pipe the result to | out-null without any change. How can i remove the output in the console?
Statistics: Posted by bvnielsen — Thu Mar 28, 2024 1:25 am