# Import the modul
Import-Module PSWritePDF (first instal)
# Get system information and save it as a PDF
$output = Get-ComputerInfo | Out-String
New-PDF -FilePath "C:\SystemInfo.pdf" -Content $output
2024-12-13 13:32:30
0
Computer Advice :
useful for .txt format
2024-12-12 17:05:47
0
To see more videos from user @computer.advice7, please go to the Tikwm
homepage.