SDKMAN
- GIT
- JAVA
- http://sdkman.io/
- Multi-platform-> Powershell CLI version
- Open powershell from windows pc then type
[Environment]::GetEnvironmentVariable("PSModulePath")
Then get the following
C:\Users\rakib\OneDrive\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
Then Type
New-Item C:\Users\rakib\OneDrive\Documents\WindowsPowerShell\Modules -ItemType Directory
Then Type
cd C:\Users\rakib\OneDrive\Documents\WindowsPowerShell\Modules
Then clone by
git clone https://github.com/flofreud/posh-gvm.git
Then Type
New-Item -path $profile -type file -force
Close power shell & open in administrator mode & Then Type
Install-Module posh-gvm
Then type
Set-ExecutionPolicy RemoteSigned