Malware Exclusions When building a Microsoft Private Cloud environment, Windows Server & System center are your main building blocks. Most likely, you will not only want to protect your investment, but also to get the most out of it right? To achieve that you will need to follow best practices as much as possible, and this takes time, as it […]
Private Cloud
Convert JSON File to PowerShell Object
Windows Azure Pack (VM role) VM’s are based upon JSON files, with this command you can use them in your PS scripting Get-Content -Raw -Path <jsonFile>.json | ConvertFrom-Json
Thoughts on PDT
OK, PDT (PowerShell Deployment Toolkit) deploys a complete Private Cloud infrastructure with the click of a mouse, The latest version 2.6 resolves a number of bugs, and also adds the following capabilities: High availability for roles that require network load balancing Shared VHDX creation VM creation updates: Generation 2 VMs VLAN Tagging […]