About 7,280 results
Open links in new tab
  1. Task Scheduler with PowerShell - Task completed with Return code 0

    But the PowerShell script associated with it not running. And one more thing that I would like to add here at the same time another 2 PowerShell script are also running fine with task …

  2. Add multiple users to an AD Group - social.technet.microsoft.com

    Mar 2, 2011 · Also Remember that these QAD cmdlets don't exist in the initial PowerShell install, they are only available after you successfully run: add-PSSnapin …

  3. PowerShell case sensitivity? - social.technet.microsoft.com

    What are the occasions when writing a PowerShell script that you have to pay strict attention to case sensitivity? I know that PowerShell itself is generally case insensitive. For example, Get …

  4. Run a powershell script that is in a remote server

    I am trying to run a powershell script that is in a remote server. Can anyone please help?

  5. HyperV 2012 Export VM Config ONLY?

    Does anyone know how to just export VM Configuration Only (XML files) from an Bare Mental HyperV 2012 Server? We have backed up the VHD's already and just want to backup the …

  6. Deploy a Powershell or other script to reboot computers only if …

    I have managed to deploy a package without content to simply run 'c:\windows\system32\shutdown.exe -r -t 60' and this works nicely, but want to be able to …

  7. Get-StoredCredential does not return credentials when script is ...

    I have used this line to confirm both scripts are run under user "service01" and not as system account or something else [Security.Principal.WindowsIdentity]::GetCurrent () The whole thing …

  8. DCM with powershell script - social.technet.microsoft.com

    May 29, 2016 · We have created a powershell script to check the Operating system baseline compliance of the servers. We are deploying the powershell script to the servers via DCM by …

  9. Umlaute in PowerShell Script verwenden

    Normalerweise erkennt die Powershell das Encoding der Datei von selbst wenn die Datei ein BOM hat, ansonsten nimmt es das Default-Encoding des Betriebsystems, welches du dir mit …

  10. disabling password complexity via powershell

    Oct 22, 2014 · i spent lots of time searching entire internet to find a command or script (powershell, cmd, VB, registry...) to be able to disable password complexity. there are few …