About 35,300 results
Open links in new tab
  1. PowerShell - Start-Job - Synchronised Array list

    Jun 30, 2023 · I am trying to write a script using start-job against a list of machines. The script is to query a target machine event log using get-winevent cmdlet. I supply the whole code that …

  2. Error with array in powershell for exchange

    Cannot process argument transformation on parameter 'Identity'. Cannot convert the "System.Collections.ArrayList" value of type "System.Collections.ArrayList" to type …

  3. PowerShell - Check if user has folder access through a security group

    I have the script below, but this one only shows if the user is included in the folder ACL, I need it to show if he has access through a security group.

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

  5. can I send output of -notmatch [string] to -match [string]

    Also, I used .net arraylist rather than a normal array for the ips because of the .contains () method it has. This is one of the only time I choose this array over the built-in one from powershell.

  6. move files to folders base on file name

    Learn PowerShell \_ (ツ)_/ Edited byjrvTuesday, January 2, 2018 7:05 AM Proposed as answer byI.T DelinquentTuesday, January 2, 2018 9:09 AM Tuesday, January 2, 2018 6:58 AM 0 Sign …

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

  8. Windows: CSV and HTML Disk Space Report using PowerShell

    Abstract Monitoring disk space utilization of server (s) is a critical and important job for any administrator. Keeping things organized might improve application availability and server …

  9. How to use attached to bundle dll (resource) in powershell module?

    May 23, 2012 · But nowhere said about how to use it in script modules like PowerShell discovery module. We've used third party libs for WPF custom widgets but now we have to use third …

  10. Powershell, System.Diagnostics.Process and asynchronous reads

    Right. PowerShell is purposely limited to make it safer for the general population and tto preent the issues that occur with compiled languages. Yes - the wait flag would help as teh file may …