About 382 results
Open links in new tab
  1. Convert powershell script (.txt) file to exe.

    A far as editing the powershell script, that is very simple. It is in a text file, so you can just open it up in notepad or some other text file editing program, make the required changes, then save the result.

  2. PS App Deployment Toolkit - Execute-Process – PowerShell.exe log to file

    When I execute ‘Deploy-Application.exe Install’, in the log I can see the following line is executed.

  3. Powershell: Accepting pipeline input from multiple sources

    I'm writing a script that will take a list of server names and return the list of pending Windows updates. I'd like the script to accept input from Get-ADComputer, Get-Content (of a text file with server names), …

  4. Powershell Script in Task Scheduler Throws Incorrect Function Error ...

    Aug 21, 2012 · What finally worked for me on my Windows 8 system was to run the 64-bit version of Powershell.exe instead. I substituted …

  5. Request PowerShell script to output AD group distinguished names …

    Feb 24, 2017 · Request a PowerShell script that will use a txt file with a list of about 1,000 Active Directory (AD) group names and output their respective distinguished names (DN) in a csv file. Intent …

  6. Help with Install-Module dotnetversionlister

    Thanks for your question. First, the output file is being generated and its empty. Please try to use "-append" parameter with "out-file" cmdlet, Otherwise the content in the text file will be overwritten in …

  7. Powershell Split file at a word - social.technet.microsoft.com

    If this is not what you wanted, please explain in more detail.

  8. How to open pst email using powershell - social.technet.microsoft.com

    I have zero knowledge about powershell. I need a startup advice on how to run this powershell to execute a script to open the file and ill figure out how to search the email content later.

  9. Set-ExecutionPolicy Unrestricted -force

    Feb 3, 2012 · File test.ps1 cannot be loaded because the execution of scripts is disabled on this system... Do I have to manually open powershell and run Set-ExecutionPolicy Unrestricted ?

  10. Embed VBA (Excel macro) in Powershell script

    I wrote a Powershell script that queries all of my groups from Exchange Online, then gets membership for each of those groups and saves each group to a separate CSV file.