User Profile
baijiaying
Copper Contributor
Joined Feb 21, 2019
User Widgets
Recent Discussions
Get different results in new powershell process and active process
I execute the following code in a new powershell process, get the results "chrome IE" Continue run the same code in the active powershell process get the results with new line "chrome IE" I think this may be related with the type issues. But I still don't know why the same code results is different in new powershell process and active powershell process. Param( [string]$Browsers = "Chrome,IE" ) $browsers = $Browsers.split(",") foreach ($browser in $browsers) { $browser }847Views0likes1Comment
Recent Blog Articles
No content to show