System Frontier is like a toolbox to build your tools, with #PowerShell, #Python or your favorite scripting language. Except, you also get web UIs, APIs, RBAC and logging too.
Delegate tools to other teams like a champ with the new 2.23.12 version.
https://t.co/Zm0FBL0NMy
🆕System Frontier 2.18.10 is out. In case you fancy giving your #PowerShell and #Python scripts to non-admins with a web GUI and REST API. TIP: Admins love it too. #rbac#adminrights#sysadmin
https://t.co/Wmu7PKmSK4
In 2010, TRON: Legacy was slammed by all when it first released, but is now suddenly loved by many who wish the franchise had continued.
Don’t let history repeat itself, go watch Tron Ares in a premium format before you regret it when it’s gone.
Hey MMS Newbies! Don't miss this informative session by the one and only Wally Mead, so you can have a great experience at #MMSMusicCity in Nashville next week.
#MMSMOA#ITpros#BNA
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
Happy #SysAdminDay to all the folks that work more hours than they probably should, when nobody else will so that everybody can. Wait... uh.. just know that YOU ARE APPRECIATED! #powershell#windows#linux#networksecurity
Anyone up for testing an automated fix for the #crowdstrike issue using #powershell? Hope it helps and would love feedback. Source code here: https://t.co/uE19nb2TVA… #bsod