Useful PowerShell scripts
Guid generator will generate GUID and put it into the Clipboard
Just type guid into your powershell console
E:\ps> guid
Guid: d5bae5bc-d0dc-47ef-bbf7-1323f7a2180e copied to the clipboard!
E:\ps>Git ignore is scripth that downloads .gitignore template from Github
Example
git-ignore VisualStudio
will download contents of the file https://raw.githubusercontent.com/github/gitignore/master/VisualStudio.gitignore and save it to file .gitignore
Possible problems
Names of templates are case sensitive so you should know the name before downloading.
How to use
rna -ti 10 -adapterName "mreza"
rna - name of PowerSHell script
-ti - how many seconds to wait before enabling adapter again (default 5)
-adapterName - name of your network adapter (default "mreza")
You can call this script with default parameters
rna
if you need to change default parameters edit param section in rna.ps1 file