---
title: "Codeunit 1651 Exchange PowerShell Runner"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1651-exchange-powershell-runner/
type: codeunit
id: 1651
name: "Exchange PowerShell Runner"
app: "Base Application"
versions: "17-21"
build: 21.5.53619.63803
obsolete: "Pending 19.0"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 1651 Exchange PowerShell Runner

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1651-exchange-powershell-runner/

| | |
| --- | --- |
| App | Base Application |
| Versions | 17-21 |
| Obsolete | Pending 19.0, seen from 19. End of support for Exchange PowerShell. Outlook Add-ins must be deployed manually or using Exchange Web Services with OAuth token. |
| Source file | ExchangePowerShellRunner.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| InitializePSRunner | () | Boolean | public | 17-21 | - | - |
| SetCredentials | (Text[80], Text[30]) | - | public | 17-21 | - | - |
| GetCredentials | (var Record Office Admin. Credentials) | - | public | 17-21 | - | - |
| ValidateCredentials | () | Boolean | public | 17-21 | - | - |
| SetEndpoint | (Text[250]) | - | public | 17-21 | - | - |
| PromptForCredentials | () | Boolean | public | 17-21 | - | - |
| DefaultPSEndpoint | () | Text[250] | public | 17-21 | - | - |
| O365PSEndpoint | () | Text[250] | public | 17-21 | - | - |
| ResetInitialization | () | - | public | 17-21 | - | - |
| GetApp | (Text, var DotNet PSObjectAdapter) | Boolean | public | 17-21 | - | - |
| RemoveApp | (Text) | - | public | 17-21 | - | - |
| NewApp | (var DotNet Array, Text, Text, Text) | Boolean | public | 17-21 | - | - |
| AddCommand | (Text, Boolean) | - | public | 17-21 | - | - |
| AddParameter | (Text, Variant) | - | public | 17-21 | - | - |
| AddParameterFlag | (Text) | - | public | 17-21 | - | - |
| Invoke | () | - | public | 17-21 | - | - |
| AwaitCompletion | () | - | public | 17-21 | - | - |
| GetResultEnumerator | (var DotNet IEnumerator) | - | public | 17-21 | - | - |
| GetErrorEnumerator | (var DotNet IEnumerator) | - | public | 17-21 | - | - |
| RemoveRemoteConnectionInformation | () | - | public | 17-21 | - | - |
| ClearLog | () | - | public | 17-21 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.

Jonas Paprotka, 2026-09-20.
