Deep Web: A Web Cmdlets Deep Dive by Mark Kraus

With many IT processes moving to REST based APIs and our ever increasing reliance on websites to do our jobs as developers and operators, never has there been a time more critical for learning all there is to know as much as possible about the Web Cmdlets. Invoke-WebRequest is like a web browser in your PowerShell console and Invoke-RestMethod converts a remote API endpoint into a PowerShell object. Go beyond the -Uri parameter and explore the rich and numerous features of these Cmdlets. Learn what session
Back to Top