About 15,100 results
Open links in new tab
  1. Powershell - I have an easy Powershell script that I am writing in ...

    First, the process you'll need to check for is notepad, not notepad.exe. Take a look at the output of Get-Process and you'll see that the output doesn't contain any extensions. Secondly, you …

  2. Remote Desktop Load Simulation - multiple users

    Copying the sample script into "test.vbs" and adding it under Scripts, works like a charm. User smc001 logs on to Server #2 and does the notepad.exe trick. But when it's time for smc002, it …

  3. PowerShell execute script notepad opened

    You're sure you are running the .\testcript.ps1 command from withing Powershell? Cause what you are discribing occures when you run the .\testcript.ps1 command from the standard CLI …

  4. How to copy shortcut to desktop from logon script?

    Jan 11, 2011 · Here is a script that will provide the same result with the added benefit that there are no hard coded variables. If you hard code the hostname in the batch file or script then the …

  5. Visual Basic Script SendKeys macro usage operating on Internet …

    VB script is more or less dead, and you will be better off in the future if you can write Powershell. And if you're browsing the internet, don't use IE, use Edge/Chrome/Firefox.

  6. Any way to run a powershell script in a directory with spaces in it ...

    Dec 30, 2010 · I tried a workaround, using a bit more sophisticated batch script, the output looks correct in a command prompt, but it doesn't work. Here's what I did, create a new directory …

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

  8. Renaming PC Script - social.technet.microsoft.com

    Aug 5, 2011 · Just to add to this, to run the script from a Powershell prompt, you need to type the full path name, e.g. c:\scripts\rename.ps1 Or if you are in the same directory

  9. SCOM 2016 - List all monitors / rules for a given agent using …

    Mar 2, 2018 · I have modified the same script a little bit to make it more easier to include all custom rules and Monitors as well.

  10. Script para Atualização de Senhas de Usuários Através de um .txt …

    Olá pessoal, gostaria de saber como posso fazer um script que leia um arquivo texto com o nome ou login de usuários e através dele realize a alteração da senha no AD.