
EBCDIC to ASCII using PowerShell (or command line portable …
I am looking for a way to convert an EBCDIC file to an ASCII file using PowerShell. It can be PowerShell using another program but that program would need to be a portable application …
PowerShell 4.0 Start-Process adds extra space to CommandLine
This could arguably be considered a minor PowerShell bug (adding a trailing space). I would say it's very minor because a trailing space on a command line is a pretty typical use case.
Powershell - Remove unwanted characters in a line of text
Feb 21, 2014 · Is there a way to just grab a specific portion of a line? I'm thinking everything after "Description : " and before the } at the end of the line. Friday, February 21, 2014 10:05 PM
PowerShell case sensitivity? - social.technet.microsoft.com
What are the occasions when writing a PowerShell script that you have to pay strict attention to case sensitivity? I know that PowerShell itself is generally case insensitive. For example, Get …
powershell - pass connection string as a parameter for a script
I'm calling a powershell script which takes a connection string as a parameter from another powershell script.
Foreach Output to CSV - social.technet.microsoft.com
May 20, 2015 · I have a written a script but i have no idea how to the foreach output loop to csv file.
How to test "run command line" step that is run as a differant user ...
If a have a "run command line" step in my task sequence with the option "run this step as the following account". how can I test the execution of this command line myself when i"m in the …
Error in Task Windows (Exception setting "CursorPosition": "The …
Your module output type must match the last module output in the composition, if I can remember correctly for powershell is Microsoft.Windows.SerializedObjectData.
Download email content / text from Exchange EWS with Powershell.
Mar 11, 2014 · I'm attempting to save email body / text from Exchange using Powershell. Would prefer to save as HTML, but to save as a txt file or .eml or .msg is ok too.
to move files and rename if needed - social.technet.microsoft.com
Mar 8, 2012 · I think to pass the source and target locations as arguments like "powershell move-files.ps1 arg1-source arg2-target" if there is no better way.