Windows 운영체제에 PowerShell 이 기본 내장되어 나오는 이상 더 이상 열심히 하지 않을 수가 없습니다. ^^;
Shell 을 능숙하게 사용하게 된다면 관리 뿐만 아니라 트러블슈팅을 할 때에도 강력한 효과를 볼 수 있기 때문이죠. 앞으로 유용한 명령어들을 하나씩 블로그에 정리해 볼 계획입니다.
Get-Command 와 format-list 명령을 사용하면 파일 정보를 확인할 수 있습니다.
PS C:\Users\Lai Go> Get-Command winlogon | format-list *
HelpUri :
FileVersionInfo : File: C:\Windows\system32\winlogon.exe
InternalName: winlogon
OriginalFilename: WINLOGON.EXE.MUI
FileVersion: 6.1.7600.16385 (win7_rtm.090713-1255)
FileDescription: Windows Logon Application
Product: Microsoft® Windows® Operating System
ProductVersion: 6.1.7600.16385
Debug: False
Patched: False
PreRelease: False
PrivateBuild: False
SpecialBuild: False
Language: English (United States)
Path : C:\Windows\system32\winlogon.exe
Extension : .exe
Definition : C:\Windows\system32\winlogon.exe
Visibility : Public
OutputType : {System.String}
Name : winlogon.exe
CommandType : Application
ModuleName :
Module :
Parameters :
ParameterSets :
HelpUri :
FileVersionInfo : File: C:\Windows\system32\winlogon.exe
InternalName: winlogon
OriginalFilename: WINLOGON.EXE.MUI
FileVersion: 6.1.7600.16385 (win7_rtm.090713-1255)
FileDescription: Windows Logon Application
Product: Microsoft® Windows® Operating System
ProductVersion: 6.1.7600.16385
Debug: False
Patched: False
PreRelease: False
PrivateBuild: False
SpecialBuild: False
Language: English (United States)
Path : C:\Windows\system32\winlogon.exe
Extension : .exe
Definition : C:\Windows\system32\winlogon.exe
Visibility : Public
OutputType : {System.String}
Name : winlogon.exe
CommandType : Application
ModuleName :
Module :
Parameters :
ParameterSets :
[참고자료]
Using the Get-Command Cmdlet
http://technet.microsoft.com/en-us/library/ee176842.aspx
작성자 : Lai Go / 작성일자 : 2010.04.18