1
사용설명
powershell 오늘날짜 파일 txt 저장 -백업웨어 컴퓨터백업

Get-ChildItem -Path "c:" -Recurse -ErrorAction SilentlyContinue  |

Where-Object { $_.CreationTime -gt (Get-Date).AddDays(-1) } |

Select-Object Fullname,CreationTime |

Out-File -FilePath c:\1.txt

이 게시물을

공유하기

번호
분류
제목
조회 수
947
사용설명
조회 수: 359
946
조회 수: 426
944
조회 수: 426
사용설명
조회 수: 359
조회 수: 426

SEARCH