ngetchell.com
  • Home
  • PowerShell
  • Linux
  • Cybersecurity

Import a Module from Other Computers

Mar 14, 2018 1 min read PowerShell
PowerShell comes with a simple way to install a module using PowerShellGet [https://ngetchell.com/powershellget-introduction/] and the Find/Install Module cmdlets. Did you know however that you can import modules, over the
Read Now Read Later
Nicholas M. Getchell
By: Nicholas M. Getchell

Git Commit Messages and Hooks

Feb 27, 2018 3 min read PowerShell
Maintaining integrity in your code is hard. Git hooks [https://git-scm.com/book/gr/v2/Customizing-Git-Git-Hooks] are an easy way to manage your workflow so you never commit code that doesn’t meet
Read Now Read Later
Nicholas M. Getchell
By: Nicholas M. Getchell
Poor Man's GUI

Poor Man's GUI

Feb 13, 2018 3 min read PowerShell
If you’re like me, you try to automate everything through the PowerShell console. Automate employee account creation, easy. Check the registry on 500 remote servers, wouldn’t break a sweat. How about
Read Now Read Later
Nicholas M. Getchell
By: Nicholas M. Getchell
Using ThreadJob for Performance

Using ThreadJob for Performance

Jan 26, 2018 2 min read PowerShell
Parallelizing work in PowerShell has been a drag. Runspaces are too complicated to spin up and background jobs are too resource intensive. There is a parallel foreach parameter when using workflows but I've
Read Now Read Later
Nicholas M. Getchell
By: Nicholas M. Getchell

Deploying PowerShell Down-level

Jan 25, 2018 2 min read PowerShell
There have been many great features added to PowerShell throughout the years.  Lots of new cmdlets come through the Remote Server Administration Tools (RSAT) or baked into the new version of the operating
Read Now Read Later
Nicholas M. Getchell
By: Nicholas M. Getchell
Newer Posts
Page 2 of 7
Older Posts
Powered by Ghost
ngetchell.com