Find Disconnected Mailboxes Exchange 2013
| | | |

Find Disconnected Mailboxes Exchange 2013

Get Disconnected Mailboxes Exchange 2013 EAC and #PowerShell By using the EAC (Exchange Admin Console) In the EAC, navigate to Recipients > Mailboxes. Click More , and then click Connect a mailbox. … Click the disabled mailbox that you want to reconnect, and then click Connect. Lets look at doing the same with #PowerShell :  …

Rename Server using #Powershell
| | |

Rename Server using #Powershell

Rename Windows Server Name using #PowerShell Being in the #LazyAdminMode lets rename our server using #PowerShell Lets start by opening  #PowerShell  and type Rename-Computer NewComputerName and that is it 🙂 quick and easy #LoveIt Next lets restart the Server using #PowerShell  to apply the new name by typing Restart-Computer   To get more information regarding…

Windows Domain Join using #PowerShell
|

Windows Domain Join using #PowerShell

Here is a quick How-To Join a “Windows Server 2012” to Windows Domain using #PowerShell Lets start by launching #PowerShell and Type Add-Computer DomainName.local 2. Next we are prompted for valid credentials to Join the Server to the domain. 3.  After Adding the credentials you will be prompted with a Warning Message saying you need…