User Profile
manuphilip
MCT
Joined 6 years ago
User Widgets
Recent Discussions
Re: Block Microsoft Exchange Server 2016 Exchange Admin Center (EAC) website from Internet
Hi abdullahsalam The page reference clearly says the following Verify that https://mail.contoso.com/ecp and https://mbx01.contoso.com/ecp return either of the following results: 404 - website not found In that case, please make sure that, the steps followed are correct.6.2KViews0likes1CommentRe: Block Microsoft Exchange Server 2016 Exchange Admin Center (EAC) website from Internet
Hi abdullahsalam, I didn't notice the original request is for disabling only ECP. I think you can disable the ECP access by the following cmdlet Get-EcpVirtualDirectory | Set-EcpVirtualDirectory -AdminEnabled $false6.3KViews0likes3CommentsRe: Block Microsoft Exchange Server 2016 Exchange Admin Center (EAC) website from Internet
Hi abdullahsalam, OWA or ECP are accessible from internet through the records pointed in public DNS. So, you may go for deleting the records like mail.domain.com from public DNS. You can also set the OWA, ECP public urls as null in the respective virtual directories to block the internet access as an alternate way. get-owavirtualdirectory or get-ecpvirtualdirectory cmdlets should report null value for external urls. You can use internal urls in external url field also so that those urls will be unavailable from internet6.3KViews0likes5CommentsRe: Microsoft Teams error
Hi cmm1779 , If you haven't restart the machine after the changes, please try after restarting the computer. If that won't help, please follow the steps also 1. Rename the machine.config file in the Config directory something like machine.config.backup 2. Rename machine.config.default file to machine.config.default.backup in the same folder 3. Copy machine.config.default.backup and rename to machine.config 4. Restart the machine. Hope, this will help you13KViews0likes3CommentsRe: Microsoft Teams error
Hi cmm1779 , It looks like a file permission issue for a file inside .net framework installation. You may try the following steps 1. Open the folder C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config 2. Right click web.config file and select Properties 3. Switch security tab 4. Select the user in which you are trying the update and provide Full Control Permission 5. Apply the settings and try again13KViews0likes5CommentsRe: Exchange Server 2013 on prem OWA blank screen after logging in
Hi mark_fad It is taking bit more time, as the usual troubleshooting steps didn't help so far. As the certificate swap has introduced this issue, we will check that direction again. 1. Check eventlog in exchange server and see if you have errors like "An error occurred while using SSL configuration for endpoint 0.0.0.0:444". This will popup immediately after you try to login 2. If this is the case, you have to delete this association by following the steps below in exchange server Open command prompt as administrator Type netsh and enter Type http and enter Again type show sslcert and enter You will see two entries for 443 and 444. We know that 444 is incorrect and to be deleted Delete by running the command delete sslcert ipport=0.0.0.0:444 Add the correct entry add sslcert ipport=0.0.0.0:444 certhash=xxxxxx appid="{yyyyyy}" type show sslcert and check if you see the entries as correct 3. The above steps should fix the issue. 4. Suppose the above steps are not applicable, forward us the error message from event viewer so that we will further bring up troubleshooting steps4.6KViews0likes2CommentsRe: Exchange Server 2013 on prem OWA blank screen after logging in
Hi mark_fad , Certificate assignments looks okay. Now, it's some error you can try fixing by a built- in tool provided by Microsoft in your exchange server. Open a command prompt and perform the following steps 1. CD "C:\Program Files\Microsoft\Exchange Server\V15\Bin" and then press <ENTER> 2. Subdirectory will change to the above. 3. Updatecas.ps1, then press <ENTER> Try access OWA again after fixing the cas server as above4.6KViews0likes4CommentsRe: Exchange Server 2013 on prem OWA blank screen after logging in
Hello mark_fad , The issue you found is a common issue pops up after certificate renewal. The major root cause found was related to the certificate assignment to the exchange backend ssl bindings for port 443. So, check this at IIS console and make sure that certificate is not missing or assigned correctly. After the fix, just refresh owa and you should be fine there on4.7KViews0likes8CommentsRe: Disable every Teams feature except creating and joining meetings
Hi Uscadmin You can disable chat and other similar features for users in a Meeting policy. Set MeetingChatEnabledType to Disabled using PowerShell to disable chat. Similarly, you can disable other required features. Please refer the available cmdlet in the following page https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamsmeetingpolicy?view=skype-ps Thanks, Manu5.1KViews0likes2CommentsRe: Exchange 2013 DAG
Hi Prasant Chettri When you enable circular logging in database, It re synchronizes the logs and it will be purged in all database copies. It may few hours depends on the database size. A 200 GB of database with 300 GB logs takes 3 to 4 hours in Blade servers To Enable circular logging, you may use the following cmdlet : Set-MailboxDatabase “DatabaseName” -CircularLoggingEnabled:$True To Disable: Set-MailboxDatabase “DatabaseName” -CircularLoggingEnabled:$False1.3KViews0likes3Comments
Recent Blog Articles
No content to show