About 5,630 results
Open links in new tab
  1. 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 …

  2. 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.

  3. 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

  4. 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 …

  5. 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.

  6. 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.

  7. 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 …

  8. 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.

  9. 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.

  10. 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.