This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################################################################### | |
$text = @" | |
_______ _______ _______ ______ _______ ______ _______ ______ _______ _____ __ _ | |
|_____| | | |______ |_____/ |______ | \ |_____| | \ | | | | | \ | | |
| | |_____ | |______ | \_ |______ |_____/ | | |_____/ | | | __|__ | \_| | |
Title: Reset Windows Update Settings | |
Description: Reset Windows Updates |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: Python - Download House Financial Pdfs | |
# Description: Downloads Financial Disclosure Reports from disclosures-clerk.house.gov | |
# More info: https://alteredadmin.github.io//posts/python-download-house-financial-pdfs/ | |
# ===================================================== | |
# Name: Altered Admin | |
# Website: https://alteredadmin.github.io/ | |
# If you found this helpful Please consider: | |
# Buymeacoffee: http://buymeacoffee.com/alteredadmin | |
# BTC: bc1qhkw7kv9dtdk8xwvetreya2evjqtxn06cghyxt7 | |
# LTC: ltc1q2mrh9s8sgmh8h5jtra3gqxuhvy04vuagpm3dk9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: Python - Download media from a reddit user | |
# Description: Download Media that a reddit user posted. | |
# More info: https://alteredadmin.github.io/posts/python-download-media-from-a-reddit-user/ | |
# ===================================================== | |
# Name: Altered Admin | |
# Website: https://alteredadmin.github.io/ | |
# If you found this helpful Please consider: | |
# Buymeacoffee: http://buymeacoffee.com/alteredadmin | |
# BTC: bc1qhkw7kv9dtdk8xwvetreya2evjqtxn06cghyxt7 | |
# LTC: ltc1q2mrh9s8sgmh8h5jtra3gqxuhvy04vuagpm3dk9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: Python - Download media from Subreddit | |
# Description: Download Media Posted to a Subreddit | |
# More info: https://alteredadmin.github.io/posts/python-download-media-from-subreddit/ | |
# ===================================================== | |
# Name: Altered Admin | |
# Website: https://alteredadmin.github.io/ | |
# If you found this helpful Please consider: | |
# Buymeacoffee: http://buymeacoffee.com/alteredadmin | |
# BTC: bc1qhkw7kv9dtdk8xwvetreya2evjqtxn06cghyxt7 | |
# LTC: ltc1q2mrh9s8sgmh8h5jtra3gqxuhvy04vuagpm3dk9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: Python ASCII Table | |
# Description: Create ASCII Table with Pyhton from CSV file | |
# More info:http://buymeacoffee.com/alteredadmin/posts/python-print_tables_with_python_and_csvs/ | |
# ===================================================== | |
# Name: Altered Admin | |
# Website: https://alteredadmin.github.io/ | |
# If you found this helpful Please consider: | |
# Buymeacoffee: http://buymeacoffee.com/alteredadmin | |
# BTC: bc1qhkw7kv9dtdk8xwvetreya2evjqtxn06cghyxt7 | |
# LTC: ltc1q2mrh9s8sgmh8h5jtra3gqxuhvy04vuagpm3dk9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
################################################################ | |
# Title: Adobe CC uninstall script | |
# Description: used to uninstall Adobe CC applications before or after updateing | |
# to the next version. | |
# More info: https://alteredadmin.github.io/posts/macos-uninstall-adobecc-script/ | |
#===================================================== | |
# Name: Altered Admin | |
# Website: https://alteredadmin.github.io/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Title: SCCM OSD Set OU Name via .VBS | |
'Description: Used to set OUs for OSD Based off starting characters for the computer name | |
'More info: https://alteredadmin.github.io/posts/sccm-osd-set-ou-name-via-vbs/ | |
'===================================================== | |
'Name: Altered Admin | |
'Website: https://alteredadmin.github.io/ | |
'If you found this helpful Please consider: | |
'Buymeacoffee: http://buymeacoffee.com/alteredadmin | |
'BTC: bc1qhkw7kv9dtdk8xwvetreya2evjqtxn06cghyxt7 | |
'LTC: ltc1q2mrh9s8sgmh8h5jtra3gqxuhvy04vuagpm3dk9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem Title: Feature Update Windows 10 Using SCCM Application Model | |
rem Description: script used to installa DCU and update Drivers and bios | |
rem More info: https://alteredadmin.github.io/posts/feature-update-windows-10-using-sccm-application-model/ | |
rem ===================================================== | |
rem Name: Altered Admin | |
rem Website: https://alteredadmin.github.io | |
rem If you found this helpful Please consider: | |
rem Buymeacoffee: http://buymeacoffee.com/alteredadmin | |
rem BTC: bc1qhkw7kv9dtdk8xwvetreya2evjqtxn06cghyxt7 | |
rem LTC: ltc1q2mrh9s8sgmh8h5jtra3gqxuhvy04vuagpm3dk9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem Title: Feature Update Windows 10 Using SCCM Application Model | |
rem Description: script used to installa DCU and update Drivers and bios | |
rem More info: https://alteredadmin.github.io/posts/feature-update-windows-10-using-sccm-application-model/ | |
rem ===================================================== | |
rem Name: Altered Admin | |
rem Website: https://alteredadmin.github.io | |
rem If you found this helpful Please consider: | |
rem Buymeacoffee: http://buymeacoffee.com/alteredadmin | |
rem BTC: bc1qhkw7kv9dtdk8xwvetreya2evjqtxn06cghyxt7 | |
rem LTC: ltc1q2mrh9s8sgmh8h5jtra3gqxuhvy04vuagpm3dk9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Title: How to Update Dell Drivers and BIOS During SCCM OSD | |
Description: used to import settings in dell command update | |
More info: https://alteredadmin.github.io/posts/how-to-update-dell-drivers-and-bios-during-sccm-osd/ | |
===================================================== | |
Name: Altered Admin | |
Website: https://alteredadmin.github.io/ | |
If you found this helpful Please consider: | |
Buymeacoffee: http://buymeacoffee.com/alteredadmin | |
BTC: bc1qhkw7kv9dtdk8xwvetreya2evjqtxn06cghyxt7 |
NewerOlder