Level 7
Level 9
2 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Get-Command *-Service
Windows PowerShell makes it easy to discover its features. For example, to find a list of cmdlets that view and change Windows services, type: _______
Get-Help Get-Service
you can learn more about the cmdlet by using the Get-Help cmdlet. For example, to display help about the Get-Service cmdlet, type: ______