About 515 results
Open links in new tab
  1. Calling Exchange Online PS Module from Task Scheduler

    Mar 26, 2019 · I'm looking to call the Exchange Online (EXO) PowerShell Module from Task Scheduler in order to automate an EXO script. I have spoken to our dedicated DSE team and to MS Premier …

  2. Install Exchange Online Remote PowerShell module when signed in as …

    Jun 24, 2019 · I'd like to suggest that the Exchange Online Remote PowerShell module be reworked is a standard module that can be managed with PowerShellGet. That would make it much easier to …

  3. Microsoft Exchange Online PowerShell Module / Search-Mailbox / The …

    Mar 15, 2019 · I have a hybrid environment so I'm trying to utilize the 'Microsoft Exchange Online PowerShell Module' to run a script and run purges on mailboxes in both EXO and EOP.

  4. How to get all command about new-pssession or connect-sposervice …

    Sep 14, 2013 · I want to know how many cmmands about the session. (For Example,When I import-module hyper-v , I can use command "get-command -module hyper-v" to get all command).But I …

  5. Detect Powershell connection to O365 Exchange Online, MSOL or ...

    I have scripts to execute against Office 365. I have no problems connecting to Office 365 with Powershell. However, I would like to be able to detect an open connection to the services, and …

  6. Cannot Start Microsoft Outlook The attempt to log on to Microsoft ...

    And, why would a restart fix it? I can resolve, ping, and telnet exchange service ports on the exchange server from the afflicted terminal server. All Microsoft test-connectivity analyzer tests are successful. …

  7. how to install Hyper-v Module - social.technet.microsoft.com

    Oct 30, 2014 · This is both the PowerShell module and the console. You only get it without doing anything with the free SKU of Hyper-V Server. Adding Hyper-V to Windows Server means that you …

  8. importing a module in C# and using $PsScriptRoot

    I have a need to create a Web Application in ASP.NET to execute some PowerShell functions in a module. I would like to import this module and use the functions in it.

  9. Exchange Online - Set FOLDER permissions recursively in shared mailbox

    Oct 27, 2014 · 1. How can I configure the shared mailbox so that all folders that are created, regardless of which user creates them, will inherit permissions. Any folder created should automatically have …

  10. Need help to find GPOs with a specific word

    Answers 0 Sign in to vote Hi, You can use Quest AD powershell module then run the following command: get-qadobject -ldapfilter ' (& (objectcategory=grouppolicycontainer) (displayname=*dns*))' …