Categories
News Software

Windows 10 Windows Updates using P2P Technology

Hey Folks, It seems that Windows 10 has the capability of downloading Windows updates using a peer-to-peer (P2P) protocol. Seems like a smart move to deliver their software to end users. After all we are all connected these days. The new option that allows Windows 10 users to enable this feature that will speed up downloads due […]

Categories
News Software Technical

Get Windows 10 Technical Preview – March Update

Yes its close, very close so why not get to testing out the latest version of Windows 10 build 10041. Keep in mind that this is an early build of Windows 10 so issues may exist; however I’ve not run into many worth mentioning   The download links can be found here Product key: NKJFK-GPHP7-G8C3J-P6JXR-HQRJR  

Categories
Software Technical

Office365: Using PowerShell to get Office365 license info

Working to apply bulk apply licenses I stumbled upon some useful commands to list the licenses assigned to my Office 365 Account. The following command will list account Sku ID’s along with the active and consumed units. Best of all list them in a nice grid view Get-MsolAccountSku |Out-GridView We can also pull the subset […]

Categories
How-To Software Technical

VMware vSphere PowerCLI – Power Off & On Guests

Looking for a method to restart a non-persistent environment in ESXi or vCenter, I was able to use PowerCLI to issue the commands needed. Originally I was looking to automate the recovery of a snapshot when it dawned on me that a non-persistent disk would facilitate the same thing.  However I would need to power off the server […]

Categories
Software Technical

Office 365: Errors during cutover migration

This is an error I’ve received when running a cut-over migration batch in Office 365. Error: ProvisioningFailedException: The parameters passed to the cmdlet represent a managed account, which doesn‎’t match the namespace state, which is federated. I’ve reached out to support, to help me troubleshoot this.  So far there hasn’t been much I’ve been able to find online […]

Categories
How-To Software Technical

Change Hostname On Windows Server 2012 R2 Server Core

Windows Server 2012 R2 Server Core is installed and now its time to change the hostname from the install default. To change the hostname I will issue the following command: netdom renamecomputer [oldhostname] /newname [newhostname]   You will get the following message once completed: Certain services, such as the Certificate Authority, rely on a fixed machine name. […]