We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615bcfb commit 10825faCopy full SHA for 10825fa
POSHQuickBites.md
@@ -6,7 +6,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
6
```
7
8
### Get a list of all Automatic services currently Stopped
9
-```Get-Service | select Name, Status, StartType, DisplayName | where StartType -Match "Automatic" | where Status -Match "Stopped"```
+```goAA Get-Service | select Name, Status, StartType, DisplayName | where StartType -Match "Automatic" | where Status -Match "Stopped"```
10
11
### Get the system's last Boot Up Time
12
```(Get-CimInstance -ClassName win32_operatingsystem).lastbootuptime```
0 commit comments