Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Browsing all 8583 articles
Browse latest View live

Change Local Password

I've Googled this and I've gotten tons of good hits.  But here is what our environment looks like. We have many Windows 2003 x86 & x86 servers.  We have many Windows 2008 R2 x64 servers.We have a...

View Article


Send Email using powershell

Hi,I have a OFT format file with all the text I need to send. I like to create a script which emails my OFT file which the changes I make.e.g. change name to different users.Need one which use the...

View Article


Problems with creating a Windows Server 2008 R2 Failover Cluster Remotely...

Hi guys,I am trying to remotely setup a cluster (Windows Server 2008 R2 Failover clustering) from a single central server. So in my scenario, I have 3 servers. My central script server and my 2 cluster...

View Article

Remote PowerShell - Validating new 2008 Cluster

 Hi,If it a possible, I need an advice, about remote installation MS Cluster 2008 with PowerShell. I run following script by PowerShell remote to remote machine (Windows 2008 R2), this script only...

View Article

PowerShell Techniques : Commenting Scripts, it’s always helpful.

I hope you are enjoying my Powershell Techniques series of web post. I always mention in most of my blog posts that, learning or memorizing what cmdlets do is really easy , but it is bit difficult to...

View Article


Windows Azure IaaS Deployment Methodology with PowerShell Part Two:...

In Part One, I showed you important artifacts in Windows Azure IaaS. Why they are needed and the sequence to create and deploy them. To better manage all resources in a deployment, my best practice is...

View Article

Windows Azure IaaS Deployment Methodology with PowerShell Part One

This blog post series is to examine key Windows Azure IaaS concepts and deployment methodology. Part One presents the artifacts which together constitutes an IaaS deployment by walking through a...

View Article

Is it possible to pass an array of filter criteria to ldap filter?

What I'm trying to do is set the filter criteria in the script below.  Instead of having: $strFilter =...

View Article


Enter-PSSession does not work

Hello everyone, I connect to a remote server using powershell when the following error: Enter-PSSession: connect to remote server failed with the error message is as follows: WS-Management service can...

View Article


Extracting values only from PSObject

Hello AllIf there an easier way than the following to get just the values from a PSCustom object? $obj=New-Object psobject -Property @{'name'='ernie''age'= 47}$obj | gm -MemberType NoteProperty | %...

View Article

Need Help with Combo Box Display of Selected Value

I am looking for a way to display a selected value (i.e., "Peter") in a combo box upon form load with PowerShell. When the form loads, the combo box is blank. Also, I don't think my code is very...

View Article

A newbie question about the default startng directory

I installed PowerShell onto my Vista system a couple of years ago and am just now getting around to learning how to use it. I am starting with the online tutorial at TechNet: "Getting Started With...

View Article

PowerShell V4 Desired State Configuration – My Precio… ops… Desired !!!!!

So far what i am reading about PowerShell V4 what most interested me was DSC or Desired State Configuration.In simple words, DSC it is a HUGE (probably it will be) INI file that you can setup rather...

View Article


Release: AWS Tools for Windows PowerShell 1.1.12

Download the latest AWS Tools for WindowsRead More

View Article

Enable single user for UM using PowerShell

Pre-requisites to perform below steps:Read More

View Article


Citrix Partner Hubbub: “Attend the free Citrix webinar on troubleshooting...

The Citrix XenDesktop PowerShell SDK is the foundation for all interactions with a XenDesktop database and is the same SDK used by Desktop Studio.This deep dive session delivered by Shaun Wendland will...

View Article

Configure SharePoint 2013 Farm with PowerShell

A little PowerShell script that I often use while setting up my demo environments. There is more addition to this coming…For sake of sanity… there is a zip file attached to this post with the ps1 file...

View Article


Using RunAs fails

I need to run an .EXE as Administrator.   Start_Process powershell -verb runas /user:administrator $ccmsetup $ cmswitch -Wait When I run this I get the following error.Start-Process : A positional...

View Article

parsing xml questions

I have an xml file, test.xml that looks like this:<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><PLS Version="2.0" Title="DocTitle"><Record><Field...

View Article

PowerShell 4.0 A First Look!

I have to admit, I am getting into PowerShell deeper and deeper lately and I truly believe MS has decided this is the way they are going to administer systems from now on. Gone seem to be the days of...

View Article
Browsing all 8583 articles
Browse latest View live