So you updated to Windows 10 Anniversary and now have found yourself unable to connect to a remote PowerShell sessions. I noticed this in my management of Exchange Online in Office 365 after upgrading to Windows 10 version 1607 aka Anniversary Edition. In my attempts to connect, as I have done in the past: https://jermsmit.com/azure-active-directory-module-for-windows-powershell-how-to-connect/ I encountered a […]
Category: Technical
I recently configured IRM to protect documents and email communications as part of a security initiative. Information Rights Management (IRM) in Exchange Online uses Active Directory Rights Management Services (AD RMS), an information protection technology service in Office 365. IRM protection is applied to email by applying an AD RMS rights policy template to an […]
I’ve been using vCenter 6 for a while now and noticed an odd issue pertaining to snapshots. It seems that all guest show a “revert to current snapshot” state even if a snapshot does not actually exist. However viewing under the Snapshot Manger… shows no existing snapshots associated with the virtual machine guests. I’ve noticed […]
I just completed my ntopNG appliance setup. Once more I can look into my network traffic to get an idea of what’s going on. Below you will find the steps to complete the install Here are the steps Log into the ubuntu server host and issue the following commands: sudo into root: sudo -i wget http://www.nmon.net/apt-stable/14.04/all/apt-ntop-stable.deb […]
In this tech-short we will go over a simple yet effective way to list out the available site templates in SharePoint 2013. Using the New-SPSite PowerShell cmdlet allows you to specify the name of a template to use. In my case I was unaware of the name of available templates in my SharePoint installation. Using the Get-SPWebTemplate […]
Using templates save you lots of time when it comes to deploying virtual machines. And if you are looking to get a slight edge on your deployments in lab or production using customization specifications may be the way you want to go. Here are some quick steps to deploy using this method: From the […]