简体   繁体   English

如何使用novell库添加用户进行交换

[英]How to add user to exchange with using novell library

help me to write a function in c#.net core that add user to exchange using novell library or any library that could do it .帮助我在c#.net core中编写一个函数,该函数使用novell 库或任何可以执行此操作的库添加用户进行交换 the point is that I need run my code on linux.关键是我需要在 linux 上运行我的代码。

I assume you're talking about on premises Exchange (not Exchange Online, or Office 365).我假设您在谈论本地 Exchange(不是 Exchange Online 或 Office 365)。

You can't do this from Linux unfortunately.不幸的是,你不能在 Linux 上做到这一点。

Exchange does have a web service , but it cannot be used to create mailboxes . Exchange 确实有一个Web 服务,但它不能用于创建邮箱

The only way to create mailboxes in Exchange is to use PowerShell commands.在 Exchange 中创建邮箱的唯一方法是使用 PowerShell 命令。 This isn't terribly easy either.这也不是特别容易。 I have automated mailbox creation in C#, and I had to call the PowerShell commands from C# (and it has a ton of weird quirks - it's awful).我在 C# 中自动创建邮箱,我不得不从 C# 调用 PowerShell 命令(它有很多奇怪的怪癖 - 太糟糕了)。 But that, of course, can only be done on Windows.但这当然只能在 Windows 上完成。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Novell.Directory.Ldap.NETStandard 库的 C# netcore ldap 身份验证 - C# netcore ldap authentication using Novell.Directory.Ldap.NETStandard library 是否可以使用 Novell 软件包找到 LDAP 用户所属的组? (C#) - Is it possible to find the group(s) that an LDAP user belongs to using the Novell package? (C#) 如何使用 Novell.Directory.Ldap.NETStandard 在具有 > 10000 个条目的 Ldap 服务器上进行分页搜索? - How to do a paged search on an Ldap server with > 10000 entries using Novell.Directory.Ldap.NETStandard? 如何使用 Novell.Directory.Ldap.NETStandard 和简单分页结果控件在 Ldap 服务器上进行分页搜索? - How to do a paged search on an Ldap server using Novell.Directory.Ldap.NETStandard and Simple Paged Results control? 使用Novell LDAP对.NET Core中的AD进行页面LDAP查询 - Page LDAP query against AD in .NET Core using Novell LDAP .NET 核心 - Novell LDAP/AD - 组搜索他所属的用户 - 有人让它工作吗? - .NET Core - Novell LDAP/AD - Group search for a user that he belongs to - Has anybody made it work? 在公共交通中使用消费者时,如何防止在 rabbitMQ 中自动创建交换? - How to prevent automatic creation of exchange in rabbitMQ when using consumer in masstransit? 使用Novell.Directory.Ldap.NETStandard2_0的受限用户(登录工作站)在ASP.NET Core中的LDAP身份验证问题 - LDAP authentication problem in ASP.NET Core for restricted users (logon workstations) using Novell.Directory.Ldap.NETStandard2_0 如何向Windows用户添加声明 - How to add claims to windows user 如何在类库中访问JWT User.Claims - How to access JWT User.Claims in class library
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM