# An Investment in Knowledge

## An Investment in Knowledge

- [An Investment in Knowledge](https://wiki.bryanpcoleman.com/master.md): A personal Wiki where I keep what I've learned in my career in Information Technology and what I want to learn going forward.
- [Microsoft Windows](https://wiki.bryanpcoleman.com/microsoft-windows.md): Desktop or Server, you'll find it here
- [CMD: Disable Windows 10 Reset](https://wiki.bryanpcoleman.com/microsoft-windows/disable-windows-10-reset.md): Users Resetting their PC thinking it was Restart? Users trying to hide thing by resetting their PC? Do this:
- [CMD: Fix Windows Key Activations](https://wiki.bryanpcoleman.com/microsoft-windows/fix-windows-key-activations.md): Windows 10, Windows Server 2016, and Windows Server 2019
- [CMD: FSMO Role Transfer](https://wiki.bryanpcoleman.com/microsoft-windows/fsmo-role-transfer.md)
- [De-Bloat Windows 10](https://wiki.bryanpcoleman.com/microsoft-windows/de-bloat-windows-10.md): Powershell Script to remove Windows 10 bloatware
- [Important Links](https://wiki.bryanpcoleman.com/microsoft-windows/important-links.md): Links to How-Tos and other important information that I am too lazy to write out myself.
- [Microsoft Exchange Server Search Index Rebuild](https://wiki.bryanpcoleman.com/microsoft-windows/microsoft-exchange-server-search-index-rebuild.md): When an entire office can no longer search their emails due to lack of network connection (so the error message says), the Database Index may be corrupt.
- [PowerShell: Export Active Directory Group Members](https://wiki.bryanpcoleman.com/microsoft-windows/powershell-export-active-directory-group-members.md): Query and save members of Active Directory groups. In this case, this is just looking for names of users, but other meta data can be queried as well.
- [Registry: Mapped Drives Don't Appear](https://wiki.bryanpcoleman.com/microsoft-windows/mapped-drives-dont-appear.md): In third-party software, mapped network drives may not appear. This can occur in Windows 7 and Windows 10. The fix for this is to edit a registry setting using the instructions below.
- [Robocopy](https://wiki.bryanpcoleman.com/microsoft-windows/robocopy.md): Command format and option definitions
- [SYSVOL Migration to DFRS](https://wiki.bryanpcoleman.com/microsoft-windows/sysvol-migration-to-dfrs.md): Primarily used to move from a Server 2008(R2) or 2012 environment to a Server 2016/2019 environment.
- [Moving Windows Recovery Partition](https://wiki.bryanpcoleman.com/microsoft-windows/moving-windows-recovery-partition.md)
- [Microsoft 365](https://wiki.bryanpcoleman.com/microsoft-365.md)
- [Export Shared Mailbox Permissions](https://wiki.bryanpcoleman.com/microsoft-365/export-shared-mailbox-permissions.md)
- [Change Microsoft 365 Update Channel](https://wiki.bryanpcoleman.com/microsoft-365/change-microsoft-365-update-channel.md): Typically used to change the channel from Semi-Annual Enterprise to the Current channel release so the latest updates/features added to or improved upon for Microsoft 365 are available to users.
- [Apple MacOS](https://wiki.bryanpcoleman.com/apple-macos.md): How-tos, important terminal commands, shortcut keys, and apps.
- [Terminal Commands](https://wiki.bryanpcoleman.com/apple-macos/terminal-commands.md): Commands that I've come across that I've had to use and may be beneficial in the future.
- [Linux](https://wiki.bryanpcoleman.com/linux.md)
- [Raspberry Pi](https://wiki.bryanpcoleman.com/raspberry-pi.md): Production, Projects, and Information
- [pi-Hole](https://wiki.bryanpcoleman.com/raspberry-pi/pi-hole.md)
- [Weather Station](https://wiki.bryanpcoleman.com/raspberry-pi/weather-station.md)
- [Wardriving Kali Linux](https://wiki.bryanpcoleman.com/raspberry-pi/wardriving-kali-linux.md)
- [Raspbian Tweaks](https://wiki.bryanpcoleman.com/raspberry-pi/raspbian-tweaks.md): Raspbian OS tweaks for personal taste or for better functionality.
- [Data Privacy Restoration Journey](https://wiki.bryanpcoleman.com/data-privacy-restoration-journey.md): Data conglomerates have broken down privacy barriers in the name of profits, and it is time to reclaim what is rightfully mine.
- [Bitwarden](https://wiki.bryanpcoleman.com/data-privacy-restoration-journey/bitwarden.md)
- [Nextcloud](https://wiki.bryanpcoleman.com/data-privacy-restoration-journey/nextcloud.md): Self-hosting of data, calendars, contacts, and so much more!
- [openHAB](https://wiki.bryanpcoleman.com/data-privacy-restoration-journey/openhab.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.bryanpcoleman.com/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
