About 7,420 results
Open links in new tab
  1. String array using foreach loop's variable - PowerShell

    Is it possible to create string array from the variable defined in foreach loop. For example

  2. Powershell Script Error, its saying The term is not recognized as …

    PowerShell is explicitly designed not to allow you to do that to make it harder to use it as a means of exploit. There was a good reason for this specific restriction but i forget what it is.

  3. Creating Local (non-domain) admin user on remote computers

    Any tips, ideas on how I can take this code to read through an input list of servers and add a local user id (that is Admin and has a password that never expires) to those servers. I'd prefer to not …

  4. Problem with powershell arguments - social.technet.microsoft.com

    As an alternative approach, you could use a caller script that contains all of your parameters and just point to the caller script with the -File parameter of powershell.exe.

  5. How to run Powershell script using get-content cmdlet

    I am trying to read the contents of a text file but also get Powershell to run this as well.

  6. The PowerShell script failed with below exception

    Oct 22, 2013 · i have about 100 SQL Express Servers (a lot of application came with it as free edition). it is not logic to do all these steps from all the servers. i have to control the case from …

  7. Creating VIEWS using PowerShell Script

    Yes, you can create view in the document library by PowerShell script in sharepoint online. There is PowerShell script below for your reference.

  8. Exporting and Appending custom data into CSV

    I'm just trying to figure out how to create a powershell object with custom data which I can export to a csv at the end of a process.

  9. PowerShell Script to create new registry key value on remote …

    Jun 9, 2011 · I need to create key named "Layers" with New string Value named "C:\ericompan\ptw32.exe" and set the value data to "win2000" there are 2 registry paths in …