Microsoft Scripting Windows PowerShell
Windows Powershell ScriptsUsing scripts vs. using the shell interactively; reviewing script security procedures and requirements; writing a basic script; adding parameters to a script.Read More
View ArticleCore Server 2012 Powershell Script Hyper-v Manager
This is powershell script and batch file driven Hyper-v Manager for free Core server 2012, that is meant to be run on the server console.Read More
View ArticlePowerShell The SQL Server Way
The July issue of the online subscription magazine SQL Server provides an 18-page introduction to the capabilities of PowerShell from a SQL Server viewpoint, inviting you to learn how to use the...
View ArticlePowerShell - Parameter Question for a Newbie
Hello, I am going trough an online course which is teaching me how to handle files with PHP. The chapter I am in right now has introduced Windows Powershell as a way to list file permission settings....
View ArticleMAP Toolkit 8.5 Assesses Windows 8 and Windows Server 2012 Readiness
The Microsoft Assessment and Planning (MAP) Toolkit 8.5 was released late last week.Read More
View ArticlePowerShell script: Check that hotfix levels are equal across Hyper-V Cluster...
Sure, you can use VMM baselines for this, but just in case you haven’t integrated WSUS with VMM yet:Read More
View ArticleAltaro Blog for Hyper-V & Windows Adminstrators: How to Set Up Native Teams...
Network adapter teaming is not a new concept by any means, but the introduction of native teaming in the Windows Server 2012 product marks the first time that Microsoft has openly supported it. It is...
View Articleget list of users from AD by typing a part of the name
Hi, Is there a way or command that I can type to text-box in a form , a part of a user name, and I will get a drop-box that will contain all users that match the string I typed in the text box? Like a...
View ArticleProblems with Prepare-MoveRequest.ps1
Hi guys,I am trying to execute Prepare-MoveRequests.ps1 in a powershell script and the command is not working properly. I store the command in a variable ($sCmd) and use invoke-expression $sCmd.It...
View ArticleExecuting Powershell through Batch
I am new to powershell and wanted to automate the existing .ps1 script using the Batch file. I wanted to seek help for the execution of Powershell through Batch script as my existing script didn't...
View ArticleKeeping up on blogs with PowerShell
Recently the top virtualization blogs were announced and updated on Eric Sieberts page here: http://vlp.vsphere-land.com This is a great place to check out for all sorts of virtualization links.Read More
View ArticleFanfare for the Common Parameter Part 3: Success
In the last lesson we continued our exploration of the cmdlet common parameters by looking at some error-related items. This week, let's turn our attention to something more positive. Hopefully, when...
View ArticleAltaro Blog for Hyper-V & Windows Adminstrators: How to Create a Hyper-V VM...
Today I have another article that continues my fascination with Hyper-V, PowerShell and spinning up new virtual machines with minimal intervention.Read More
View ArticleUsing PowerShell for SSAS to check service status and database availability
In my first article about PowerShell we saw a brief introduction to PowerShell, learning how to use the basic commands, how to open PowerShell, how to Navigate in SSAS and how to process objects. In...
View ArticleHyper-v Manager for Server 2012 core console using Powershell Scripts
This is powershell script and batch file driven Hyper-v Manager for free Core server 2012, that is meant to be run on the server console.Read More
View ArticleCheck for file exsistence
Hi Everyone,I was trying to write a Power shell script to check a folder for files with todays timestamp. If any file with todays file stamp is available then i should get a mail " Files are found "...
View ArticleCommunity name
hi i am trying to find the community name in SNMP service properties (Traps) using poweshell script .
View ArticleExpected Windows Server 2012 R2 updates focus on cloud and agility
At Microsoft TechEd 2013 this June, Microsoft began releasing information about some of the changes and additions to the upcoming Windows Server 2012 R2. Virtualization pros should take note, because...
View ArticleMaking Native Executables in Windows Run Quietly in PowerShell
Sometimes it can still be beneficial to use a native Windows executable rather than a PowerShell cmdlet, either because say the cmdlet doesn’t exist yet or doesn’t have the functionality that you...
View ArticleConverting PSCustomObject to String
Hello everyone and thank you for taking the time to read my post. As my subject states, I'm looking to convert a PSCustomObject type to a String type. At least, I think that is what I need to do....
View Article