OWA 2016 – Change Login From Domain\Username to Username
Problem Out of the box, if you want to log into Outlook Web App, you need to use the Domain\Username format, like so; Seeing as how Microsoft are making a…
Problem Out of the box, if you want to log into Outlook Web App, you need to use the Domain\Username format, like so; Seeing as how Microsoft are making a…
Установка облачного хранилища ownCloud на Linux Owncloud — это программное решение для обмена файлами, которое очень сильно похоже на Dropbox и аналогичные сервисы хостинга файлов и фото. OwnCloud, также как…
I’ve been using sslforfree.com for years now to generate wildcard certificates for my servers. But recently, they joined ZeroSSL and this feature is now accessible only in a paid plan.…
Do you have a bare version of windows LTSC or highly stripped out ISO image that doesn’t have the Microsoft Store? This is the guide to show you how to…
The security of this directory server can be significantly enhanced by configuring the server to enforce validation of Channel Binding Tokens received in LDAP bind requests sent over LDAPS connections.…
На Windows 10 при попытке присоединения к домену возникает ошибка: Учетная запись с таким именем существует в Active Directory. Повторное использование этой учетной записи заблокировано политикой безопасности. Дело в том,…
There are different different level where you can define email size limit. Mostly are on Hub Transport server like connectors, transport rules. You can define on per mailbox or organization…
Remove logs
Use Prepare-MoveRequest.ps1 https://learn.microsoft.com/en-us/exchange/prepare-mailboxes-for-cross-forest-moves-using-the-prepare-moverequest-ps1-script-in-the-shell-exchange-2013-help .\Prepare-MoveRequest.ps1 -Identity username -RemoteForestDomainController «remote domain controller name» -RemoteForestCredential (Get-Credential) -LocalForestDomainController «local domain controller name» -LocalForestCredential (Get-Credential) New-MoveRequest -Identity username -TargetDatabase «target database name» -Remote -RemoteHostName «remote…
Export-import mailboxes Export Mailboxes New-Mailboxexportrequest -Mailbox UserName -name «user export» -filepath «\\Server\Share$\UserName.PST» (-isArchive) -excludedumpster Get-Mailboxexportrequest | Format-List Get-MailboxExportRequest -Status Completed Get-MailboxExportRequest -Status Completed | Remove-MailboxExportRequest New-MailboxExportRequest -Mailbox username-ContentFilter «(Sent -gt…