Is there a way to echo a command and make the status of a worklet visible?
Example; if I sent a PS command to a system lets say to unjust something. I would like to see something in the logs showing a status.
Get-NetAdapter | foreach { Disable-NetAdapterBinding -InterfaceAlias $_.Name -ComponentID ms_tcpip6 }
Current log shows:
1
nothing else.
Maybe something on how to echo the results or response from the command.