PowerShell

Tag: PowerShell

25 posts
Remix Music with PowerShell
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Remix Music with PowerShell

Remixing Music with RoughDraft and FFMpeg

·
Sep 1
·
ZippyZippy
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Zippy

A Quick Compression Module

·
Aug 4
·
Search-ScriptSearch-Script
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Search-Script

Finding Needles in Haystacks with the AST

·
Aug 3
·
Two Wrongs Make a RightTwo Wrongs Make a Right
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Two Wrongs Make a Right

In PowerShell, Two Wrongs Make a Right

·
Jul 28
·
The Power of PrimesThe Power of Primes
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

The Power of Primes

Prime numbers are pretty powerful. That's why I just released a new PowerShell module based off of an old mathematical concept: PrimeTime. PrimeTime uses prime numbers as time intervals.

·
Jul 14
·
Friday Fun #1 - Servers with PowerShellFriday Fun #1 - Servers with PowerShell
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Friday Fun #1 - Servers with PowerShell

I've been doing WebDev with PowerShell for a while now. I find it a lot of fun. I'm somewhat obsessed with making things easy in PowerShell and trying to make development fun.

·
Jun 26
·
Issues loading Az PowerShell modules in Azure Automation
Vigilant Broccoli icon
Vigilant Broccoli

Issues loading Az PowerShell modules in Azure Automation

Newer Az PowerShell module versions (newer than v11) may fail to load in Azure Automation PowerShell runbooks on older runtime versions like 7.2. Switch to the Runtime Environment Experience, create a new Runtime Environment, select a new PowerShell version like 7.4 or 7.6 for the environment, and migrate your runbooks to the new environment.

·
Jun 24
·
Making MemesMaking Memes
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Making Memes

It's Friday. Let's have some Fun! Let's write fun servers in PowerShell. About a week ago, I released Fun. It's a fun functional server in PowerShell.

·
Jun 19
·
Events are EasyEvents are Easy
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Events are Easy

Events are easy. Events let you know when something happened, and respond to it if you choose. Events are incredibly useful.

·
Jun 2
·
Mastering MarkdownMastering Markdown
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Mastering Markdown

I've loved Markdown since the day it was a Daring Fireball post. It's a simple rich text format that gets the job done, and it's used everywhere. Markdown is supported out of the box on PowerShell 6+, using the ConvertFrom-Markdown command.

·
May 26
·
Freeform FunctionsFreeform Functions
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Freeform Functions

We all yearn for freedom. We want to be free from tyranny. We want to be free to live. We want to be free to do things we enjoy. Some of us yearn to be free of PowerShell's parameter structure.

·
May 11
·
PowerShell ProfilesPowerShell Profiles
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

PowerShell Profiles

I've been using PowerShell for a pretty long time, and I have some thoughts on profiles. Let's share some of what I think makes a good profile and a bad profile. The profiles are the script run when a PowerShell launched. Any user can have a profile, and all users can have a profile.

·
May 10
·
Splatting the GitHub CLISplatting the GitHub CLI
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Splatting the GitHub CLI

Brevity may be the soul of wit, but I may be bad at it. But let's try to make a quick post about a little daily PowerShell timesaver: splatting the GitHub CLI. I'm going to show you how you can save typing and time with the GitHub CLI.

·
May 10
·
Static Sites are SimpleStatic Sites are Simple
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Static Sites are Simple

Static Sites are simple. They're just files, and mostly text. Here's a PowerShell one-liner to make a really simple static site: We make static sites with whatever language we want, and we can publish them about anywhere for free.

·
Feb 23
·
The PowerShell Wiggum LoopThe PowerShell Wiggum Loop
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

The PowerShell Wiggum Loop

One of the best things about PowerShell is that you can interactively explore anything. Long before the Wiggum Loop was a thing, PowerShell let you explore interactively with prompting. Here's how you can embody the spirit of Ralph Wiggum and find your way around PowerShell. All parts of the PowerShell Wiggum Loop are as old as PowerShell itself. To be fair, the Simpsons did it first (1989).

·
Feb 1
·
Hello WorldHello World
PowerShell Pocket Blog icon
PowerShell Pocket Blog
posh.pckt.blog

Hello World

I'm James, and the code above is Hello World in PowerShell. Long ago, I worked on the PowerShell team and helped build a really beautiful and interesting scripting language. In the past couple of decades I've been continuing to explore and grow the capabilities of the language, and have beamed with pride as more and more people have been inspired.

·
Jan 27
·
Deleting All Workflow Runs In GitHub Repository With PowerShell
D
Den
den.dev

Deleting All Workflow Runs In GitHub Repository With PowerShell

A PowerShell script that paginates the GitHub REST API to bulk-delete every workflow run in a repository, with rate-limit handling and dry-run support.

·
Jan 16 '25
·
Quickly Finding Previously Typed Commands With PowerShell
D
Den
den.dev

Quickly Finding Previously Typed Commands With PowerShell

Search PowerShell command history with Get-History and PSReadLine across sessions to recover long ffmpeg or scripting commands you ran weeks ago.

·
Dec 29 '24
·
Reading Azure Active Directory Recommendations From PowerShell
D
Den
den.dev

Reading Azure Active Directory Recommendations From PowerShell

Pull Azure Active Directory tenant recommendations from PowerShell using the Microsoft Graph API, with sample code for auth and parsing the JSON output.

·
Feb 12 '23
·
Caffeinate Windows With PowerShell
D
Den
den.dev

Caffeinate Windows With PowerShell

A PowerShell equivalent of macOS caffeinate -d that uses the SetThreadExecutionState Win32 API to keep Windows awake without faking key presses.

·
Nov 11 '20
·
Generating Windows 10 Notifications With PowerShell
D
Den
den.dev

Generating Windows 10 Notifications With PowerShell

Triggering native Windows 10 toast notifications from PowerShell using the WinRT ToastNotificationManager API to alert on long-running script steps.

·
Aug 25 '20
·
Write GitHub Actions In PowerShell
D
Den
den.dev

Write GitHub Actions In PowerShell

Author a custom GitHub Action that runs PowerShell Core inside a Docker container, replacing the default bash entry point for cross-platform scripts.

·
Dec 11 '18
·
SFTP auf Microsoft IIS korrekt einrichten
N
Nicky Reinert - Institut für digitale Herausforderungen
nickyreinert.de

SFTP auf Microsoft IIS korrekt einrichten

Dieser Artikel behandelt häufige Probleme bei der Einrichtung eines SFTP-Servers auf Microsoft IIS, darunter Zertifikatsfehler, Probleme mit passiven Verbindungen und Benutzerberechtigungen. Er bietet Lösungen, wie die korrekte Generierung von Server-Zertifikaten mittels PowerShell und die Behebung

·
Oct 13 '15
·
Launching Windows Store Apps From Desktop
D
Den
den.dev

Launching Windows Store Apps From Desktop

Launching Windows 8 Store apps from the desktop via registered URI schemes like bingfinance: and bingmaps: pulled out of the Windows Registry.

·
Nov 27 '12
·
Quest NDS Migrator LogFile Parser
General Ramblings icon
General Ramblings

Quest NDS Migrator LogFile Parser

I am currently helping a customer migrate from Novell to Microsoft and they are using the Quest migrator product to move their data to new DFS servers.

·
May 18 '12
·