Diagnosing Hardware Issues
Example Prompt:
Example Response:
Related Tasks:
Installing and Configuring Software
Example Prompt:
Example Response:
Related Tasks:
Performing Routine Maintenance
Example Prompt:
Example Response:
# CleanupAndUpdate.ps1
# Clear temporary files
Remove-Item -Path $env:TEMP\* -Recurse -Force
# Clear Recycle Bin
Clear-RecycleBin -Force
# Perform system updates
Write-Host 'Checking for updates...'
Install-Module PSWindowsUpdate -Force -Scope CurrentUser
Get-WindowsUpdate -Install -AcceptAll -AutoReboot
Write-Host 'Disk cleanup and system updates completed successfully.'
Related Tasks:
Providing Technical Support to Users
Example Prompt:
Example Response:
Related Tasks:
Setting Up and Troubleshooting Networks
Example Prompt:
Example Response:
Related Tasks: