Mencari tipe .mdf dengan powershell


 Mencari tipe .mdf dengan powershell


Get-ChildItem -Path C:\ -Filter *.mdf -Recurse -ErrorAction SilentlyContinue | Select-Object FullName, CreationTime, @{Name="Size (GB)"; Expression={"{0:N2}" -f ($_.Length / 1GB)}} | Format-Table -AutoSize


Latest


EmoticonEmoticon