File Dialog With PowerShell
A simple way to show how to use FileDialog class with .NET in PowerShell
A simple way to show how to use FileDialog class with .NET in PowerShell
How else do you get files these days but downloading files. This could be for a deployment purpose or to just use the terminal to download a file without usi...
One of my favorite commands from the Linux terminal is the touch command. This is a way for users to create or modify files and their timestamp information. ...
In a previous post I talked about how to use Python to organize files. Since most of my work is on a windows machine I thought I would add a PowerShell based...
No matter what we do we are always working with archiving files compressing or decompressing them. In this post we are going to take a look at creating a ZIP...
Every time you launch a PowerShell console, a profile is loaded that contains settings and much more to use. This is a great place to put your automation tas...
Getting the system up time on Windows servers or desktops is a needed task every so often. This information can be found a different ways but occasionally we...
When working in a terminal a lot we learn several built in commands that we start to lean on those commands and tools in our everyday life.
Did you forget your WiFi passwords and wish you could retrieve them? Or know what wireless networks you’ve connected to? With PowerShell we can do that prett...
During user input we need to perform some string functions to put the name in a proper format because lets be honest, no one always types correctly.