About 8,780 results
Open links in new tab
  1. Automate assignment of new user to security groups based on …

    But if you have a 1:n mapping of one Department to more than one Security Group you need to work with something like PowerShell (multidimensional array or read a CSV file that is …

  2. PowerShell: Return a list of language constructs

    I am trying to return a list of all the PowerShell constructs like If, Do, ForEach-Object. I tried using Get-Alias and Get-Command but neither of these will produce the desired results.

  3. Help with Powershell run execution - social.technet.microsoft.com

    Is that something that just changed? We had another set of servers that ran PowerShell scripts to set up the environment, that would not work with any other user until we added the -scope …

  4. Looking for examples Powershell convertFrom-json where there …

    Trying to parse "complex" json to csv for eventual import to Access database. Just found Powershell. Have searched forums and youtube but examples have no arrays. I would like to …

  5. Powershell Gui Menu (drop down list) and $args variable

    Jan 21, 2009 · I hope you can help me on this, since i'm pretty new with powershell, Here is my problem: I launch (runas) a powershell script with my domain admin credential,

  6. System.Management.Automation.RemoteException: Last access ...

    Mar 9, 2012 · at System.Management.Automation.PowerShell.CoreInvoke [TOutput] (IEnumerable input, PSDataCollection`1 output, PSInvocationSettings settings) at …

  7. Convert Array of object to JSON - social.technet.microsoft.com

    I am using Powershell V2 on Windows server 2008 R2 and for the time being it is not possible to upgrade the Powershell version. I know Powershell V3 has a feature " ConvertTo-Json " that …

  8. Get permissions using powershell - social.technet.microsoft.com

    If you have feedback for TechNet Subscriber Support, contact [email protected] Tuesday, December 13, 2016 7:24 AM 0 Sign in to vote Hi, Using the following PowerShell to export …

  9. Powershell script to test RDP connectivity from a list of IP's

    I am in need of a Powershell script that will take a list of IP's and test RDP connectivity. I would like the results sent to a csv file with listing just the IP and either an up or down status.

  10. Compare CSV and make it a chart using powershell

    Apr 29, 2019 · Every week task scheduler will run a program and generates the CSV file and saves in file location. I want to compare the last two CSV file (very latest) every time and need …