since this bit doesnt contain timings) $gpoListEvent = get-EventData $logonEvents.where({$_.id -eq 5312}) $gpoXml = [xml]””<GPOs>$($gpoListEvent.GPOInfoList)</GPOs>”” $gpoList = $gpoXml.GPOs.GPO | select name Continue reading →
Highlight why the PowerShell Get-ItemPropertyValue error is not suppressed. Continue reading →
Our evergreen application packaging services can be used to ensure the security, stability, and performance of core business applications. Continue reading →
Intune application packaging services empower businesses to enhance the user experience by providing cloud-based deployment and management of applications. Continue reading →
A PowerShell Active Directory people picker. Continue reading →
How we can use PowerShell to monitor CPU and memory usage. Continue reading →
A PowerShell Active Directory Group Picker. Continue reading →
PowerShell Add-Content error The Process Cannot Access The File? Continue reading →
This post shows how to use PowerShell to get the current username and sid from an elevated session. Typically speaking, if you were running powershell.exe as an elevated user and typed $env:USERNAME you would see the username of the elevated … Continue reading →
This is a replica (with better formatting) of a post I made over at ITNinja (or AppDeploy back then!) several years ago which discusses configuring Excel automation add-ins. I’m not even sure if it still works but it’s great as … Continue reading →