You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the best solution would be to change the current implementation to something like bellow:
Get-Process | Export-Csv -Path c:\Temp\Processes.csv -UseCulture -NoTypeInformation -Append
Improve Write-Log function to add the possibility via a parameters to print to log, console or both.
The text was updated successfully, but these errors were encountered: