PowerShell is fun :)

Blogs about things I encounter in my daily work as an IT Consultant

Skip to content
  • Home
  • Privacy Policy
  • Contact
  • About
Search

Month: July 2023

PowerShell Out-ConsoleGridView and F7History

July 26, 2023July 26, 2023 / Harm Veenstra / 7 Comments

I saw these two console tools for PowerShell in my newsfeed, and I like them 🙂 This blog post will show you what they are and how they work.

Retrieve synopsis and help URLs for all PowerShell cmdlets/functions in your Modules

July 19, 2023August 11, 2023 / Harm Veenstra / 2 Comments

Sometimes you search for cmdlets in your Modules and don't know what they do. You can use Get-Help *something* to find them and Get-Help afterward for more information on those results. That or using Google for more information... In this blog post, I will show you a way to create a report with all that information in one overview 🙂

PowerShell Profile

July 13, 2023July 13, 2023 / Harm Veenstra / 2 Comments

It's being used in every PowerShell session, the PowerShell Profile. In this blog post, I will show you what it does, what you can use it for, and how I use it.

Searching Windows Event Logs using PowerShell

July 3, 2023August 7, 2023 / Harm Veenstra / Leave a comment

For many people, it's the last place you check while troubleshooting, but the Windows Event Log is always a good start to pinpoint issues on your system. In this blog post, I will show you how to search, find easily, and export Windows Event Log information.

You can take PowerShell courses (And others) here at PluralSight at the link below!

If you like my blog posts, consider buying me a coffee :)

Buy Me a Coffee

Blog Stats

  • 247,942 hits

Post Types

  • Post (115)
  • Page (3)

Join 63 other subscribers
  • 365 (7)
  • 9GAG (1)
  • Active Directory (6)
  • Azure (2)
  • Azure AD (2)
  • chromeOS Flex (1)
  • Crypto (1)
  • Docker (1)
  • Formatting (11)
  • Fun (7)
  • GitHub (4)
  • Hyper-V (6)
  • Intune (13)
  • JSON (1)
  • Jupyter (1)
  • Learning (3)
  • Licensing (1)
  • Linux (3)
  • Logs (5)
  • MarkDown (1)
  • Mastodon (1)
  • Microsoft Defender (1)
  • Microsoft Endpoint Manager (13)
  • Microsoft Evaluation Center (2)
  • Microsoft Exchange (6)
  • Microsoft Graph (6)
  • Netsh (1)
  • Networking (7)
  • PowerShell (109)
  • Printers (3)
  • PSEdit (2)
  • PSReadline (4)
  • PSRemoting (1)
  • RSS (1)
  • Security (18)
  • Slack (1)
  • Social (4)
  • Stream Deck (1)
  • Twitter (1)
  • Visual Studio Code (11)
  • WHOIS (1)
  • Windows Sandbox (4)
  • Windows Terminal (4)
  • Winget (3)
  • Check for PowerShell module updatesSeptember 20, 2023
  • Using Windows PowerShell Web AccessSeptember 14, 2023
  • Retrieve Intune Device Primary User and all users ever logged on to that deviceSeptember 7, 2023
  • Use PowerShell to change the color of your Govee lampAugust 31, 2023
  • Retrieve local and remote PowerShell logsAugust 23, 2023
  • Three ways to start Visual Studio CodeAugust 16, 2023
  • Recent podcasts I was a guest onAugust 9, 2023
  • Things I use most in my PowerShell scriptsAugust 2, 2023
  • PowerShell Out-ConsoleGridView and F7HistoryJuly 26, 2023
  • Retrieve synopsis and help URLs for all PowerShell cmdlets/functions in your ModulesJuly 19, 2023
  • September 2023 (3)
  • August 2023 (5)
  • July 2023 (4)
  • June 2023 (6)
  • May 2023 (5)
  • April 2023 (4)
  • March 2023 (4)
  • February 2023 (5)
  • January 2023 (5)
  • December 2022 (6)
  • November 2022 (5)
  • October 2022 (8)
  • September 2022 (9)
  • August 2022 (10)
  • July 2022 (12)
  • June 2022 (11)
  • May 2022 (10)
  • April 2022 (3)
  1. Harm Veenstra on Adding printer drivers and printers using Microsoft Intune and PowerShellSeptember 26, 2023

    Did you manage to get it working?

  2. Harm Veenstra on Retrieve local and remote PowerShell logsSeptember 22, 2023

    You are administrator of the system otherwise it would have given an error about that.. I think that this is…

  3. doooodles on Retrieve local and remote PowerShell logsSeptember 21, 2023

    I am the only user of this PC so to avoid any security issues, I chose not to include the…

  4. Harm Veenstra on Retrieve local and remote PowerShell logsSeptember 21, 2023

    If you don't specify a computername, it will connect to your local computer. If you do specify a computername using…

  5. Harm Veenstra on Check for PowerShell module updatesSeptember 21, 2023

    Ah, no worries and no problem 😊

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

You can take PowerShell courses (And others) here at PluralSight at the link below!

 

Loading Comments...