My professional musings
Subscribe to get new posts delivered straight to your inbox. No spam, unsubscribe anytime.
No spam. Unsubscribe anytime.
See All Uncategorized →
Main Parser Usage $Query = “Status AND (User OR Admin)”$Parser = [Parser]::new($Query)$OutputTree = $Parser.ParseExpression() Display…
So finally I’ve made the jump. I have been dabbling with various linux distributions over…