About 50 results
Open links in new tab
  1. The term 'Get-Sftp' is not recognized as the name of a cmdlet, …

    I have a script that is called via Scheduled Task that uses a PowerShell Function called 'Get-Sftp' , whichis part of a Module, it's been working successfully for several months with no problems. …

  2. AzCopy.exe : The term 'AzCopy.exe' is not recognized as the name …

    Oct 17, 2015 · If you're running AzCopy from cmd.exe directly, please try to run it from " C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy ".

  3. Syntax of calling a powershell script in SQL agent job

    Mar 29, 2013 · I gave you the syntax for calling a PowerShell script using powershell.exe's file parameter. Go to a cmd.exe prompt and test it that way. The specifics about how to correctly …

  4. Computer Logon Script Fails - Event ID 1130

    Sep 27, 2017 · I copied the script file to the GPOs Machine\Scripts\Startup folder by clicking the 'Show Files' button of the startup properties window where you specify the startup script. This …

  5. How to stop a batch file - social.technet.microsoft.com

    Are you sure your shell script (batch file) is still running? You can use Process Explorer to find out if that's really the case. (You'll look for a running instance of cmd.exe with your shell script …

  6. Trying to copy file from Server to laptop using a script / group …

    The file once copied will then be used as a background wallpaper. I will use Group Policy to set the desktop background to the locally stored image file. I have started by writing a basic batch …

  7. Task Scheduler won't run the script - social.technet.microsoft.com

    The first command will always complete when the script is run from C:\ (and 1 time out of 10 when run from some other location), the second will never complete regardless of the script file …

  8. Startup Script And Environment Variables

    So, if you want to run a startup script, I urge you to use \\domain.name.com\netlogon\startup.cmd or use GPP Files and push the script file itself on all computers and then call it from a simple …

  9. Creating a diskpart script file using Powershell

    Aug 22, 2011 · So it seems as though that in writing to the file via powershell something is happening to the file fortmatting which diskpart does not like - any ideas what? I have tried …

  10. powershell script to check file exist and if found send an email with ...

    Mar 8, 2013 · I need a powershell script to check if file exists then send an email with attachment. if file does not exist then send an email that file does not exist. . after that rename the file with …