 |
If you are having issues with Exchange mail flow and your exchange server sits behind a Cisco ASA try telneting to your exchange server on port 25. If you receive a message 220 **********************... |
|
 |
Use this Powershell command to find the embedded Product Key for Windows.
1. Open Powershell as Administrator
2.Paste in the following command:
(Get-WmiObject -query 'select * from SoftwareLicens... |
|
 |
> Run PowerShell as Administrator
> Paste the following text into the PowerShell window and hit enter:
function Search-RegistryKeyValues {
param(
[string]$path,
[string]$valueName
) ... |
|