From clipboard to PowerShell with Read-Clipboard

added by DotNetKicks
7/26/2021 4:05:12 PM

781 Views

The Read-Clipboard function is part of my PowerShell Excel module. You can get it here or at a PowerShell prompt use this command to install it Install-Module -Name ImportExcel. Check out the short video I did on it. The Read-Clipboard functions creates an array of object from data copied to the clipboard.


0 comments