설치된 닷넷프레임워크 버전 확인 방법

OS/Microsoft|2020. 2. 11. 16:53
반응형

윈도우 서버에서 .Net Framework 설치 확인하는 방법입니다.

 

Powershell 실행 후 

 

Install-Module -Name DotNetVersionLister -Scope CurrentUser #-Force

 

Get-STDotNetVersion

 

댓글()