Skip to content

Search knowledgebase

71 results for "PowerShell script".

PowerShell is one of the most valuable administration and automation tools available to Windows system administrators. Unlike the traditional Command Prompt, PowerShell works with structured objects and provides extensive capabili...

...require standardized maintenance. You need to install updates through PowerShell. Windows Update components need troubleshooting. You want to create maintenance scripts. You are administering systems through RDP. Updates must b...

Advertisement

...account and a user profile, safely remove profiles through the GUI or PowerShell, and avoid deleting profiles that are still required. Does Removing an Unused User Profile Free Space on C:? Yes. By default, Windows Server 2019 ...

...n Knowledge of: Active Directory basics Group Policy Windows Registry PowerShell Command Prompt Event Viewer Device Manager Disk Management Task Manager Services Remote Desktop 4. What Is a Network Engineer? A Network Engineer ...

...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...

...ly starts with Google as the homepage and startup page using a single PowerShell script. Why Use Browser Policies? Browser policies provide several advantages over manually changing browser settings. They are: Centralized Enfor...

...f: Credential dumping tools RDP-related utilities Administrator-level PowerShell abuse Execution attempts from temporary directories Such behavior commonly precedes attempts to: Enable Hyper-V silently Create vEthernet adapters...

...redentials, without using risky third-party tools. When combined with PowerShell automation, these controls become fully manageable, reversible, auditable, and client-friendly.This article explains a complete technical framewor...

...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...

...vice management (MDM) or network restrictions that can block uploads. PowerShell Script (Windows) – Check PDF File Information Get-ChildItem "C:\Users\$env:USERNAME\Documents\*.pdf" | Select-Object Name, Length, LastWrite...

...ep 1: Check the User's RDP Session From an elevated Command Prompt or PowerShell on the server, run:   quser ACCUSER11   Example:   USERNAME SESSIONNAME ID STATE IDLE TIME LOGON TIME accuser11 27 Disc 1 25-Jul-26...

... list brief On systems where WMIC has been removed or deprecated, use PowerShell or Windows Settings instead. WMIC is an older management interface and should not be the foundation of new administration scripts. 27. View Servic...

...l pm clear com.google.android.gms Check Free Space adb shell df /data PowerShell Network Test Test-NetConnection google.com Flush DNS ipconfig /flushdns Reset Winsock (Windows) netsh winsock reset Restart PC afterward if you ar...

...plications CAD software Graphics utilities IT Department May require: PowerShell Administrative utilities Remote-support software Diagnostic tools General Users May need a more restricted environment. Device groups and policies...

...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...

...t where available SQL maintenance plans where supported T-SQL scripts PowerShell Windows Task Scheduler Third-party SQL backup software SQL Server edition and environment determine which options are available. For example, SQL ...

...ated configuration Third-party backup software Windows Task Scheduler PowerShell or batch script NAS backup software Cloud backup software Server backup solution Do not assume that every "automatic Tally backup" installation wo...

...ion 8: Convert Video Recommended codec: H.264 AAC Audio MP4 Container PowerShell Script – Check Large Files Get-ChildItem "D:\Documents" -Recurse | Where-Object {$_.Length -gt 100MB} | Select Name, @{Name="Size(MB)";Expre...

...Retains user environment Avoids data loss ? 3. Bulk User Creation via PowerShellFor multiple users, automation is preferred.Example Script:New-ADUser -Name "User1" `-SamAccountName "user1" `-UserPrincipalName "user1@domain.loca...

... /renew Reset Winsock netsh winsock reset Restart Windows afterwards. PowerShell Network Test Test-NetConnection web.whatsapp.com -Port 443 Check Time Service w32tm /query /status Repair Windows Network netsh int ip reset Resta...

... 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...

...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...

...opens. Test both the invalid URL and the genuine homepage. On Windows PowerShell:   curl.exe -I "https://www.exampletechsite.com/?listing/184760400/"   The desired result is:   HTTP/1.1 410 Gone   or an HTTP...

...op com.whatsapp.w4b Clear Cache adb shell pm trim-caches 999999999999 PowerShell (Windows) Check Internet Test-NetConnection web.whatsapp.com -Port 443 Flush DNS ipconfig /flushdns Restart Network netsh winsock reset Downloadab...

...ll com.whatsapp.w4b Check storage: adb shell df -h Reboot: adb reboot PowerShell Network Test (Windows) Test-NetConnection play.google.com -Port 443 DNS Flush (Windows) ipconfig /flushdns Router Restart Power cycle: Turn OFF Wa...

...psys package com.android.providers.contacts Restart Device adb reboot PowerShell Commands (Windows Phone Management) Verify Connected Device adb devices Restart ADB adb kill-server adb start-server View Device Information adb s...

...services Running Processes adb shell top Connected Device adb devices PowerShell (Windows) View saved Wi-Fi profiles netsh wlan show profiles Check active network connections netstat -ano Running processes tasklist Security Che...

...l pm list packages | findstr gms Device Information adb shell getprop PowerShell (ADB Installed) adb devices adb shell dumpsys account adb shell df -h Downloadable Troubleshooting Script (Windows) Check-WhatsAppBusinessBackupEn...

...imentation. IT Engineers Administrators using AI for troubleshooting, PowerShell, scripting, log analysis, server management and documentation. Data Analysts Users repeatedly processing or analyzing large datasets and reports. ...

...Ls with cURL Administrators can inspect an HTTP response from Windows PowerShell or Command Prompt using: curl.exe -I "https://examplebusiness.com/" A normal homepage may return: HTTP/1.1 200 OK Content-Type: text/html; charset...

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.