Is this possible ?, someone has suggested 开发者_开发问答that I migth be able to do via ssh, essentially run a command on Unix pipe the output to a file get it back and then perform some action in the
How can I list size of each folder in a directory by the sum of all files in each folder/subfolders? My latest attempt:
Anyone know how I can create or delete a build configuration in TeamCity, only using Powershell?I am trying to automate our entire project setup process; have looked at the REST API but that appears t
I am using a PowerShell script to move some files around on some servers. I want to test if a file I am going to move already开发者_JS百科 exists in the destination.
I\'m using bcp to load a table from a CSV exported from another table by someone else far far away, and have run into some issues. My original two problems: one exported field is an int that needs to
I am bit confused of the beh开发者_如何学编程aviour of the script below: Test.ps1: param( [array]$Value = $(throw \"Give me a value\")
What is the best/quickest way to read a tab-delimited file and process only a few columns? Sample: Name\\tAddress\\tCit\\t\\State\\Zip\\Date of Move
Would you recommend Iron Ruby, Iron Python, or PowerShell for making a C# application a script host? After some quick tinkering, right now I\'m leaning towards powershell for two main reasons (note t
I\'ve been googling in vain for hours, and can\'t seem to find a way to view an rtf file in a powershell WPF form.
I have a PowerShell script that deploys about 12 web parts. They have all been created in the manner through visual studio 2010 and are being deployed to SharePoint 2010.