Skip to content

Search knowledgebase

37 results for "powershell utility".

... detection and driver installation. 12. Check Installed Printers with PowerShell Open PowerShell as Administrator and run:   Get-Printer | Format-Table Name,DriverName,PortName,PrinterStatus -AutoSize   For example, a...

Advertisement

...ze configuration through multiple methods including: Windows Registry PowerShell Command Prompt (CMD) Printer Preferences Group Policy Print Management Driver-Level DEVMODE Settings Enterprise Deployment Scripts This article di...

...natively, search for: Command Prompt and select: Run as administrator PowerShell or Windows Terminal can also run the same powercfg command. Step 2: Generate the Windows Battery Report Run: powercfg /batteryreport Windows shoul...

...ly install the Canon LBP2900B on Windows 11 25H2, including the exact PowerShell, PnPUtil and PrintUI commands that successfully registered the legacy Canon CAPT driver. Important: The procedure below is based on a Windows 11 2...

...dows includes a useful battery-report command. Open Command Prompt or PowerShell and run: powercfg /batteryreport Windows generates an HTML report and displays its saved location. You can also specify a location: powercfg /batt...

...owever, understanding the difference can prevent confusion when using PowerShell, manage-bde, Active Directory, Microsoft Entra ID, Microsoft Intune, or enterprise BitLocker-management systems. What Does the BitLocker Recovery ...

...ery Wear = 100 − 73 = 27% How to Calculate Battery Health Using PowerShell You can generate the battery report from PowerShell as well. Open PowerShell and run: powercfg /batteryreport /output "$env:USERPROFILE\Desktop\ba...

...n approved status Business information page Account Quality dashboard PowerShell Diagnostic Script (Windows) Write-Host "Checking Internet Connectivity..." Test-NetConnection graph.facebook.com -Port 443 Test-NetConnection busi...

...e may require: Updated INI New offsets Community compatibility update PowerShell Commands for Diagnostics Check Remote Desktop Service:   Get-Service TermService   Check firewall:   Get-NetFirewallRule -DisplayGr...

...includes a useful built-in diagnostic command. Open Command Prompt or PowerShell and run: powercfg /batteryreport Windows generates an HTML battery report and displays its location. A common location is: C:\Users\<Username&g...

...s to finish indexing. Restarting Windows Search Service Administrator PowerShell:   Stop-Service WSearch -Force Start-Service WSearch   This refreshes the search engine without rebooting Windows. Repairing System File...

...nreachable." Always test the UNC path directly. 41. Test TCP Port 445 PowerShell can be used to test SMB connectivity: Test-NetConnection 192.168.1.10 -Port 445 Look for: TcpTestSucceeded : True If it returns False, investigate...

...ws 11 include a useful battery-report feature. Open Command Prompt or PowerShell and run: powercfg /batteryreport Windows generates an HTML battery report and displays its location. A common location is: C:\Users\USERNAME\batte...

... Temporary hosting/server issue   Test the SSH port from Windows PowerShell:   Test-NetConnection server123.example-host.net -Port 65002   Look for:   TcpTestSucceeded : True   If it returns:   Tcp...

THE BISON BRIEF

Practical IT knowledge, once a week.

New troubleshooting guides, scripts and infrastructure notes. No noise.

By subscribing, you agree to our privacy policy.