We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
# To import in your PowerShell runspace, run below command:
# irm https://aka.ms/InvokeRemoteCommand | iex
# To import in remote scriptblock, use below syntax:
# . ([scriptblock]::Create((irm 'https://aka.ms/InvokeRemoteCommand')))
# To import in your PowerShell runspace, run one of below commands:
# iex ([System.Net.WebClient]@{}).DownloadString('https://gist.githubusercontent.com/keystroke/5d54c3db4fe02ef6507daf97b9cc7bd8/raw')
# irm https://gist.githubusercontent.com/keystroke/5d54c3db4fe02ef6507daf97b9cc7bd8/raw | iex
# irm 'https://gist.githubusercontent.com/keystroke/643bcbc449b3081544c7e6db7db0bba8/raw' | iex
<#
.Synopsis
There was an error while loading. Please reload this page.