About 8,230 results
Open links in new tab
  1. Rename Computer using Powershell fails with cannot establish …

    Aug 22, 2016 · I am trying to rename computer using powershell script which takes remote session of DC controller and tries to rename computer.

  2. Trying to use PowerShell script with "SynchronousCommand" …

    It does things such as rename the server, join the domain, register with our Backup software mangement server, and register with the Symantec EndPoint Protection management server. I …

  3. shell.application .copyhere option problems

    Aug 23, 2011 · # ' operation if a file with the target name already exists. # ' 16: Click "Yes to All" in any dialog box that is displayed. # ' 64: Preserve undo information, if possible.

  4. PS App Deployment Toolkit - Execute-Process – PowerShell.exe …

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

  5. How to add SaveFileDialog to PowerShell Get-ADUser Export-CSV

    I know that the SaveFileDialog doesn't actually save the file, it just defines the location the user selected and possibly the file type. However, I cannot figure out how to merge the two so if I …

  6. Using Powershell To Set SMB Share permissions For a Specific File …

    Is it possible to use Powershell to set access permissions for a specific file type within an existing shared folder on a server (server 2008 R2)?

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

    So it was creating text file with a different name. (Entry1.txt,Entry2.txt) So Add-Content cmdlet was adding content in different text files.

  8. Task Scheduler - Alert when action file does not exist?

    Perhaps a better option would to be to not run the application .bat file directly. Configure the task to run a PowerShell script that reads the application file name from a txt file. The .PS1 file tests …

  9. PowerShell to Check in Attachment on List Item

    The closest thing I can find is the PowerShell script to Check-In items in a list or library which doesn't seem to look at Attachments and then there's PowerShell to get List Attachment …

  10. Powershell to Loop Through Text File of URLs and Extract Needed ...

    So what I am trying to do is read the full URL's from the .txt file - then loop through each .html and look for where the text regex in the .html matches then output it to a .csv file.