$transcriptDir = Join-Path ([Environment]::GetFolderPath('MyDocuments')) PowerShellTranscripts if (-not (Test-Path $transcriptDir)) { New-Item -Type ...
確定! 回上一頁