SSH Tunnel for RDP use!

Streamlined SSH Tunnels for RDP: Jump Hosts and One-Liner Magic Imagine being a sysadmin ninja, crafting multi-hop SSH tunnels and punching through firewalls like a legend, all without breaking a sweat. If you’ve ever wrestled with layer-upon-layer of SSH hops to access a remote RDP session, you’re probably looking to add some real efficiency to … Read more

Change expiration date of certificates issued by CA

To change the validity period settings for a CA, follow these steps. Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry … Read more

Command to get wear percentage on an SSD

The Get-StorageReliabilityCounter cmdlet gets the storage reliability counters for the specified disk or physical disk. These counters include information about such things as the device temperature, errors, wear, and length of time the device has been in use. Example PS C:\WINDOWS\system32> Get-PhysicalDisk | Get-StorageReliabilityCounter | select wear https://docs.microsoft.com/en-us/powershell/module/storage/get-storagereliabilitycounter?view=windowsserver2019-ps

SanDisk SSD Dashboard

SanDisk SSD Dashboard Support Information The SanDisk SSD Dashboard helps users maintain peak performance of the SanDisk SSD in Windows® operating systems with a user-friendly graphical interface for the user. The SanDisk SSD Dashboard includes tools for analysis of the disk (including the disk model, capacity, firmware version, and SMART attributes) and firmware updates. Download: SanDisk … Read more

Duplicati 2.0

Free backup software to store encrypted backups online. For Windows, macOS and Linux Many Backends Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Backblaze B2, Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, hubiC and many others. https://www.duplicati.com/

Check Flash Wear

How to check flash wear via PowerShell within Windows 10 To check the wear value of an internal SSD drive via PowerShell within Windows 10, launch an elevated PowerShell session and use the following command. Get-PhysicalDisk | Get-StorageReliabilityCounter | Select Wear Not all drives accurately report this value to Windows. In some cases, the counter … Read more