This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"service": { | |
"suggestion": { | |
"startmode": "Open PowerShell as administrator and run 'Set-Service -Name {0} -StartType {1}'", | |
"status": "Make the service '{0}' in {1} state." | |
}, | |
"expectedconfiguration": [ | |
{ | |
"name": "BITS", | |
"status": "running", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://twitter.com/dfinke/status/1167559940598370304 | |
$a='';1..9|%{"{0,9} x 8 + $_ = $(8*($a+=$_)+$_)"-f$a} | |
# if executing only once in a scope | |
1..9|%{"{0,9} x 8 + $_ = $(8*($a+="$_")+$_)"-f$a} |
OlderNewer