Tagged "powershell"

Viewing Wifi Passwords

27 May, 2018

Do you have friends coming over and you forgot you wifi password? You can get that from the system

Tags:

You got admin?

30 Aug, 2019

How do you tell if you are running a script as an administrator? You can check that before continuing.

Tags:

How to Create a PowerShell Profile

03 Mar, 2020

Speed up your PowerShell use with some profiling

Tags:

File Dialog With PowerShell

24 Sep, 2021

A simple way to show how to use FileDialog class with .NET in PowerShell

Tags:

dbatools and PowerShell

13 Jul, 2022

How using dbatools has speed up my SQL processing with PowerShell.

Tags:

How to get the Process a Port is Bound to

10 Aug, 2022

Have you ever needed to query a machine for a port but not sure what process is using that port? Here is a simple way to find that information out.

Tags:

How to check for Jellyfin updates

23 Dec, 2022

As with many software there are updates to them. Jellyfin seems to not have a great way to check for updates and install automatically. However, you can use the built-in API to help with that."

Tags:

Got Git?

10 Jan, 2023

Git is a great way to keep track of programming changes. However, some of the commands can get overwhelming and just need a simple way to get changes synced with a remote repository.

Tags:

Select-Object with PowerShell

25 Feb, 2023

A quick glance at a small over-looked tool PowerShell has available to us

Tags:

Spring Cleaning

01 Apr, 2023

It's time to spruce up your digital life and weed out those old and oversized files

Tags:

Console Speech API and Beeps

14 Apr, 2023

How to make your computer talk with you using the .NET Speech assembly.

Tags:

Console Speech API, Part 2

19 Apr, 2023

Continuation of the Console Speech with a simple game.

Tags:

Bookmarks in PowerShell

20 Apr, 2023

Setting bookmark locations within the PowerShell console and quickly move into them

Tags:

Powershell GUI with WPF

29 May, 2023

Sample way to make a GUI with Powershell and Visual Studio for Windows WPF applications

Tags:

Finding your Windows Install Date

08 Jun, 2023

Did you ever need to find when you installed your operating system? Check out the many ways to check your system.

Tags:

Mapping the internet

28 Jun, 2023

How to map out the IP trace of a domain with PowerShell and IP Geo Location services

Tags:

Manage AWS Instances

31 Aug, 2023

Using the AWS CLI to manage your AWS EC2 Instances in a quick and easy way

Tags:

See all tags.