我想为我的团队建立一个维基。我需要它在 Windows/IIS 上运行,如果它需要一个数据库,则针对 SQL Server。
用户身份验证必须使用/与 Active Directory 集成,最好是本机而不是使用 LDAP。
理想情况下,授权将使用 Active Directory 组而不是内部的东西。
理想的 wiki 将在 Server 2008 R2 x64、IIS 7.5 和 SQL Server 2008 上运行,但这些不是要求,只是很好的条件。
有没有符合这些要求的东西,你会推荐它吗?
我正在尝试追踪时间同步问题。我在远程分支中有一个 DC。
w32tm /dumpreg /subkey:Parameters 显示 Type = NT5DS 并且 Type 表示它与域同步,我明白。我已经检查过: w32tm /stripchart /dataonly /samples:5 /computer:core-fsmo-dc 并且它是同步的。
我可以对其他 DC 和某些设备运行相同的命令,但其他(包括分支机构和其他地方的其他服务器)给我:
Tracking server1 [w.x.y.z].
Collecting 5 samples.
The current time is 01/09/2009 13:46:01 (local time).
13:46:01, error: 0x800705B4
13:46:04, error: 0x800705B4
13:46:07, error: 0x800705B4
13:46:10, error: 0x800705B4
13:46:13, error: 0x800705B4
Run Code Online (Sandbox Code Playgroud)
运行这些命令时,我已登录到分支 DC,并且我的帐户位于内置域管理员组中。
谁能解释为什么我无法访问某些设备以及此错误意味着什么?
windows-server-2003 w32time time-synchronization domain-controller
我一直在 Windows 中使用新的URL 名字来使用我正在开发的实用程序。当我从“开始”>“运行”运行新 URL 时,它只会运行。如果我通过 Notes 将 URL 发送给自己或将其输入到 IE 地址栏中,我会看到一个窗口,其中显示:
"Do you want to allow this website to open a program on your computer?"
Program: UrlMonikerTest1
Address: urltest://ticket?param1=42¶m2=Derf
[CheckBox] Always ask before opening this type of address
[Button] Allow [Button] Cancel
Allowing web content to open a program can be useful, but it can
potentially harm your computer. Do not allow it unless you trust
the source of the content. What's the risk?
Run Code Online (Sandbox Code Playgroud)
鉴于该实用程序将仅在将使用 …
我的团队需要在内部发布文档。目前,它遍布各地,这意味着我们经常不得不到处搜索才能找到一些东西。
我们想在一个地方发布所有内容。阻止我们的主要因素是访问控制——现有的 wiki 不属于我们,我们也做不到。
发布文档的最佳工具是什么,最好满足以下要求:
另外,你能想到我应该指定的其他标准吗?