About 50 results
Open links in new tab
  1. How to make the width of powershell script's output greater than 80 …

    May 21, 2011 · I am trying to remotely execute a powershell script through ssh, and I found the output of my script is only 80 width, a carriage-return and a line-feed are inserted after 79th column, and …

  2. Pushing Variables into a SQL Database

    Background - I work at a company that deploys a lot of websites for competitions and such. I've got a Powershell script that i currently use to deploy these websites from a .zip folder that the developers …

  3. Powershell Encrypted password file - social.technet.microsoft.com

    Dec 2, 2015 · Powershell opens, running under the credentials of the service account. I run the command which are used to store the password (which are actually stored in a script …

  4. How to run powershell script as administrator within the code itself?

    Oct 29, 2011 · For example, i'd like to run the script with two arguments (user and password) and then the code will use these arguments some how to run

  5. Creating multiple collection deployments for one Automatic …

    Post questions here that are appropriate for the Configuration Manager 2012 software development kit or automation via PowerShell. Before posting, please search for your answer in these forums and the …

  6. run an exe without prompt to run or not from powershell

    I am developing an automation to install few application on PC remotely, script run on windows 7. I need to run set of .exe files from shared drive. I have map the drive where installation files are stored. …

  7. New-PSWorkflowSession access denied

    Tried to explicitly add my domain account to the microsoft.powershell.workflow to the access list using Set-PSSessionConfiguration -Name microsoft.powershell.workflow -ShowSecurityDescriptorUI but …

  8. Setting new maintenance schedule for computers in SCOM 2016

    Apr 3, 2019 · I am trying to set scheduled maintenance mode for several computers in SCOM 2016. The schedules are already set in SCCM, but we need them to be in SCOM as well for internal reasons.

  9. [SOLVED] PowerShell: Setting SearchScope using ADODB.Command

    May 28, 2023 · $credentials = New-Object -TypeName System.Management.Automation.PSCredential -Argumentlist "domain\domuser",$password Get-ADUser -Filter {name -like "*user1*"} -Credential …

  10. Powershell: variable Where-Object not working as expected

    To be flexible I pass arguments for Where-Object via command line to Powershell script.