Related Articles
Office 365 – Microsoft. Exchange.Data.Storage. UserHasNoMailboxException
While playing around with Office 365 I bumped into an issue, which you might also could face. I created an administrator role in Azure Active Directory and activated my Office 365 E3 License (thank you Microsoft for this free license!). After setting up my tenant properly I assumed I could log into my Office 365 […]
Azure Stack – ASDK Syslog Client Meets Log Analytics
In my previous post I blogged about how to install the latest version of Azure Stack Development Kit. Release 1.1809.0.90 has a built-in syslog client which I wanted to test. Azure Log Analytics supports syslog messages and therefore I think it is a valid solution to use it with Azure Stack. Sounds very cool in […]
PowerShell – Create “Clean” Custom Objects From DataTable Object
I recently had a need to create “clean” PowerShell custom objects out of a DataTable object. What does that mean? Well, let me explain. When you try to get data out of SQL Server using PowerShell there are many ways to do it. Either you use Invoke-SQLCmd, SQL Server PowerShell (SQLPS), SQL Server Management Objects […]