If you’re looking to delete an Exchange account in Windows 10, there are a few different ways to go about it. The first is to use the Settings app. Open it, click on Accounts, and then select the Exchange account you want to delete. On the next screen, click on Delete Account. If you want to delete an Exchange account using PowerShell, you can use the following command: Get-Mailbox -Identity “Exchange Account Name” | Remove-Mailbox -Confirm:$false ..