Powershell Script Help Needed
Newbie here.. I am seeking a power shell script will do two things: 1. Move the contents of a given folder (example: c:\docs) from one server (Example: ServerA) to another server (ServerB) and then...
View ArticlePowerShell Saturday #003 | October 27, 2012 | Alpharetta, GA
PowerShell Saturday #003 will bring together 200 developers and IT professionals from Atlanta and the surrounding areas for a full day of intense learning and fun on October 27, 2012. With fifteen...
View ArticleCreate HTML Report of Facebook URLs using PowerShell
In this article we will explore a scenario of adding a custom User Profile property and generating a report based on it. The challenge here is that the report generation should be done with PowerShell...
View ArticleIssue with PSRemoting - Error with error code 14 occurred while calling...
Hello ! I'm trying to enable PSremoting. On my remote host : I have enabled Enable-PSRemoting’ (enabled on control and remote host) Get-host Name : ConsoleHost Version : 2.0...
View ArticleAccessing an xls file
Is there a way to get information from an excel file with out having excel installed on the unit.? A script needs to get translations from an excel file but the test unit may not have excel installed....
View ArticleRequest ADFS Security Token with PowerShell
In the course of my work I often have need to investigate end-to-end protocol flows. For example, I want to see an RST being generated, I want to see HTTP 302 or 200 responses coming back from a...
View ArticleAll Scripts Stopped working
I had a bunch of scripts that I had working, but ran a windows update and now Powershell 3.0 doesn't run any of the scripts without errors. I spent all day Friday and Saturday building a Windows 2012...
View ArticleHow to run WIndows server cmdlets for powershell?
I'm using windows powershell on my client machine. I want to be able to run commands like get-adcomputer and get-aduser from it. Anyone know where I can find the modules and or snappins to run them....
View ArticleLimit of Characters
In Powershell command prompt character length limit is one of the major drawback. Any solution?
View ArticleIntroducing DFS Namespaces Windows PowerShell Cmdlets
In this blog post, let me introduce you to the new DFS Namespaces (DFSN) Windows PowerShell cmdlets that we have added in Windows Server 2012. Read More
View ArticleStorage Spaces module for Windows PowerShell
The StorageSpaces module is a PowerShell module which utilizes the Storage module for Windows PowerShell to provide a streamlined management experience for Storage Spaces. This module provides the...
View ArticleIs PowerShell Making System Center Obsolete?
Those of you who follow my work know that I write a ton of content each month for a number of different sites. Even so, there is one thing that really makes this blog unique. Out of all of the writing...
View ArticleAdding users to a group based on custom attributes
Team, Have an intresting script i am trying to develop and need guidance. I am trying to automate distribution group membership using custom attributes. Currently i am able to add users to a group...
View ArticleChecking other browsers used
Hello, I am a powershell scripts beginner... I want to check what browsers are used by my users. I made this script below which is correctly running. I just want to check too chrome.exe, safari.exe and...
View ArticleBuilding a Windows Server 2012 Cloud Infrastructure with PowerShell
Complementing the existing efforts to provide guidance around building a Cloud Infrastructure with Windows Server 2012, two additional pieces of collateral have been uploaded to the TechNet Gallery...
View ArticleHow to Team Your Network Cards in Windows Server 2012
With the advent of cloud computing and mass virtualization of server operating systems, the need for high speed, highly available networking becomes even more pressing. Until now, in a Windows Server...
View ArticleExchange Server 2013 preparation checklist
If you plan to migrate to Exchange 2013, there are certain tasks you can do now to prepare for the upgrade, no matter which version of Exchange Server you're currently running. Here's a checklist of my...
View ArticleInvoke-expression does not take the redirect operator "
I'm trying to write a powersheel script that enables me to import an IIS site application pool configuration file saved as .xml. The command I want to run is: invoke-expression "&...
View Articleadd to the registry on remote servers
Hi all, new to PS and i have a challenge at work.. i have a .reg file that i need to apply to alot of our servers (but not all!) i have a list of them, but how do i do it? what i tried so far is...
View ArticleMicrosoft targets virtualization with Windows 8/Windows Server combo
Much of the attention being paid to this week's Windows 8 launch focuses on the new Metro-style interface and the fact that Microsoft is extending its desktop OS to tablets and smartphones. But for...
View Article