⚠️ Early Development: I am currently developing this profile and need to have a way to install it on multiple computers with ease. This project is in the early stages of development and may undergo significant changes. Please use with caution and consider contributing if you encounter issues or have suggestions.
This repository contains scripts and tools to manage, backup, and restore PowerShell profiles and associated files. It includes a set of PowerShell modules and scripts to perform specific tasks related to profile management.
copy_profile.ps1
: Copies specified profile files to a designated folder, creating backups and handling file naming.restore_profile.ps1
: Restores profile files from the backup folder to their original locations.
- HyperFocus.psm1: A PowerShell module for hyper-focus functionality.
- PSWeather.psm1: A PowerShell module for weather-related functionalities.
- RDPManager.psm1: A PowerShell module for Remote Desktop Protocol (RDP) management.
interactivemenu.psm1
: A PowerShell module for interactive menus.
Microsoft.PowerShell_profile.ps1
Custom Powershell Profile with multiple different functions.customkali.omp.json
: A custom JSON configuration file.powershell-profile-help.md
Help file, because I forget stuff.Get-CountryCodesAndContinents.ps1
: Powershell tool written by SecTraversl : PowerShell-GeoIP-WhoIs-IPEnrichment-ToolsGet-GeoIP.ps1
: Powershell tool written by SecTraversl : PowerShell-GeoIP-WhoIs-IPEnrichment-ToolsGet-IPEnrichment.ps1
: Powershell tool written by SecTraversl : PowerShell-GeoIP-WhoIs-IPEnrichment-ToolsGet-WhoIs.ps1
: Powershell tool written by SecTraversl : PowerShell-GeoIP-WhoIs-IPEnrichment-ToolsPowerShell-GeoIP-WhoIs-IPEnrichment-Tools-LICENSE
: License file for the GeoIP and WhoIs enrichment tools by : SecTraversl : PowerShell-GeoIP-WhoIs-IPEnrichment-ToolsPowerShell-GeoIP-WhoIs-IPEnrichment-Tools-README.md
: README file for the GeoIP and WhoIs enrichment tools by : SecTraversl : PowerShell-GeoIP-WhoIs-IPEnrichment-Tools
Run the copy_profile.ps1
script to copy and backup the profile files to the specified folder.
.\copy_profile.ps1
Run the restore_profile.ps1
script to restore the profile files from the backup folder.
.\restore_profile.ps1
This project is licensed under the MIT License - see the LICENSE file for details.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Thanks to all contributors and users of this project.