Problem This code is to gather a sorted list of IDs (first by ID, then by date) recursively from a […]
Tag: powershell
Batch script to make folders hidden
Problem I just wrote a simple script cmd to hide private folders by combining several scripts from the Internet. Can […]
Sherlock is going against the Beast with PowerShell
Problem I ran into this challenge a couple of times today and thought I could tackle it with PowerShell. I […]
Terminating an Active Directory user
Problem I’m writing an AD Termination script for work. I’m new to PowerShell and was wondering if multiple commands within […]
Extract version string from text file with Powershell
Problem I need to pull the version # out of a Vim script that might look something like: ” some […]
Converting JSON to CSV using powershell
Problem I have a very large JSON Lines File with 4.000.000 Rows, and I need to convert several events from […]
Advent of Code Day 6: toggling lights in a grid with Powershell
Problem I am using the “Advent of Code” series to help with my PowerShell education. The Day 6 puzzle has […]
Gather list of all IDs ordered by submission date and ID by parsing file path
Problem This code is to gather a sorted list of IDs (first by ID, then by date) recursively from a […]
PowerShell within HTA
Problem I’ve put some code together that helps me search an internal ticket system using an HTA application with some […]
Extracting first initial and last name [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
- 1
- 2