If you get a requirement to find disabled user accounts and find the account is a contact from a list of user accounts, below a simple PowerShell script will help
Horizon Cloud on Azure – Broker Selection [Part-4]
Once the POD is Deployed and the Domain bind is completed, it’s time to choose a Broker for the Deployment. There are 2 types of brokering mechanisms available at the time of writing the Post. 1 –> Single POD Broker 2 –> Universal Broker Single POD Brokering –> It’s traditional brokering and it works per […]
Horizon Cloud on Azure – Domain Bind [Part-3]
Once the POD is created the next step is to add the pod to Domain so that an administrator can start leveraging the solution. Pre-Requisites for Domain Bind: vNet created during deployment have access to the company active directory (make it possible using either peering or Express route if domain controllers are on-prem) Check the […]
PowerCLI – Useful single liners
Vm’s and space details Find Thick provisioning Vm’s in a datastore Find VM’s migration failed VM’s (in last 5 days) Find the Specific events across multiple hosts in a vCenter (Below example we are checking for Down state) Find a Specific OS VM’s count (Below case we are looking for Windows 7 vm’s) Find OS […]
Clear temp files from Windows server
A simple PowerShell script to clear C:\ disk space. This script will be useful before start patching the windows servers since at the time of patching lots of Hotfixes will be copied to the server for execution and if the server is already running out of space, then patching will fail.
Azure Basics – Service Principal creation
Service principal in Azure is used for accessing the Azure resources by third-party applications, automation tools, and applications. An Azure admin can control the access level for these Service principals and it’s always a better approach to provide only required privileges than an application required to access the resources. Service Principal is a kind of […]
Horizon Cloud on Azure – POD Deployment & Troubleshooting [Part-2]
If all the pre-requisites are met, then POD creation in Horizon cloud is just that easy. I see the public documentation is clear and has enough details. The tech zone article having a step-by-step guide for the deployment. Since the POD Deployment is noticeably clear and has enough screenshots and based on my experience will […]
Horizon Cloud on Azure – Introduction [Part-1]
At this moment while writing this post VMware Horizon cloud having 2 offerings Horizon Cloud on Azure Horizon Cloud on IBM cloud (Hosted Infrastructure) For this blog, we will concentrate on the Horizon Cloud on Azure.Horizon cloud-primarily used to deliver desktops & apps using scalable deployment architecture.By using horizon cloud one can leverage fast provisioning […]
Powershell – IP Increase
By using a simple powershell operators we can increase the last digits in an IP Let’s say my IP is 10.1.2.3 and if I need the 25th IP for some reason, use below to accomplish the task