Advanced Search
Search Results
502 total results found
Linux - Cheatsheet
Remove Folder With . At End Of It
rd /s "\\?\C:\Documents and Settings\User\Desktop\Annoying Folder." From https://stackoverflow.com/questions/4075753/how-to
Remove Font Cache
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
Remove Patches Via Command Line
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...
Group Management
Restart in Safe Mode
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
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
Shrink Windows Datastore.edb
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
Uninstall 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
AD Health Check With Email
<#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
Custom Intune Detection Script
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...