Using Invoke-WebRequest to Read a File
August 30th, 2017 by Charlie Russel and tagged ConvertFrom-CSV, Invoke-WebRequest, PowerShell
An interesting problem came up recently where we needed to standardize the creation of VPNs on new user laptops. To do that, I knew I needed to use the Add-VPNConnection cmdlet (more on that in a another post, soon.) But in order to populate the parameters of Add-VPNConnection, I needed to store the values somewhere. […]
Posted in IT Admin, Networking, PowerShell | Comments Off on Using Invoke-WebRequest to Read a File