Loading...
Loading...
Master PowerShell scripting and Windows system administration for 2026. Enforces cross-platform compatibility (PS 7+), secure credential handling, and high-fidelity automation patterns.
npx skill4agent add oimiragieo/agent-studio powershell-expert$ErrorActionPreference = 'Stop'Try/Catch[PSCustomObject]-Output JSONActiveDirectoryJoin-Path[IO.Path]::Combine/\Microsoft.PowerShell.SecretManagementInvoke-Expression.psm1.Tests.ps1$ErrorActionPreference = 'Stop'
try {
$files = Get-ChildItem -Path $target -Filter *.json
foreach ($file in $files) {
$data = Get-Content -Path $file.FullName | ConvertFrom-Json
# Process $data object
}
} catch {
Write-Error "Failed to process files: $($_.Exception.Message)"
}Get-Secretcat .claude/context/memory/learnings.mdASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.