Skip to content

Commit 10825fa

Browse files
authored
Update POSHQuickBites.md
1 parent 615bcfb commit 10825fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

POSHQuickBites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
66
```
77

88
### 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"```
9+
```goAA Get-Service | select Name, Status, StartType, DisplayName | where StartType -Match "Automatic" | where Status -Match "Stopped"```
1010

1111
### Get the system's last Boot Up Time
1212
```(Get-CimInstance -ClassName win32_operatingsystem).lastbootuptime```

0 commit comments

Comments
 (0)