0

我正在寻找一个 web 服务,它可以进行 powershell 调用以将用户添加到活动目录。我有 PowerShell 调用,但不知道如何创建 web 服务来发出调用。您将在下面找到 powershell 脚本。

New-Item -Path <drive>:\RightsPolicyTemplate\<template_ID>\UserRight -Name <e-mail_address> [-FullControl] [-View] [-Edit] [-Save] [-Export] [-Print] [-Forward] [-Reply] [-ReplyAll] [-Extract] [-AllowMacros] [-ViewRightsData] [-EditRightsData] [-CustomRight <custom_right>,<custom_right>…]

我正在运行 Windows 2008 R2。

4

1 回答 1

0

您可以使用 PHP 和 HTML 表单来实现解决方案来调用 Powershell 脚本来完成工作。请在此处查看我的基本指南:http: //theboywonder.co.uk/2012/07/29/executing-powershell-using-php-and-iis/

于 2012-07-29T15:38:56.067 回答