System Frontier (@systemfrontier) 's Twitter Profile
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.

ID: 1423852987

linkhttps://systemfrontier.com calendar_today12-05-2013 19:10:19

107 Tweet

138 Followers

25 Following

Guy Leech (@guyrleech) 's Twitter Profile Photo

#PowerShell 1 liner to show running services & exe version gcim win32_service -filter "DisplayName like '%Citrix%'"|select Name,DisplayName,StartMode,State,ProcessId,@{n='Version';e={ps -id $_.ProcessId|gp|select -expand versionInfo|select -expand fileversion}}|ft

#PowerShell 1 liner to show running services & exe version

gcim win32_service -filter "DisplayName like '%Citrix%'"|select Name,DisplayName,StartMode,State,ProcessId,@{n='Version';e={ps -id $_.ProcessId|gp|select -expand versionInfo|select -expand fileversion}}|ft
Jeff Hicks (@jeffhicks) 's Twitter Profile Photo

"Monthly #PowerShell reminder: full cmdlet & parameter names in your scripts. No aliases. Think of the next person - could be you."

PSHSummit (@pshsummit) 's Twitter Profile Photo

Ready to be a conference speaker? We have an opportunity for you, and we would love for you to share what you know about PowerShell. Submit your topics for #PowerShell & #DevOps Global Summit 2023. CFP closes on November 15. bit.ly/3CtjvKX #Automation #PSHSummit #ITpros

Ready to be a conference speaker? We have an opportunity for you, and we would love for you to share what you know about PowerShell. Submit your topics for #PowerShell & #DevOps Global Summit 2023. CFP closes on November 15.
bit.ly/3CtjvKX

#Automation #PSHSummit #ITpros
David Bombal (@davidbombal) 's Twitter Profile Photo

Did you know this about Windows? #tips #tricks #ProductivityTips #windows #windows11 #microsoft #powershell #dev #time #timesaving #cmd #hack #lifehack

Jay Adams (@onescripter) 's Twitter Profile Photo

Anyone up for testing an automated fix for the #crowdstrike issue using #powershell? Hope it helps and would love feedback. Source code here: github.com/systemfrontier…… #bsod

System Frontier (@systemfrontier) 's Twitter Profile Photo

🆕System Frontier v2.13.11 released. See what's new here: systemfrontier.com/docs/changelog/ #SystemFrontier #NoAdminRights #PowerShell #Python

System Frontier (@systemfrontier) 's Twitter Profile Photo

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

spencer (@techspence) 's Twitter Profile Photo

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

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
Harjit Dhaliwal (@hoorge) 's Twitter Profile Photo

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