Blog
Blog
Artículos técnicos, guías prácticas e ideas sobre PowerShell, .NET, Active Directory y automatización de IT.
Escribe una consulta para buscar en toda la sección Blog.

Windows 10 – You’ll need the internet for this 0xCAA7004 or 0xCAA30194 or 0x80072EFD
Resolve Windows 10 sign-in and connectivity problems behind the You will need the internet for this message and errors 0xCAA7004, 0xCAA30194, and 0x80072EFD.

Install-Module: The term Install-Module is not recognized as the name of cmdlet, function, script file or operable program
If Install-Module is not recognized at all, the usual cause is that the machine is missing the PowerShellGet tooling that newer Windows PowerShell environments include.

Windows 10 – High CPU Usage with EvntAgnt Warning Event ID 3007 in Event Log
If Windows Event Log starts consuming CPU because EvntAgnt event 3007 is looping, check whether the SNMP service is the trigger in that specific build.

PSWriteWord – Add-WordTable / Add-WordText Expanded
In this weekly release (PSWriteWord 0.4.6) there are handful of updates and tweaks to Add-WordTable and Add-WordText. If you’ve not…

PSWriteWord – Updated to 0.4.1 (Breaking Change included)
Review the PSWriteWord 0.4.1 release, including the breaking change, document-generation fixes, and practical improvements that make Word automation scripts more reliabl…

CollectGuestLogs.exe – High Disk Usage on Azure VM
If CollectGuestLogs.exe is hammering disk on an Azure VM, check the Azure Guest Agent log-collection behavior and reduce that workload before the VM becomes unusably slo…

PSWinReporting 1.0 – Monitoring Active Directrory Events
Few months after initial release a new public version of PSWinReporting 1.0 is released. While the name might not be…

Working with Windows Events with PowerShell
Work with Windows Event Logs in PowerShell more effectively by querying events, filtering noisy data, and building repeatable troubleshooting workflows for servers and c…

Just different approach to Active Directory Password Notifications
A long time ago I’ve maintained a C# version of Password Expiry reminders. It was working based on HTML templates…

Write-Color is now published as PowerShell Module
Explore the first PowerShell Gallery release of Write-Color, why it was packaged as a reusable module, and how it helps standardize colorful console output.