Step 1 : Install Command Line Tool For PowerShell https://azure.microsoft.com/en-in/downloads/ Step 2: Launch PowerShell as Administrator Type in the following # get the Azure RM module installed first Install-Module AzureRM…
Add VM Custom Annotation and Create a Report on Annotations
Add Custom Attributes for Notes Annotation .................. A request to add custom attributes for Virtual Machines when using the fat client. (Web client in 5.1 and 5.5 requires a plugin,…
Install Azure PowerShell Modules
Just some quick notes and links for setting up Azure to be managed by PowerShell https://docs.microsoft.com/en-us/powershell/azure/install-azurerm-ps?view=azurermps-4.0.0 Get-Module PowerShellGet -list | Select-Object Name,Version,Path https://docs.microsoft.com/en-us/powershell/azure/install-azurerm-ps?view=azurermps-4.0.0#how-to-get-powershellget # Install the Azure Resource Manager modules…
Bulk Virtual Machines Deployment and Zero Clicks Part 1
A recent project revisited deploying virtual machines via PowerCli. Its fair to say this isn’t a new tool but sometimes over looked. Part 1 / Part 2 My requirements were…
Bulk Virtual Machines Deployment and Zero Clicks Part 2
Based on the CSV file used to create the VMs, re-use the CSV to control Part 1 / Part 2 What else can I do now? Delete Computer Objects from…
Differences between Roaming Profiles and ProfileimagePath
We have and RDS cluster everythings is working fine. We use roaming profiles, redirection to a share is working as well. When a user logs on to any RDS node…
Group Policy –Add the Administrator security group to roaming users profiles
Tested on Windows 2008 R2 Create a GPO - “Add the Administrator security group to roaming users profiles” Computer Configuration > Policies > Administrative Templates > System > User Profiles”…
Check if an AD user has a roaming profile configured (PowerShell) – OneScript Team
Check if an AD user has a roaming profile configured (PowerShell) This script can query specified active directory users whether or not a roaming profile was configured. Scenarios IT admins…
Temp Profile issue 2008 R2 RDS using roaming profiles
Issue Some of our users keep getting logged on with a temporary profile. Scenario We have an RDS cluster using Window 2008 R2 x64 and users are setup with roaming…
SQL 2012 install on Server 2012R2 “Error while enabling Windows feature NetFx3”
Problem... "Error while enabling Windows feature NetFx3" We wanted to install APP-V 5.x on server 2008 running SQL 2008. At the very start this was a problem. Error you require…