Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install powershell on windows

winget install PowerShell
Comment

which on powershell

PS C:> Get-Command command_name
Comment

windows powershell

Press WinKey+X
Then click on Windows PowerShell
Comment

powershell

$Response = Invoke-RestMethod -Uri 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=https%3A%2F%2Fvault.azure.net' -Method GET -Headers @{Metadata="true"}
Comment

Powershell

# Hello World in Microsoft Powershell

'Hello World!'
Comment

PREVIOUS NEXT
Code Example
Shell :: concat two txt 
Shell :: duf command ubuntu 
Shell :: clear git bash command history 
Shell :: pyinquier install 
Shell :: how to ignore .idea folder in gitignore 
Shell :: deploy a static website to heroku 
Shell :: sudo yum uninstall 
Shell :: bash find string in program output 
Shell :: raspberry remote 
Shell :: mc for ubuntu linux 
Shell :: cut powershell 
Shell :: how to move file from one directory to another in linux 
Shell :: git show log after date 
Shell :: ubuntu drivers realtek 
Shell :: git clone vs add remote 
Shell :: Comparing Actual Changes Between Two Branches 
Shell :: uninstall anaconda in ubuntu 
Shell :: composer install -- 
Shell :: linux zip file without parent directory 
Shell :: git push to my work 
Shell :: git clone only single file 
Shell :: or push an existing repository from the command line 
Shell :: github checkout 
Shell :: git restoring deleted files 
Shell :: how to scan for raspberry pi on network windows 
Shell :: aws instance agent installation on command line (cloudwatchlogs) 
Shell :: ssh sever time out 
Shell :: apt install package version 
Shell :: php 7.4 raspberry pi 
Shell :: find resolution of image terminal linux 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =