문서의 이전 판입니다!
Profile이 존재하는지 확인
Test-Path $profile
프로파일을 생성하려면
New-Item -Path $profile -type file -Force
Get-ChildItem D:\testFile1.txt | % {$_.LastWriteTime = '2005-11-01 06:01:36'}
Get-ChildItem D:\testFile1.txt | % {$_.LastWriteTime = (Get-Date)}