January 7, 2022 at 12:00 am
Comments posted to this topic are about the item Easily Saving PoSh Results
January 7, 2022 at 1:30 pm
"clip" works but is actually invokng clip.exe which means your going outside of PoSH to save results to the clipboard. You can also do it completely within PoSH with this cmdlet: Set-Clipboard
January 7, 2022 at 2:15 pm
Is there a cmdlet that will save the link text and the url?
I often need both to make a copy of the text of a web page worthwhile. I can get this functionality from Excel with a geturl function written in VBA.
412-977-3526 call/text
January 7, 2022 at 2:42 pm
Check out Invoke-WebRequest.Links. I'm using PoSH 7.2.1 and I think it's a fairly new cmdlet.
(Invoke-WebRequest biblegateway.com).Links
I'm not an html coder but it might provide what you want.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy