Exchange 2019 Enterprise on Windows 2019 Server std.
No complaints from users regarding any form of abnormal behaviour of email flow, mailbox issues (other than normal day to day).
For example, Get-Mailbox returns only one user out of approximately 200. New-MailboxExportRequest and Get-MailboxExportRequest don't work ie:
"New-MailboxExportRequest : The term 'New-MailboxExportRequest' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
"Get-MailboxDatabase : The term 'Get-MailboxDatabase' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
I thought I would check the language settings so searched for that on the Exchange Server - got a popup apparently from c:\windows\system32\systemsettingsAdminFlows.exe - "Windows cannot acccess the specified device, path, or file. You may not have the appropriate permissions to access the item." That happens twice whenever I click on the Language part. Googling that starts talking about build. This machine is running 1809 with OS build 17763.1158 - which is quite old - but how do I update this? Check for updates doesn't help. Apparently this is done via Servicing stack updates - latest one that was installed is 10.0.17763.4640. Ran sfc /scannow at elevated command prompt - no issues.
I also downloaded HealthChecker.ps1 and ran that. I've tried to run it 3 times and each time it spits out a 33kb log file:
Highlights from that file are:
: The term 'Get-EventLogLevel' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
: Cannot index into a null array.
Get-ItemProperty : Cannot find path 'HKLM:\Software\microsoft\ExchangeServer\v15\CentralAdmin' because it does not exist.
Get-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapins\Microsoft.Exchange.Management.Xrm' because it does not exist.
Get-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapins\Microsoft.Exchange.Management.People' because it does not exist.
Get-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapins\Microsoft.Exchange.Management.PeopleICommunicateWith' because it does not exist.
Get-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapins\Microsoft.Exchange.Management.AntiSpamTasks' because it does not exist.
Get-ItemProperty : Cannot find path 'HKLM:\Software\microsoft\ExchangeServer\v15\CentralAdmin' because it does not exist.
I need some help here... Thank You