About 50 results
Open links in new tab
  1. Can't send notifications using powershell script. Event ID 4100.

    Also the script is running with following command line parameter as -executionpolicy bypass, from the SCOM. Get-ExecutionPolicy -List is giving this information:

  2. Exchange 2019: Check the Admin Display Version with PowerShell

    In Exchange, you may be running multiple versions like Exchange 2016 and 2019 or 2013 and 2016 and you need to get information about your build of Exchange, you can do so with a one liner command …

  3. Set-DfsrMembership occasionally fails with 1 of 2 error messages

    I have the following powershell script (a stripped down version of the production script) that reproduces a problem I'm experiencing with the Set-DfsrMembership command.

  4. invoke-command takes 20-90 seconds to complete

    all servers I'm testing with is server 2008r2 with powershell 4. I have a text file with 100 servers that are online and with PS remoting enabled. When I run this command: # this takes about 20-30 seconds to …

  5. Use Start-Process to open a PowerShell window and execute a command

    Jan 9, 2020 · What I have so far, opens a Powershell window and changes to a specific directory (location of Vagrant box).

  6. Insert File name into powershell command - social.technet.microsoft.com

    Nov 11, 2011 · But I don't know how to insert it into my powershell command below. If I can somehow replace "FILENAME", below, with a get-command that will retrieve the file name in a path, that would …

  7. How to add VM to domain using powershell 5.1 version?

    Apr 15, 2017 · First, please make sure the VM has been allocated the correct IP address and DNS server. The VM can communicate with domain controller, and the DNS server is the one in the …

  8. Removing Object from out-put in Powershell.

    Oct 20, 2016 · I recently got help here to run a command that groups my users with their emails and email aliases in Exchange 2016. The command I am using that is working perfectly is: Get-Recipient …

  9. Invoke-Webrequest 401 Unauthorized

    Nov 20, 2013 · I'm attempting to POST a SOAP message to an Apache web server (Cisco Call Manager) using either the WebClient component of Powershell or the Invoke-WebRequest …

  10. Can't remove mobile device partnerships from Exchange 2010

    I have an SBS 2011 Standard server and I’m trying to do some housekeeping in Exchange by using EMC’s “Manage Mobile Phone” option to remove partnerships for devices that users no longer have.