About 341 results
Open links in new tab
  1. Use Powershell to replace characters within a specific string

    The script I have works well for these characters, but I also want to remove the double quote character " but only if it is used within an xml attribute (which unfortunately is enclosed by double quotes) so I …

  2. PowerShell and file permissions (ACE/ACL) - social.technet.microsoft.com

    Interesting... ( [string] (0..9|% { [char] [int] (32+ ("39826578846355658268").substring ( ($_*2),2))})).replace (' ','') What's new in Powershell 3.0 (Technet Wiki)

  3. Trouble getting executable with many special character paramaters to ...

    Eventually I will need to replace some of the values with variables (for example "DEV" will be replaced by $PRODENV) but for now just trying to get the basic command line to work.

  4. Remove carriage returns and then replace - social.technet.microsoft.com

    Jan 26, 2018 · I have a slightly strange question in that I'm needing to take a PowerShell script and then remove all carriage returns within that script, so the whole script is contained on one line. Then be …

  5. SharePoint Online: Disable or enable attachments to list items using ...

    The Windows PowerShell Integrated Scripting Environment (ISE) is a host application for Windows PowerShell, where you can run commands and write, test, and debug scripts in a single Windows …

  6. Grab string from URL using Powershell - social.technet.microsoft.com

    Feb 13, 2012 · I am new to Powershell and I need some assistance. I am trying to grab the full URL for the jpg file from a webpage but there are no fix matches to the image filename and it can also be …

  7. Powershell script to ping a list of IP address and email name if down.

    The script block will output them to the pipeline, and you can just pick them up at the end. [string] (0..33|% { [char] [int] (46+ …

  8. Replace Values in XML file from CSV with Powershell

    Oct 27, 2015 · I Need to edit an XML file and replace values within it from a CSV File For example, my CSV will have a username and I need to take that username and replace the username where …

  9. Reducing Powershell CPU Usage During Start?

    One single PowerShell process is up-and-running at all times. Your management software simply signals it to take action (e.g. by creating a semaphore-file, or by inter-process communication, …

  10. Help with Powershell run execution - social.technet.microsoft.com

    We can choose where to get the profile from. If we are runniong of of teh calling machines user profile then the settings for PowerSHell, if set, will take precedence over the remote machine settings as …