본문 바로가기
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
2016.12.06 16:47

systeminfo_to_samba

조회 수 209

c:
cd\
cls


for /f "tokens=1-2 delims=:" %%a in ('ipconfig^|find "IPv4"') do set ip=%%b
set ip=%ip:~1%

for /F "tokens=2 delims==" %%s in ('wmic bios get serialnumber /value') do set sn=%%s

echo IP address : %ip%

echo Computer Serical Number : %sn%

set file=\\192.168.4.157\samba\OA_Administrator\_System_info\%ip%_%sn%.txt

set file2=C:\%ip%_%sn%.txt


timeout 150


wmic bios get serialnumber > %file%

wmic computersystem get "Model","Manufacturer" >> %file%

wmic computersystem get "Name", "UserName" >> %file%

wmic cpu get name >> %file%

wmic PATH Win32_PhysicalMemory  get capacity >> %file%

wmic os get name >> %file%

wmic os get installdate >> %file%

wmic nicconfig get ipaddress,caption >> %file%

wmic nicconfig get macaddress,caption >> %file%

 

C:\Windows\Temp\cpuz\cpuz.exe -txt=%file%

 

wmic bios get serialnumber > %file2%

wmic computersystem get "Model","Manufacturer" >> %file2%

wmic computersystem get "Name", "UserName" >> %file2%

wmic cpu get name >> %file2%

wmic PATH Win32_PhysicalMemory  get capacity >> %file2%

wmic os get name >> %file2%

wmic os get installdate >> %file2%

wmic nicconfig get ipaddress,caption >> %file2%

wmic nicconfig get macaddress,caption >> %file2%


timeout 15


cls


copy "\\192.168.4.157\samba\OA_Administrator\_System_info\C_ROOT_CMD\Windows\Temp\systeminfo_to_pc.cmd" "C:\Windows\Temp\" /y

cmd.exe /c start /min C:\Windows\Temp\systeminfo_to_pc.cmd


exit


List of Articles
날짜 카테고리 제목 조회 수
2019.09.18 배치파일 CASZONE X-TOOLS Add-On v1.6.3 file 2407
2019.09.01 배치파일 CASZONE X-TOOLS v4.8.2 file 2034
2017.02.22 미디어서버 날자별 파일별 묶음 배치파일 소스 320
2017.01.11 배치파일 systeminfo_to_info_COMPUTERNAME 459
2016.12.31 배치파일 systeminfo_to_tel 359
2016.12.31 배치파일 systeminfo_to_vbs 386
2016.12.31 배치파일 systeminfo_to_winup 352
2016.12.31 배치파일 systeminfo_to_sw 356
2016.12.31 배치파일 systeminfo_to_info 405
2016.12.31 배치파일 systeminfo_to_services 368
2016.12.31 배치파일 systeminfo_to_power 351
2016.12.31 배치파일 systeminfo_to_pc 359
2016.12.31 배치파일 systeminfo_to_samba 341
2016.12.13 박과장님께 ㅋㅋ file 315
2016.12.06 cpuz 233
2016.12.06 systeminfo_to_samba 209
2016.12.06 systeminfo_to_pc 198
2016.12.06 systeminfo_vbs.vbs 252
2016.12.06 배치파일 힣!mstsc_history_delete 408
2016.12.06 명령어 윈도우7 자격 증명 관리 / 자격 증명 삭제 file 1996
2016.12.06 배치파일 CompName 537
2016.12.06 배치파일 pc_setting_v1 444
Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7