ADBackup Bitlocker
hello all, i am doing the following:Invoke-Command -ComputerName $computername -ScriptBlock { manage-bde -protectors -get e: }to get the bitlocker information, output is: Volume E: [xxx]Alle...
View ArticleFunctions of Functions
Sorry my terminology may be off as I'm learning still!I'm writing code where I am going to reuse chunks of code in my script so want to make them into functions.For example I can now easily add labels...
View ArticlePS3 script for creating OU
I am looking for help creating a script to create an OU called "Secured Laptops" in several locations.My AD structure has OU's like this:Region > City > PCs Under PCs is Desktops and Laptops. I'd...
View ArticleSetting Web Site RequestFiltering/RequestLimits/MaximumAllowedContentLength
I am trying to set the Maximum Allowed Content Length for a web site under IIS 7.5 using Powershell 2 or 3. The only examples I have seen use appcmd ... This is easy to do with the IIS Manager UI by...
View ArticleHow to update sql and add to sql
I have created a table in SQL with the following command: (bear with me, I am a newbie and after reading powershell in a month of lunches was able to do the following command successfully Thanks,...
View ArticleVMWare Snapshots Power CLI one at a time
Greetings, I'd like help in creating a scheduled task that runs a script to take snapshots one at a time so it doesn't take up too many disk resources. I'm using PowerCLi 5.1 and ideally this script...
View ArticlePowerShell help RSS feed
The updatable help in PowerShell 3.0 caused a lot of confusion when that version first shipped. The help files have been updated periodically since 3.o shipped but its always been difficult finding out...
View ArticleDelete a whole lot of files from a SharePoint site with PowerShell
Here’s a little PowerShell script that you can use to delete all the files in every document library in a site:Read More
View ArticleWindows PowerShell Desired State Configuration Overview
This topic describes the Windows PowerShell Desired State Configuration (DSC) feature.Read More
View ArticleWindows Installer PowerShell Module 2.2.1 Released
Yesterday I released servicing update 2.2.1, which updates 2.2.0 to fix a few bugs and add a few cool new features:Read More
View ArticleMicrosoft 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 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 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