System Frontier

117 posts

System Frontier banner
System Frontier

System Frontier

@SystemFrontier

Create web tools using PowerShell, Python or your favorite scripting language. Built-in RBAC, REST APIs and more. Easy to use since 2012.

Inscrit le Mayıs 2013
33 Abonnements138 Abonnés
System Frontier retweeté
spencer
spencer@techspence·
If you’re a windows server admin, IT admin, AD admin, help desk tech, or anything similar, you’re my people 🙏
English
27
14
415
14.5K
System Frontier retweeté
System Frontier retweeté
spencer
spencer@techspence·
A quick and easy way to find services with unquoted service paths is to open up PowerShell and run the following: Get-WmiObject win32_service | select Name,PathName,StartMode,StartName | where {$_.StartMode -ne "Disabled" -and $_.StartName -eq "LocalSystem" -and $_.PathName -notmatch "`"" -and $_.PathName -notmatch "C:\\Windows"} | Format-List
spencer tweet media
English
14
80
482
40.6K