协助构建Exchange Powershell输出阵列

时间:2018-11-27 11:45:01

标签: arrays powershell variables exchange-server-2016

我正在尝试构建一个脚本,该脚本可以递归获取通讯组的成员列表,然后以可操作的方式输出数据。

下面的代码到目前为止效果很好,但是仅在屏幕上输出包含两列(名称,收件人类型)的收件人的最终列表。我尝试了几种方法来将结果输出到变量或数组以对其进行操作,但是它们都没有起作用。

采用class CustomerModel(customer: Customer? = null) : ItemViewModel<Customer>(customer) 变量并将其添加到另一个变量或数组的最佳方法是什么?

find<CustomerWizard>(Scope(CustomerModel(myCustomer)).openModal()

0 个答案:

没有答案