Random Contributions
Knowledge that I've gathered and stored for your convenience and mine!
Pages
(Move to ...)
Home
▼
Wednesday, June 30, 2021
Update Bitlocker recovery password
›
CMD prompt (as administrator) 1> First, get the current password ID (assuming C: drive) manage-bde c: -protectors -get -type RecoveryPas...
Tuesday, June 29, 2021
Ubuntu Live "CD" creation
›
If you just want to run UBUNTU on a computer boot the downloaded image on a machine via a USB key, Ubutun will prompt if you want to "T...
Wednesday, June 16, 2021
some Powershell commands not all working
›
Ran into a problem when running some powershell commands, these were specifically for Microsoft Teams I kept getting errors running this co...
Thursday, April 15, 2021
PowerShell Scripts
›
Get a list of running applications on windows 10 From Powershell Get-Process | Where-Object { $_.MainWindowTitle } | Format-Table Name,Main...
Tuesday, April 6, 2021
Asterisk Post Call Recording Script configuration
›
This code shows how to alter a file with the Post Call Recording script. But in general shows a bit of how the process of making this aster...
Monday, April 5, 2021
Check GMAIL with a bashscript
›
The code below will check a GMAIL account and if it receives a new email, it will trigger the Issabel PBX to make a phone call. This might b...
2 comments:
Friday, March 19, 2021
Autohotkey FTP code (reference)
›
This is reference location. https://www.autohotkey.com/boards/viewtopic.php?t=79142 Written by user jNizM (github ) Mirror: Release on G...
‹
›
Home
View web version