Categories
How-To

How to Remove Users From the Office 365

The time may come to clean up. Here are steps I have taken To delete the account for one or more users Sign in to Office 365 with your work or school account. Go to the Office 365 admin center. Go to Users > Active Users. Choose the names of the users that you want […]

Categories
How-To

Tech Short: Convert a Mailbox, Exchange 2013

Here are some steps that worked for me in converting a user mailbox to a shared mailbox. Info: You can convert the following mailboxes from one type to another User mailbox to resource mailbox Shared mailbox to user mailbox Shared mailbox to resource mailbox Resource mailbox to user mailbox Resource mailbox to shared mailbox Example reason […]

Categories
How-To

Tech Short: List Mailbox Type of Account, Exchange 2013

Quick an simple power shell line to list a mailbox type in the Exchange 2013 environment Get-Mailbox -Identity “mailbox-name” | Format-List RecipientTypeDetails   Additional info on RecipientTypeDetails enumeration can be located here

Categories
How-To Technical

Tech Short: List all shared mailboxes, Exchange 2013

Quick an simple power shell line to list all shared mailboxes in your Exchange 2013 environment. Get-Mailbox -ResultSize Unlimited -RecipientTypeDetails SharedMailbox   What’s a Shared Mailbox A shared mailbox is a mailbox that multiple users can use to read and send email messages. Shared mailboxes can also be used to provide a common calendar, allowing […]

Categories
How-To

Minecraft Chat Logs – Post for Parents

Minecraft is a awesome game and allows for so much good for kids. But with the good sometimes comes the bad elements. In this case I am referring to “chat”. In some cases there are incidents where chat can be a filled with hostility, profanity, etc.. As one who runs a server; I have times […]

Categories
How-To

Minecraft Skins

Originally Posted: http://minecraft.jermsmit.com/minecraft-skins-pc/ A skin refers to the texture that is placed onto a player model or mob. The skin is divided into areas that act as the surface area of the character (For example, there’s the front head area, left leg area, etc.). A skin will only allow solid color; transparency is not allowed on […]