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:

See all tags.