Add Members to Local Admin group Using PowerShell
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 <#Hi Guys, Here's a script i created using ADSI to add users to Local Administrator Groups on a server Add Members to...
View ArticleChange CD ROM Drive Letter in Newly Built VM’s to Z: Drive
1 2 3 4 5 6 <#Hi Guys sharing with you a script i developed to change the CD-ROM Drive in a newly provisioned Virtual Machine Using Hyper-V, You can modify the script accordingly for other drive...
View ArticleRename Highly Available VM’s in FCM to only VM Names (Removing prefix,suffix...
1 2 3 4 5 <#Hi Guys Sharing with you all a script to rename Highly Available VM's in FCM to only VM Names (Removing prefix,suffix SCVMM,Resources) Copy paste the one liner in an elevated...
View ArticleExtract the DiskName & FriendlyVolumeName from a Hyper-V Host For a Cluster...
1 2 3 4 5 <#Hi Guys Sharing with you all a script which i created to Extract the DiskName & FriendlyVolumeName from a Hyper-V Host Copy paste the one liner in an elevated Powershell window on...
View ArticleConverting between GUI and Server Core in Windows Server 2012 Using...
In Windows Server 2012, you can convert a computer installed with the full GUI option to Server Core, and vice- versa. This is a major improvement in Server Core version present in Windows Server 2008...
View ArticleConvert a Windows Server 2012 Server to iSCSI Target Server And Offer...
Today i will share some of my practical experiences with the New Role in Windows Server 2012 which allows us to convert a Windows Server 2012 Box to an iSCSI Target Server And Offer Low-Cost...
View ArticleAuto-Deploy Virtual Domain Controller on VMware using PowerCli.
Hey, Guys! – PowerCli is awesome!!, and its really great when you find that it can integrate with your Microsoft infrastructure to deploy stuff!!, without any manual intervention, a fully automated...
View ArticleAutomate PowerCLI Install across your Windows Environment using PowerShell DSC
Automate PowerCLI Install using PowerShell DSC I have some cool stuff to share today, I was exploring the various internal DSC resources in the past week, and something which caught my eye was the...
View ArticleTroubleshooting PowerShell DSC Deployments.
Troubleshooting PowerShell DSC Troubleshooting PowerShell DSC – In this post i wanted to share some troubleshooting steps i followed during my DSC testing. You can read more about my DSC testing i did...
View ArticlePowerCLI DSC Resource for Snapshot check.
PowerCLI DSC Resource for Snapshot check. Finally after a week of exploring DSC and building custom resource modules, i was finally able to build a custom DSC resource using PowerCLI. Huge Thanks to my...
View ArticleLinux DSC PowerShell v 1.1
Linux DSC PowerShell Linux DSC PowerShell – After some hard struggle, we know that success will finally come through. This is what happened when me “A pure windows guy” started testing out DSC for...
View Article