No announcements
Found 1034509 threads
-
1 Votes
Ping with color output
Start PowerShell with this command line: powershell -ExecutionPolicy RemoteSigned From that PowerShell prompt, you can run scripts.Answered | 7 Replies | 2717 Views | Created by Julio Comfort - Thursday, February 15, 2018 8:49 AM | Last reply by Bill_Stewart - Thursday, February 15, 2018 9:05 PM -
0 Votes
Powershell Script with HTML Output
Hi,No I just want you to guide the script is there its redy but the issue is I am getting output there only on the powershell screen I need the output in a ...Answered | 10 Replies | 1347 Views | Created by SoniaTe - Thursday, July 14, 2016 12:09 AM | Last reply by jrv - Thursday, July 14, 2016 1:05 AM -
0 Votes
Powershell output format
Now try using PowerShell methods and things will get easier.Answered | 10 Replies | 4282 Views | Created by Lars Baltzer - Wednesday, June 4, 2014 7:59 AM | Last reply by Lars Baltzer - Wednesday, June 11, 2014 12:46 PM -
0 Votes
Powershell output to File
Hi Raj- Perhaps try writing a simple batch file (.bat) that wraps your powershell file (as shown below) and redirect the output to a file as ...Answered | 2 Replies | 1273 Views | Created by raj_kumar123 - Tuesday, August 2, 2016 8:29 PM | Last reply by Nathan.Sunderman - Tuesday, August 2, 2016 9:30 PM -
0 Votes
Convert Powershell Output to excel
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-hotfix?Answered | 9 Replies | 2139 Views | Created by Mokman - Friday, June 3, 2016 2:55 PM | Last reply by sysadmin369 - Tuesday, May 1, 2018 5:27 AM -
0 Votes
Powershell output file problem
I've pasted this into a text file, saved as removethumbs.ps1, and then run it in powershell, but it's doing nothing with a flashing cursor and no text file is being created...Answered | 8 Replies | 5193 Views | Created by paul12101 - Friday, November 23, 2012 11:10 AM | Last reply by paul12101 - Tuesday, November 27, 2012 11:14 AM -
2 Votes
Controlling PowerShell's console output
Remember that the Powershell ISE doesn't work that same as the Powershell CLI.Answered | 10 Replies | 17830 Views | Created by try[try[again]] - Wednesday, October 26, 2011 5:53 AM | Last reply by jrv - Monday, October 6, 2014 2:40 PM -
0 Votes
Count Sessions in a Powershell output
If so, use ...Answered | 1 Replies | 1439 Views | Created by umiti - Wednesday, March 25, 2015 12:42 PM | Last reply by Mike Laughlin - Wednesday, March 25, 2015 1:18 PM -
0 Votes
PowerShell - Output formatting issue
write-host ("Free Disk Space: " + (($diskInfo.freespace/1gb).tostring("#.00")) +"Gb ("+ (($diskinfo.freespace / 1gb) / ($diskinfo.size / 1gb) * ...Answered | 2 Replies | 4989 Views | Created by Aaiieeee - Thursday, September 10, 2009 1:20 PM | Last reply by Shay Levi - Friday, September 11, 2009 7:46 AM -
4 Votes
Printing the output in Powershell into a single logfile.
"The output stream (stdout) represents the "normal" output of a command with the Cmdlet Write-Host ...Answered | 15 Replies | 31826 Views | Created by Livio von Büren - Tuesday, September 25, 2012 9:10 AM | Last reply by Laura Park - Thursday, September 26, 2019 6:54 PM -
0 Votes
Powershell Output Issue
Use this instead: $test = nsrjb -C -j DDHLibrary | select-string -notmatch "DailyCamis" | select-string -pattern "Daily" | select-string ...Answered | 2 Replies | 3850 Views | Created by davidox8 - Monday, January 23, 2017 2:27 PM | Last reply by davidox8 - Tuesday, January 24, 2017 9:02 AM -
3 Votes
PowerShell Colorization
Vscode doesn't color powershell parameters (minor flaw), but it has multiple color themes.Answered | 6 Replies | 6455 Views | Created by Richard Mueller - Tuesday, February 14, 2012 6:06 PM | Last reply by JS2010 - Monday, January 1, 2018 9:28 PM -
1 Votes
powershell - output to xml or csv
Found solution: inside the loop- $ThismemberDetail | Out-File -Append -FilePath output.csv -Encoding UnicodeAnswered | 1 Replies | 4226 Views | Created by darkdusky - Friday, August 26, 2011 9:41 AM | Last reply by darkdusky - Friday, August 26, 2011 9:51 AM -
0 Votes
Powershell merging output to Exel
I have a powershell script that I'm sending certain output to Excel.Answered | 4 Replies | 4419 Views | Created by Whiskey72 - Monday, May 9, 2011 4:06 PM | Last reply by Skip Dialogue - Tuesday, May 10, 2011 1:06 PM -
0 Votes
Format Powershell Output
If you want to use an external executable to run your query, then you are dependent on that executable's output.Answered | 3 Replies | 724 Views | Created by mayank_sh - Wednesday, March 4, 2015 4:45 PM | Last reply by Bill_Stewart - Wednesday, March 4, 2015 7:31 PM -
0 Votes
Output from powershell not ordered as expected
PowerShell in Action PowerShell TFM Fourth Edition # free PDF from Sapien site or on amazonAnswered | 12 Replies | 1144 Views | Created by Trainedchimp - Wednesday, November 27, 2019 3:57 PM | Last reply by Trainedchimp - Thursday, November 28, 2019 11:19 AM -
0 Votes
Change Color in HTML Output
Hi, Thic can help: https://gallery.technet.microsoft.com/scriptcenter/Colorize-HTML-Table-Cells-2ea63acd Good luck)Answered | 5 Replies | 898 Views | Created by Stefan Redlin - Monday, June 13, 2016 9:34 PM | Last reply by Stefan Redlin - Friday, June 17, 2016 2:38 PM -
2 Votes
Powershell cmd /c Output Truncated
You don't need to cast $myoutput as an array, powershell does a lot of that minutiae for you - it knows the output is an array of lines of text, also why you don't ...Answered | 14 Replies | 3037 Views | Created by Steven Conner - Tuesday, March 18, 2014 11:06 AM | Last reply by AnnaWY - Wednesday, March 19, 2014 7:23 AM -
2 Votes
PowerShell Output to Excel
Answered | 7 Replies | 42521 Views | Created by niclake13 - Wednesday, November 30, 2011 8:15 PM | Last reply by jrich - Thursday, December 1, 2011 1:03 PM -
0 Votes
Powershell script and output
{ $_.PSIsContainer }", if you may need to run this on machines that have PowerShell v2.Answered | 2 Replies | 564 Views | Created by AcerUser - Thursday, August 25, 2016 2:49 PM | Last reply by FWN - Thursday, August 25, 2016 3:18 PM - Items 1 to 20 of 1034509 Next ›
No announcements