January 24th, 2013

PowerTip: Find the Status of File and Storage Services

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to find the status of File and Storage Services on your computer running Windows Server 2012.

Hey, Scripting Guy! Question How do I use Windows PowerShell to find the status of File and Storage Services on my computer running Windows Server 2012?

Hey, Scripting Guy! Answer Use the Get-WindowsFeature cmdlet. You can use a wildcard, as shown here.

Get-WindowsFeature *file*

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.