Sam Erde
Sam Erde
On a new Windows machine with Node.js installed, I ran `nvm use 16` ([README permalink](https://github.com/jsa2/caOptics/blob/main/readme.md?plain=1#L171)) and got the message: > node vv16.18.0 (64-bit) is not installed or cannot be found....
All of the updates. โ - Refactored to eliminate redundant DNS checks and rely on a cached copy of DNS records. - Added a separate check to resolve FQDNs in...
Added black background color to logo so it would be visible in Windows PowerShell's default blue background.
# Pull Request ## Description Enhanced **actions_bootstrap.ps1** to support Windows PowerShell 5.1 while installing Pester on Windows. It currently checks for `$IsWindows`, which was only introduced in PowerShell 6. I...
Get-PublishedTemplates pulls a list of published templates with their name, OID, flags, enrollment flag, whenModified, revision, and minor revision. This should help us check if vulnerable templates are published and...
When running BlueTuxedo straight from the PowerShell ISE, the `Show-Logo` function returns an error whenever it tries to reset the background color. ```powershell PS C:\Tools> .\Invoke-BlueTuxedov2024.10-4dev.ps1 Write-Host : Cannot process...
The current build script installs all required module dependencies, even if they are already installed. This only installs them if they are missing or not using the required version. The...
The Install-Dependencies script currently installs the AzureAD module and all required module dependencies, even if they are already installed. This takes about 2.5 minutes on average in my testing. The...
Have you considered using the GitHub cache for modules that get installed by `actions_bootstrap.ps1`? This could speed up the build process and also reduce hits to the PowerShell Gallery. I'm...
This pull request includes several improvements to the `Export-Entra` PowerShell script to enhance its functionality and readability. The most important changes include updating the cmdlet documentation, defining parameter sets to...