Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

502 total results found

Linux - Cheatsheet

Remove Folder With . At End Of It

Windows - One Liners File System

rd /s "\\?\C:\Documents and Settings\User\Desktop\Annoying Folder." From https://stackoverflow.com/questions/4075753/how-to

Remove Font Cache

Windows - One Liners File System

forfiles /P C:\Windows\ServiceProfiles\LocalService\AppData\Local /M FontCache* /D -30 /C "cmd /c del @path" From https://social.technet.microsoft.com/Forums/windows/en-US/3795364f-b66c-43ae-82d3-8ed5eb1aa2ce/local-service-system-profile-grown-to-extremely-la...

Get Information

Powershell Master Cheatsheet - Cheatsheet

Remove Patches Via Command Line

Windows - One Liners Updates

Works on Windows Server 2008R2, 7, 8 and higher Find the list of packages installed on the machine with the issue by performing this command dism /online /get-packages /format:table for ease of reading I did the following: dism /online /get-packages /f...

Windows Update

Group Management

Microsoft 365 - Walkthroughs

Restart in Safe Mode

Windows - One Liners System

1. Open Advanced Startup Options in Windows 10 or Windows 8, assuming you're using one of those operating systems. Since you can't start Windows properly, use method 4, 5, or 6 outlined in that tutorial. With Windows 7 or Windows Vista, start System Recovery ...

Send A Message To All Logged On Users

Windows - Scripts System

shutdown -r -t 600 -c "This system is restarting in 10 minutes to recover OS stability. Please logoff now to prevent data loss." timeout /t 5 shutdown -a  

Linux - Walkthroughs

Get Information

Cisco - Cheatsheet

Shrink Windows Datastore.edb

Windows - One Liners File System

esentutl.exe /d c:\Windows\SoftwareDistribution\DataStore\DataStore.edb From https://www.experts-exchange.com/questions/28712976/C-Windows-SoftwareDistribution-DataStore-DataStore-edb-file-getting-bigger-than-1-GB-in-my-Windows-Server.html

InterVLAN Routing

Cisco - Walkthroughs

Uninstall Applications

Windows - One Liners Applications

WMIC Uninstall Check list of applications wmic product where "name like '%java%'" get name Uninstall wmic product where "name like '%Java%' or name like '%JRE%'" call uninstall   Powershell Uninstall Check list of applications Get-Package -ProviderNa...

Device Specific Configuration

Cisco - Walkthroughs

AD Health Check With Email

Active Directory - Scripts

<#PSScriptInfo .VERSION 1.0 .GUID 30c7c087-1268-4d21-8bf7-ee25c37459b0 .AUTHOR Vikas Sukhija .COMPANYNAME TechWizard.cloud .COPYRIGHT .TAGS .LICENSEURI .PROJECTURI https://techwizard.cloud/2021/05/04/active-directory-health-check-v2/ ...

Research - Application Comparisons

Move

McAfee - Walkthroughs

Custom Intune Detection Script

Intune - Scripts

https://silentinstallhq.com/create-a-custom-detection-script-for-1password-powershell/ 1Password (Registry Detection Method)• Install the version of 1Password you want to deploy on a test box or VM• Check out the following posts for further details• 1Password...