MS Exchange MDBDATA limit check:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\<Server Name>\Private-<database GUID>
Get-MailboxDatabase -Status
Get-MailboxDatabase Mailbox Database | Get-MailboxStatistics | Sort totalitemsize -desc | ft displayname, totalitemsize, itemcount
Database Max Size of database
Get-MailboxDatabase -Identity "<database name>" | Format-Table Name, GUID
I liked having a keyboard shortcut, ctrl-alt-l, to lock the screen under Gnome. But in LXDE, it was a bit trickier to setup. There isn’t a fancy GUI for setting these options (that I know of), one has to edit Openbox’s configuration file: ~/.config/openbox/lxde-rc.xml
Continue reading Screen Locking Shortcut in LXDE →
Apart from Robocopy we use
xcopy "C:\file" "N:\directory" /E /Y
whatever you do or fix please test it afterwards, better however do not fix things that work, wait until they break otherwise feel the wrath of dummy users.