This is tricky – I have the RSS feed from my Google blog on the right side (at least as of Dec 2014), but it’s too much of a … dichotomy. Methinks it’s time to migrate all Google Blogspot posts over here!
Exchange Server Mailbox Quotas
I am not sure about other Exchange Server Email infrastructure administrators, but I find it challenging to come up with reasonable mailbox quotas AND implementing them in a time efficient and coherent manor. The goal is to set maximum mailbox size quotas that work for all involved: I.T. Departments and various employees and respective departments. All of this needs Managerial or Exec approval, of course! If quotas are not set (and enforced), then typical modern employees will have huge mailboxes. We live in a world of HTML-based emails and sometimes large attachments. Over time, it all adds up. Also, implementation of quotas should be done efficiently. Although employee mailbox quotas CAN be set individually, this can be very time-consuming and cumbersome as time goes on.
The long-term goal is to get thee to a Cloud mail service, in my opinion. Being a Microsoft systems Engineer, I would favor Office 365, which incidentally has a baseline of 25 Gigabytes maximum PER USER mailbox size as of late 2014. Nice! But for most companies and organizations, cloud services are either a project in the making or not in the picture yet for whatever reason. Some may be worried about security or simply not be willing to change just yet, or some may be waiting for pricing to come down.
Whatever the reason, for those hosting Exchange Server on premises or at a Datacenter, reasonable quotas are the way to keep storage (disk space) costs reasonable. Solid RAID’d SATA drives, for example are not like a home PC hard drive (anyone still using?), which can be bought for a small price. I am referring to small to medium sized companies here, so if assuming hundreds or thousands of employees, you can see how costs can grow immensely for server-level or SAN drives.
Exchange Server can house numerous mail ‘databases’. Each database can house hundreds or thousands of user mailboxes. Now, Mailbox quotas can and should be set at the database level and therefore filter downward. Individual Mailboxes can override this as needed. So databases can be set up according to department needs, or employee classification. An Executive or owner obviously gets more space than an entry level administrative assistant. Simple example, but useful. The challenge can come over time, as employees transition in-house, get promoted, get approval for a quota override of the Database quota. Mailbox Database design changes over time, as a reflection of organization growth or shrinkage.
One of the easiest ways to do this is to use the Exchange Management Shell to implement a top level scheme:
‘Set-MailboxDatabase -Identity YOURDBNAME -IssueWarningQuota 1900 -ProhibitSendQuota 2000’
This sets the warning for the quota to ~ 1900 MegaBytes as the employee approaches the actual quota itself, @ 2000 MegaBytes (‘2 Gigs’).
Interesting Microsoft Purchase of Windows Phone App Maker
I normally get what is needed from my Windows phone Outlook, but some searching and sorting type of improvements would not be turned down.
Microsoft Acquires Email Startup Acompli to Give Outlook a Mobile Advantage
“Microsoft has acquired the mobile email startup Acompli, the tech giant announced today on its website.
Terms of the deal were not disclosed, but the tech news site Re/code reports that Microsoft paid over $200 million.
Acompli makes an email client for Android and iOS designed to make common but sometimes complex tasks—such sorting messages, sending typical responses, and finding attachments—much easier to accomplish on mobile devices. But even though it runs on devices from competing companies—Google and Apple—the app seems like a good fit for Microsoft. The product has long been focused on selling software to large companies—Microsoft’s bread and butter—and it already plugs into Microsoft’s primary email server software, Exchange.”
http://www.wired.com/2014/12/microsoft-acquires-new-age-email-app-acompli/
XBOX Live, Azure Experience Outages
This is not the best news, as I am embarking on some Azure based projects at work. Come on now, all you expert Microsoft Engineers – make it happen (work / fix)!
Btw – What about all that redundancy? ;>
“Xbox Live Goes Down Again: Second Major Outage This Month [Updated]”
http://www.ibtimes.com/xbox-live-goes-down-again-second-major-outage-month-updated-1725918
VMWare 4.x Version Still Offers Windows 3.1
Server 2012 Virtual Machine Start Fails
Hyper-V Manager within Windows Server 2012 (Datacenter Edition) can sometimes produce an odd error when attempting to turn on a typical virtual machine or VM after it has been shut down:
This error might make sense if the user is not logged in as an Administrator, but really what organization gives Windows 2012 Datacenter Hyper-V access to a standard user? In other words, the error indicating “the user has not been granted the requested logon type” makes little sense because the Administrator account normally has full control of everything. On the other hand, there are a variety of logon types that MIGHT not be granted even to an Administrator account within the server world. A quick workaround for the above is: open Services MMC and restart Hyper-V VM Manager [NOTE: this does NOT restart all the other VMs, if any, but only the service itself!]:
The VM that is shut down will turn on automatically once done. Or it can be turned on manually. This depends on how the automatic start up settings of the VM are configured. There is a full ‘fix’ for the ‘logon type’ matter, but this resolution takes under 5 seconds so it works for me, seeming as most VMs are not normally placed in a non running state – why have them around if that is the case?
Create a Linux Virtual Machine on Azure in Minutes
Wait … what does a Linux virtual machine have to do with Microsoft? Well, in the Microsoft Azure world, virtualization is all encompassing: the idea is to support the business’s or organization’s overall needs through cloud and virtual technologies. Microsoft recognizes that Windows is not the only game in town when it comes to operating systems. Many, many organizations utilize Unix or Linux as well. And in Azure, a Linux virtual machine can easily be set up within minutes.
For those who remember setting up or installing a ‘Nix operating system over a decade ago, this process is almost incomprehensible with its ease of installation. You certainly do not have to grapple with the once common graphics or network card driver issues ;>
Quick tutorial video from Azure on installing Ubuntu in the Azure Cloud:
https://azure.microsoft.com/en-us/documentation/videos/create-a-linux-virtual-machine/
Windows Server 2012 ISO Mount
I want to thank Microsoft from the bottom of my heart for automating and completely cleaning up the mounting of ISO images! ISO’s are the de facto standard for Operating System (or SQL Server, Office, and others) installs these days. From the perspective of bits and bytes, ISOs are efficient, sleek, compressed packages. But in years past, they were sometimes … cumbersome to deal with.
In the virtualized world, it is important to have an ISO ‘mounted’ automatically. What does this mean? It means you click the ISO and within a split second the ISO transforms itself into a standard combination of installation binaries, or files and folders that are needed to perform an installation. The mount appears as just another ‘on-the-fly’ drive created in Explorer. From there you click the .Exe or .Msi and begin.
Back in the ‘old days’, Systems Administrators had to rely on 3rd party freeware or paid software to properly handle ugly ISOs. These did not always work as promised and frequently offered separate challenges. But this is no longer needed. For example: let’s say there is a need to install Windows Server 2012 Standard with Datacenter edition. No, I do not mean do an install while visiting your Datacenter, I mean installing a virtual machine (server) within the virtualized Windows 2012 Datacenter edition, the host. [as an aside, the ISO for Standard Edition and Datacenter Edition for Server 2012 is same].
Once, the OS is paid for and downloaded, then within the Hyper-V Manager, the new virtual machine process can be pointed to the ISO. It is transparently handled behind the scenes. And, mainly for demo purposes, the ISO for the server OS ISO can be double-clicked and mounted as well. Automatically the mount produces the needed “Setup” file. The below can also be done for Windows Deployment Services (WDS). The files below would look different, but WDS needs to have Windows 7 or 8 ISOs, for example, mounted so that the WDS server can pass needed images.
Windows 10 Preview Release
Windows 10 Preview is available. You must sign up for it, but remember this is EARLY, pre-release. You are essentially a guinea pig. Expect bumps.
But it can be fun to do betas [putting it on an old spare PC or laptop is best, provided you have nothing to lose on it]!
Microsoft to Skip Windows 9, Going Straight to Windows 10
Microsoft will skip version 9, and will instead go to straight into version 10 sometime in the next year or so. This is very interesting, and one wonders: what COULD have been with Windows 9?! Not really, it’s just a number after all. But this is interesting, given the dramatic shifts away from PCs over to tablets or “phablets” [assorted phone devices + tablets] or more importantly, hybrid style laptops that can be adjusted to become a hand held tablet. Microsoft will need to be extremely aggressive in order to maintain any sizable chunk of business sales in any future workstation, hybrid device, and smart phone markets, given the enormous success of Google and Apple lately.
This woman does a nice simplistic overview of Microsoft’s announcement in this YouTube video.





