My badges
MCP Login
OneDrive – Public Folder
Sections
Be-Safe
- Analyze suspicious files to detect types of malware… Analyze suspicious files and URLs to detect types of malware including viruses, worms, and trojans. 0
- Check if you have an account that has been compromised in a data breach 0
- Create Free SSL Certificate 0
- Is someone spying on you? 0
- SSL Server Test of Your Web Site 0
Archives
Login
Archiv rubriky: Exchange Server / Exchange Online
Upgrade Server 2008 R2 Standard Edition to Server Enterprise Edition
For upgrade edition of Windows Server 2008 R2 you have to accomplish this prerequisites: Server is can bee upgrade from Standard to Enterprise or Datacenter , not ! Enterprise to Standard Server can not be DC dism /online /Set-Edition:ServerEnterprise … Celý příspěvek
Rubriky: Exchange Server / Exchange Online, MIcrosoft Windows (client/server)
Komentáře nejsou povolené u textu s názvem Upgrade Server 2008 R2 Standard Edition to Server Enterprise Edition
Exchange DB Size, Sum of size, the largest mailboxes
********************** Windows PowerShell Transcript Start Start time: 20130131102344 Username : vdi.lab\amasv Machine : EX2010-2 (Microsoft Windows NT 6.1.7600.0) ********************** Transcript started, output file is C:\Users\amasv\Documents\PowerShell_transcript.20130131102344.txt [PS] C:\Windows\system32>Get-MailboxDatabase -Status | select ServerName,Name,DatabaseSize ServerName Name DatabaseSize ———- —- ———— EX2010-2 DB1 24.76 … Celý příspěvek
Rubriky: Exchange Server / Exchange Online, Powershell
Komentáře nejsou povolené u textu s názvem Exchange DB Size, Sum of size, the largest mailboxes
Get the largest mailboxes from Exchange forest
Get-MailboServer * | Get-MailboxStatistics |sort-object -Property totalitemsize -des |select-object Displayname, totalItemSize -first 10
Rubriky: Exchange Server / Exchange Online
Komentáře nejsou povolené u textu s názvem Get the largest mailboxes from Exchange forest
MS Exchange Federation – what you need to do
Here I rather input only URL on web page , where is perfectly explain „How prepare federation“ http://www.msexchange.org/articles-tutorials/exchange-server-2010/migration-deployment/deep-dive-into-rich-coexistence-between-exchange-forests-part2.html I suggest to you!
Rubriky: Exchange Server / Exchange Online
Komentáře nejsou povolené u textu s názvem MS Exchange Federation – what you need to do
Powershell – get true verison of MS Exchange 2010
run as Administrator – powershell with exchange module (gcm exsetup).FileVersionInfo get-command exsetup | fl FileVersionInfo
Rubriky: Exchange Server / Exchange Online, Powershell
Komentáře nejsou povolené u textu s názvem Powershell – get true verison of MS Exchange 2010