PowerShell is fun :)

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

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

Month: February 2023

Using PSEdit as PowerShell editor

February 27, 2023February 27, 2023 / Harm Veenstra / 9 Comments

I like using Visual Studio Code as my PowerShell script editor, but alternative editors exist. The built-in PowerShell ISE is usually there for you on Windows, but there's a nice PowerShell module that you can use called PSEdit. In this blog post, I will show you how to use that as an alternative to VSCode.

Visual Studio Code Snippets and PowerShell

February 20, 2023March 18, 2023 / Harm Veenstra / 7 Comments

You often repeat certain standard things when writing scripts in Visual Studio Code. Wouldn't it be nice if we could simplify that? This blog post will show you how to use VSCode Snippets to your advantage!

Report on SMTP Send/Receive Logs from Exchange using PowerShell

February 13, 2023February 14, 2023 / Harm Veenstra / Leave a comment

I had to check many log files of an Exchange 2016 server to see which clients or applications were on which Exchange Send Connector and what emails were being received on which Receive Connector. A nice thing to do using PowerShell 🙂 This blog post will show you how to get a simple overview of the logs.

Toot on Mastodon using API and PowerShell

February 6, 2023February 7, 2023 / Harm Veenstra / 2 Comments

I wrote blog posts about how to use an API for Slack and Twitter messages, but... Mastodon is also there now, and I thought... Ok, can I Toot in Mastodon using PowerShell? This blog post will show you how 😉

Export pipeline output to a MarkDown file using PowerShell

February 1, 2023February 1, 2023 / Harm Veenstra / Leave a comment

I like using MarkDown to format text and Obsidian to save my notes, and sometimes you want to export the output from cmdlets or scripts for future reference. This blog post will show you how to easily save that output to a new or existing MarkDown file.

Blog Stats

  • 118,812 hits
If you like my blog posts, consider buying me a coffee :)

Buy Me a Coffee

  • 365 (5)
  • 9GAG (1)
  • Active Directory (6)
  • Azure AD (1)
  • chromeOS Flex (1)
  • Crypto (1)
  • Formatting (5)
  • Fun (5)
  • GitHub (2)
  • Hyper-V (4)
  • Intune (8)
  • JSON (1)
  • Jupyter (1)
  • Learning (1)
  • Licensing (1)
  • Linux (2)
  • Logs (3)
  • MarkDown (1)
  • Mastodon (1)
  • Microsoft Endpoint Manager (9)
  • Microsoft Evaluation Center (2)
  • Microsoft Exchange (6)
  • Microsoft Graph (4)
  • Netsh (1)
  • Networking (5)
  • PowerShell (83)
  • Printers (3)
  • PSEdit (1)
  • PSReadline (2)
  • PSRemoting (1)
  • RSS (1)
  • Security (12)
  • Slack (1)
  • Stream Deck (1)
  • Twitter (1)
  • Visual Studio Code (7)
  • WHOIS (1)
  • Windows Sandbox (1)
  • Windows Terminal (1)
  • Winget (2)
  • Using the preview version of the WinGet PowerShell ModuleMarch 27, 2023
  • Using PowerShell on your Stream DeckMarch 20, 2023
  • Using PSCustomObject in PowerShellMarch 13, 2023
  • Using Trace-Command in PowerShell for debuggingMarch 6, 2023
  • Using PSEdit as PowerShell editorFebruary 27, 2023
  • Visual Studio Code Snippets and PowerShellFebruary 20, 2023
  • Report on SMTP Send/Receive Logs from Exchange using PowerShellFebruary 13, 2023
  • Toot on Mastodon using API and PowerShellFebruary 6, 2023
  • Export pipeline output to a MarkDown file using PowerShellFebruary 1, 2023
  • Install or update your SysInternals Suite using PowerShellJanuary 27, 2023
  • 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 PowerShellMarch 30, 2023

    😁 True, true

  2. innermotion on Adding printer drivers and printers using Microsoft Intune and PowerShellMarch 30, 2023

    Great Stuff, Really useful well crafted scripts. Now our T1 techs can build out Intune packages without many issues. Also…

  3. Harm Veenstra on Adding printer drivers and printers using Microsoft Intune and PowerShellMarch 29, 2023

    Thank you 😊 yes, it's a simple solution to install printers that doesn't require any additional subscriptions 😅 And yes,…

  4. Mekkel Richards on Adding printer drivers and printers using Microsoft Intune and PowerShellMarch 29, 2023

    This is an incredible post. Very well written and easy to follow. We have been looking for a printer deployment…

  5. Harm Veenstra on Adding printer drivers and printers using Microsoft Intune and PowerShellMarch 17, 2023

    I usually download and extract a specific printer driver, then I start my Windows Sandbox (Or another VM or your…

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
 

Loading Comments...