Menu
  • Software
    • Microsoft Exchange 2016
    • Microsoft Exchange 2013
    • Microsoft Exchange 2010
    • Open Source Software
  • Operating Systems
    • Linux
    • Windows
  • Security
  • Virtualization
    • VMware
    • Hyper-v
  • Tutorials
  • CONTACT
  • How to Force-Remove / uninstall VMware Tools Using PowerShell

    How to Force-Remove / uninstall VMware Tools Using PowerShell

    When the standard VMware Tools uninstaller fails, breaks mid-way, or leaves orphaned registry keys, this...
  • Live Currency Converter — All Major Currencies

    Live Currency Converter — All Major Currencies

    💱 Currency Converter Amount From AUD — Australian Dollar BGN — Bulgarian Lev BRL —...
  • Annoying New RDP Security Pop‑Up in Windows (April 2026) – How to Bypass It Safely

    Annoying New RDP Security Pop‑Up in Windows (April 2026) – How to Bypass It Safely

    Annoying New RDP Security Pop‑Up in Windows (April 2026) – How to Bypass It Safely...
  • How to create Local Certificate for testing Purpose

    How to create Local Certificate for testing Purpose

    Sometimes for developer needs. You want to create a Certificates which will implement HTTPS or...
  • Powershell loading slow everytime

    Powershell loading slow everytime

    When open Powershell on windows it take a lot of time until console is ready....

Force mount of database copy with failed state

December 11, 2016 admin 0 Microsoft Exchange 2010,

Some time you need to forcefully move and activate the passive database in a DAG...

How to Export Mailbox size exchange server

December 11, 2016 admin 0 Microsoft Exchange 2010, Microsoft Exchange 2013, Microsoft Exchange 2016,

Open Exchange Powershell : Get-MailboxStatistics -Database "Mailbox Database" | Select-object PrimarySmtpAddress, DisplayName, ItemCount, TotalItemSize |...

Check And Remove Mailbox From Quarantine exchange 2016

December 11, 2016 admin 0 Microsoft Exchange 2016,

To check all server: Get-Mailbox | Get-MailboxStatistics | Where {$_.IsQuarantined –eq $True} Single : Get-MailboxStatistics...

How to Balance Exchange Database by Activation Preference

December 11, 2016 admin 0 Microsoft Exchange 2010, Microsoft Exchange 2013, Microsoft Exchange 2016,

Open Exchange Powershell: cd "C:\Program Files\Microsoft\Exchange Server\V14\Scripts" To check db state: .\RedistributeActiveDatabases.ps1 -DagName "Your_DAG_Name" -ShowDatabaseDistributionByServer...

How to repair mailbox on exchange server

December 11, 2016 admin 6 Microsoft Exchange 2010,

Example 1:   New-MailboxRepairRequest -Mailbox tony@contoso.com -CorruptionType FolderView   Example 2: This example only detects...

How to import users into exchange with a Powershell script

December 11, 2016 admin 0 Microsoft Exchange 2010,

Download the files to a folder of you choice and edit in the ps1 script...

How to force mount exchange database

December 11, 2016 admin 2 Windows,

Open exchange Powershell : Mount-Database -identity "Your_Database_Name" -Force

How to find exchange database with Circular Logging

December 11, 2016 admin 0 Microsoft Exchange 2010,

show database with Circular Logging : Get-MailboxDatabase | where {$_.CircularLoggingEnabled -eq $true} | out-gridview Without...

How to create disk space alert by email

December 11, 2016 admin 0 Tutorials,

Download the file and extract to folder of your choice DiskSpaceAlert configure the variables in...

How to delete emails from exchange profiles

December 11, 2016 admin 0 Microsoft Exchange 2010,

As Admin you can delete specific wrongly send emails from your users mailbox : Open...

Posts pagination

Previous 1 … 29 30 31 32 Next

Archives

Search the site for:

Got help, Donate !

Copyright © 2026 | First Mag designed by Themes4WP