PowerShell RestPS Tutorial #1 - Basic Setup

Veröffentlicht am: 25 November 2021
auf dem Kanal: JackedProgrammer
3,912
58

In this series, I go over the RestPS Module for PowerShell which lets you create a REST API like you would with FAST API with python. In this video I go over how to install the module and some problems that you might have with the install and how to overcome them and how to start the RestPS listener and run the basic commands that come included. In the next video we will be creating our own routes.

Check if TLS12 is configured :
[Net.ServicePointManager]::SecurityProtocol

Enable TLS12
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

Tags:
Rest api,api,powershell,jackedprogrammer,programming,coding,scripting,restful,setup, tutorial, powershell restps, restps


Auf dieser Seite können Sie das Online-Video PowerShell RestPS Tutorial #1 - Basic Setup mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer JackedProgrammer 25 November 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 3,912 Mal angesehen und es wurde von 58 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!