AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题

问题[sharepoint](server)

Martin Hope
ltwally
Asked: 2022-04-04 04:17:15 +0800 CST

通过 Powershell 下载 Sharepoint Online 文件

  • -1

我接到了一个项目,我们的营销部门在该项目中生成图像,每个工作站和笔记本电脑都需要在启动或登录时下载这些图像。(壁纸文件夹、屏保图像等)

我想使用 Sharepoint Online 存储带有图像的可公开访问(无需登录)文件夹,然后使用 Powershell 获取内容。

我发现的每个示例都需要一个管理单元或模块。

有谁知道香草Powershell将公开可用的SO文件夹的内容复制到本地磁盘的直接方式?

谢谢!

sharepoint powershell web
  • 1 个回答
  • 366 Views
Martin Hope
Imre Csősz
Asked: 2021-05-12 22:37:23 +0800 CST

IIS URL 重写不适用于复杂的 URL

  • 0

我有 2 个 URL 重定向规则:

    <rewrite>
        <rules>
            <clear />
            <rule name="al - helyek/al (kieg)" enabled="true" stopProcessing="true">
                <match url="^test1/al/(.*)RootFolder=%2Ftest1(.*)" />
                <action type="Redirect" url="helyek/al/{R:1}RootFolder=%2Fhelyek{R:2}" />
            </rule>
            <rule name="al - helyek/al" enabled="true" stopProcessing="true">
                <match url="^test1/al/(.*)" />
                <action type="Redirect" url="helyek/al/{R:1}" />
            </rule>
        </rules>
    </rewrite>

但是第一个不起作用,只有第二个。

Test URL: http://test:29001/test1/al/Megosztott%20dokumentumok/Forms/AllItems.aspx?RootFolder=%2Ftest1%2Fal%2FMegosztott%20dokumentumok%2FTeszt&FolderCTID=0x01200077BA4D1F1CDCF3498096871FD748FB37&View=%7B70C95A37%2D4FE1%2D4A60%2DA100%2D61E529A1DB56 %7D

这是一个 SharePoint 网站集。

可能是什么问题呢?

预先感谢您的帮助。

url sharepoint iis rewrite
  • 1 个回答
  • 98 Views
Martin Hope
Samuel Dague
Asked: 2020-10-09 11:01:07 +0800 CST

我可以使用组策略为 SharePoint 配置 SSO

  • -2

我正在尝试在组策略中设置 SSO,因此当用户访问我们的 SharePoint 时,他们会自动登录,而不是每次访问网站时都必须登录。就演练而言,我在网上找不到任何有用的东西。任何人都可以向我解释如何执行此操作或向我发送有用文章的链接吗?

windows group-policy sharepoint active-directory
  • 1 个回答
  • 461 Views
Martin Hope
john zuh
Asked: 2020-06-28 15:52:22 +0800 CST

自动将已知文件夹位置重定向到 Onedrive 无法正常工作(我的文档)

  • 1

我们计划将我们的文件迁移到 Onedrive4B,并且作为我们被要求将已知文件夹重定向到 Onedrive 的要求的一部分(桌面、图片和文档)。我们的文档被重定向到 H:映射网络驱动器,因此只要客户端处于在线模式,文档中保存的任何内容都会通过 Microsoft 同步中心同步回 H:网络位置。

我们的 Onedrive 组策略如下所示

这里的挑战是因为我们的文档文件夹(它是已知文件夹的一部分)不在本地机器上,而是在网络位置,我们如何处理这个?我们注意到无法备份 Documents 文件夹,OneDrive 会拒绝告诉我“Documents 文件夹包含其他重要文件夹,不支持文件保护”。联系您的 IT 部门或其他什么。此处类似描述https://onedrive.uservoice.com/forums/913534-onedrive-security-policy-administration/suggestions/35072257-allow-onedrive-kfm-to-work-with-folder-redirected

这是尝试备份 Onedrive for Business 时文件夹的外观

因此,为了让 Onedrive 访问我在本地系统上的文档,计划是使用 GPO 禁用文件夹重定向。

因此,我在一个单独的组策略中执行此操作,该组策略位于所有 Onedrive 设置的组策略之前。 https://4sysops.com/archives/how-to-disable-folder-redirection/

即使在策略更新后在计算机上更新了相应的注册表项,我仍然没有看到行为更改或选项被停用。我检查了以下位置https://www.winhelponline.com/blog/windows-10-shell-folders-paths-defaults-restore/

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell 文件夹

Shell 文件夹名称 - 值类型:REG_EXPAND_SZ:个人 位置:%USERPROFILE%\Documents

我在这里找到了一篇有趣的文章https://lazyadmin.nl/office-365/migrate-users-home-drives-to-onedrive-for-business-with-powershell/似乎在说同样的话,但我是不太确定这是否是要走的路。

一些建议可能会有所帮助

group-policy sharepoint microsoft-office-365 onedrive-for-business folder-redirection
  • 1 个回答
  • 2377 Views
Martin Hope
LukeA
Asked: 2019-06-21 22:34:25 +0800 CST

查看或打开 SharePoint Online 网站的审核

  • 0

我想弄清楚如何查看 SharePoint Online 网站的审核日志。在我们为特定网站集配置审核设置的本地 SharePoint 2013 场中,我有用于打开或下载文档、查看列表中的项目或查看项目属性的审核选项。

不幸的是,该 SPO 的审计项目不可用,在 Microsoft 文档中,该站点也不存在。

我是否需要在租户级别启用此选项才能在审核网站集时使用此选项?或者是其他东西?

sharepoint
  • 2 个回答
  • 213 Views
Martin Hope
pilotgallo2
Asked: 2019-06-12 08:51:43 +0800 CST

SharePoint 2013 注册工作流错误

  • 0

当我尝试运行 PowerShell 命令以在我的 SharePoint 2013 服务器上注册我的工作流服务时,我的 ULS 和 PowerShell 窗口中出现以下错误。

Register-SPWorkflowService -SPSite "http://sharepoint.domain" -WorkflowHostUri "https://workflow.domain:12290" -ScopeName "DevSP" -AllowOAuthHttp  -Force
Register-SPWorkflowService : Object reference not set to an instance of an
object.
At line:1 char:1
+ Register-SPWorkflowService -SPSite "http://slcdevsp144" -WorkflowHost ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (Microsoft.Share...WorkflowService:
   RegisterSPWorkflowService) [Register-SPWorkflowService], NullReferenceExce
  ption
    + FullyQualifiedErrorId : Microsoft.SharePoint.WorkflowServices.PowerShell
   .RegisterSPWorkflowService
06/11/2019 10:24:50.80  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      Updating SPPersistedObject WorkflowDeploymentGroupTypePersistedObject Name=WorkflowDeploymentGroupTypePersistedObject. Version: 9146151 Ensure: False, HashCode: 64984250, Id: f0f5a80e-9feb-4aaf-9e86-abcf973d7881, Stack:    at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.RegisterWorkflowLifecycleManagementEnvironment()     at Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()     at System.Management.Automation.CommandProcessor.ProcessRecord()     at System.Management.Automation.CommandProcessorBase.DoExecute()     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.Pipeli... c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.80* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...neOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext)     at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.Interpreter.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0)     at System.Management.Automation.DlrScriptCommandProcessor.RunClause(Action`1 clause, Object dollarUnderb...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.80* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...ar, Object inputToProcess)     at System.Management.Automation.DlrScriptCommandProcessor.Complete()     at System.Management.Automation.CommandProcessorBase.DoComplete()     at System.Management.Automation.Internal.PipelineProcessor.DoCompleteCore(CommandProcessorBase commandRequestingUpstreamCommandsToStop)     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()     at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc()     at System.Management.Automation.Runspaces.PipelineThread.WorkerProc()     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     ...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.80* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ThreadHelper.ThreadStart()      c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.80  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      Updating SPPersistedObject WorkflowAppPartTypePersistedObject Name=WorkflowAppPartTypePersistedObject. Version: 9146153 Ensure: False, HashCode: 38610103, Id: 4527f25c-501e-41e6-9ddf-67ff26bb9100, Stack:    at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.RegisterWorkflowLifecycleManagementEnvironment()     at Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()     at System.Management.Automation.CommandProcessor.ProcessRecord()     at System.Management.Automation.CommandProcessorBase.DoExecute()     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.PipelineOps.InvokePipe... c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.80* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...line(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext)     at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.Interpreter.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0)     at System.Management.Automation.DlrScriptCommandProcessor.RunClause(Action`1 clause, Object dollarUnderbar, Object input...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.80* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...ToProcess)     at System.Management.Automation.DlrScriptCommandProcessor.Complete()     at System.Management.Automation.CommandProcessorBase.DoComplete()     at System.Management.Automation.Internal.PipelineProcessor.DoCompleteCore(CommandProcessorBase commandRequestingUpstreamCommandsToStop)     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()     at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc()     at System.Management.Automation.Runspaces.PipelineThread.WorkerProc()     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Thread...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.80* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...ing.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ThreadHelper.ThreadStart()      c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.85  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      Updating SPPersistedObject WorkflowServiceApplicationProxy Name=Workflow Service Application Proxy. Version: 9146293 Ensure: False, HashCode: 49841781, Id: 5bf2865b-f8bd-4266-a372-0aa6da484e54, Stack:    at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.Update()     at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.Microsoft.SharePoint.WorkflowServices.IWorkflowService.SetProperty[T](SPSite site, WorkflowServiceProperty property, T value)     at Microsoft.SharePoint.WorkflowServices.WorkflowServerPairingContext.RegisterFarm()     at Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()     at System.Management.Automation.CommandProcessor... c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.85* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ....ProcessRecord()     at System.Management.Automation.CommandProcessorBase.DoExecute()     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext)     at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpret...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.85* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...er.Interpreter.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0)     at System.Management.Automation.DlrScriptCommandProcessor.RunClause(Action`1 clause, Object dollarUnderbar, Object inputToProcess)     at System.Management.Automation.DlrScriptCommandProcessor.Complete()     at System.Management.Automation.CommandProcessorBase.DoComplete()     at System.Management.Automation.Internal.PipelineProcessor.DoCompleteCore(CommandProcessorBase commandRequestingUpstreamCommandsToStop)     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()     at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc(...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.85* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...)     at System.Management.Automation.Runspaces.PipelineThread.WorkerProc()     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ThreadHelper.ThreadStart()     c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.85  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      Updating SPPersistedObject WorkflowServiceApplicationProxy Name=Workflow Service Application Proxy. Version: 9146301 Ensure: False, HashCode: 49841781, Id: 5bf2865b-f8bd-4266-a372-0aa6da484e54, Stack:    at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.Update()     at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.Microsoft.SharePoint.WorkflowServices.IWorkflowService.SetProperty[T](SPSite site, WorkflowServiceProperty property, T value)     at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.SetWorkflowServiceAddress(SPSite site, String uri)     at Microsoft.SharePoint.WorkflowServices.WorkflowServerPairingContext.RegisterFarm()     at Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService.InternalProc... c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.85* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...essRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()     at System.Management.Automation.CommandProcessor.ProcessRecord()     at System.Management.Automation.CommandProcessorBase.DoExecute()     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext)     at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management....  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.85* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.Interpreter.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0)     at System.Management.Automation.DlrScriptCommandProcessor.RunClause(Action`1 clause, Object dollarUnderbar, Object inputToProcess)     at System.Management.Automation.DlrScriptCommandProcessor.Complete()     at System.Management.Automation.CommandProcessorBase.DoComplete()     at System.Management.Automation.Internal.PipelineProcessor.DoCompleteCore(CommandProcessorBase commandRequestingUpstreamCommandsToStop)     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.85* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ....Automation.Runspaces.LocalPipeline.InvokeHelper()     at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc()     at System.Management.Automation.Runspaces.PipelineThread.WorkerProc()     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ThreadHelper.ThreadStart()     c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.86  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      Updating SPPersistedObject WorkflowServiceApplicationProxy Name=Workflow Service Application Proxy. Version: 9146303 Ensure: False, HashCode: 49841781, Id: 5bf2865b-f8bd-4266-a372-0aa6da484e54, Stack:    at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.Update()     at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.Microsoft.SharePoint.WorkflowServices.IWorkflowService.SetProperty[T](SPSite site, WorkflowServiceProperty property, T value)     at Microsoft.SharePoint.WorkflowServices.WorkflowServerPairingContext.RegisterFarm()     at Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()     at System.Management.Automation.CommandProcessor... c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.86* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ....ProcessRecord()     at System.Management.Automation.CommandProcessorBase.DoExecute()     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext)     at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpret...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.86* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...er.Interpreter.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0)     at System.Management.Automation.DlrScriptCommandProcessor.RunClause(Action`1 clause, Object dollarUnderbar, Object inputToProcess)     at System.Management.Automation.DlrScriptCommandProcessor.Complete()     at System.Management.Automation.CommandProcessorBase.DoComplete()     at System.Management.Automation.Internal.PipelineProcessor.DoCompleteCore(CommandProcessorBase commandRequestingUpstreamCommandsToStop)     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()     at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc(...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.86* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...)     at System.Management.Automation.Runspaces.PipelineThread.WorkerProc()     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ThreadHelper.ThreadStart()     c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.88  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      Updating SPPersistedObject WorkflowServiceApplicationProxy Name=Workflow Service Application Proxy. Version: 9146305 Ensure: False, HashCode: 49841781, Id: 5bf2865b-f8bd-4266-a372-0aa6da484e54, Stack:    at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.Update()     at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.Microsoft.SharePoint.WorkflowServices.IWorkflowService.SetProperty[T](SPSite site, WorkflowServiceProperty property, T value)     at Microsoft.SharePoint.WorkflowServices.WorkflowServerPairingContext.RegisterFarm()     at Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()     at System.Management.Automation.CommandProcessor... c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.88* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ....ProcessRecord()     at System.Management.Automation.CommandProcessorBase.DoExecute()     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext)     at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpret...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.88* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...er.Interpreter.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0)     at System.Management.Automation.DlrScriptCommandProcessor.RunClause(Action`1 clause, Object dollarUnderbar, Object inputToProcess)     at System.Management.Automation.DlrScriptCommandProcessor.Complete()     at System.Management.Automation.CommandProcessorBase.DoComplete()     at System.Management.Automation.Internal.PipelineProcessor.DoCompleteCore(CommandProcessorBase commandRequestingUpstreamCommandsToStop)     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()     at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc(...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.88* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...)     at System.Management.Automation.Runspaces.PipelineThread.WorkerProc()     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ThreadHelper.ThreadStart()     c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.88  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      Updating SPPersistedObject WorkflowServiceApplicationProxy Name=Workflow Service Application Proxy. Version: 9146307 Ensure: False, HashCode: 49841781, Id: 5bf2865b-f8bd-4266-a372-0aa6da484e54, Stack:    at Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy.Update()     at Microsoft.SharePoint.WorkflowServices.WorkflowServerPairingContext.RegisterFarm()     at Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()     at System.Management.Automation.CommandProcessor.ProcessRecord()     at System.Management.Automation.CommandProcessorBase.DoExecute()     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at Syste... c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.88* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...m.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext)     at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.Interpreter.Run(InterpretedFrame frame)     at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0)     at System.Management.Automation.DlrScriptCommandProcessor.RunClause(Action...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.88* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ...`1 clause, Object dollarUnderbar, Object inputToProcess)     at System.Management.Automation.DlrScriptCommandProcessor.Complete()     at System.Management.Automation.CommandProcessorBase.DoComplete()     at System.Management.Automation.Internal.PipelineProcessor.DoCompleteCore(CommandProcessorBase commandRequestingUpstreamCommandsToStop)     at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input)     at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()     at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc()     at System.Management.Automation.Runspaces.PipelineThread.WorkerProc()     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state,...  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.88* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Topology                        8xqz    Medium      ... Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ThreadHelper.ThreadStart()    c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.89  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Application Authentication      afron   High        Attempting to download security token service json metadata from 'https://workflow.domain:12290/$System/$Metadata/json/1'.  c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.91  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           Application Authentication      afroq   High        Security token service json metadata successfully downloaded from 'https://workflow.domain:12290/$System/$Metadata/json/1'. c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.91  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           PowerShell                      6tf2    High        System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.SharePoint.Administration.Claims.SPTrustedProviderBase.UpdateFromMetadataFeed(Boolean isFirstTime)     at Microsoft.SharePoint.Administration.Claims.SPTrustedProviderBase..ctor(SPPersistedObject parent, String name, String description, X509Certificate2 certificate, Uri metadataEndPoint, SPSecurityTokenServiceJsonMetadataDocument metadataDocument)     at Microsoft.SharePoint.Administration.Claims.SPTrustedProviderBase..ctor(SPPersistedObject parent, String name, String description, Uri metadataEndPoint)     at Microsoft.SharePoint.WorkflowServices.WorkflowServiceHelper.EnsureTrustedSecurityTokenService(Uri metadataEndpoint, Boolean allowHttp)     at Microsoft.SharePoint.WorkflowServices.Wor... c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.91* PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           PowerShell                      6tf2    High        ...kflowServerPairingContext.ConfigureOAuth(Boolean allowOAuthHttp)     at Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()   c2ab5670-d75f-4010-81c4-3c27301574b8
06/11/2019 10:24:50.91  PowerShell.exe (0x2A04)                     0x2C98  SharePoint Foundation           PowerShell                      91ux    High        Error Category: InvalidData    Target Object  Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService  Details  NULL  RecommendedAction NULL c2ab5670-d75f-4010-81c4-3c27301574b8
sharepoint
  • 1 个回答
  • 751 Views
Martin Hope
Janis Veinbergs
Asked: 2018-04-10 06:29:14 +0800 CST

AD FS - 使用联合 Web SSO,帐户合作伙伴无法登录到 SharePoint,而资源合作伙伴正常

  • 0

在资源合作伙伴组织中实施联合 Web SSO设计以访问 SharePoint 以及在分步教程Windows Server 2012 R2 AD FS – 联合 Web SSO中看似正确地完成所有操作时,有些事情不太正确。

  • 帐户组织用户无法登录,因为浏览器在资源合作伙伴和帐户合作伙伴 ADFS 之间跳转,直到它在帐户合作伙伴 ADFS 上生成以下事件 ID 364:Microsoft.IdentityServer.Web.InvalidRequestException: MSIS7042: The same client browser session has made '6' requests in the last '3' seconds. Contact your administrator for details.
  • 资源合作伙伴组织用户登录没有问题
  • 它与 saml 令牌时间戳无关。我检查了生命周期是否设置正确。没有时区问题或其他配置问题。
  • 我看到正在发布主 SID,但想知道为什么没有发布在 SharePoint 中设置为标识符声明的电子邮件令牌
  • 在帐户合作伙伴 ADFS 服务器上,我将电子邮件声明传递给资源合作伙伴依赖方。在资源合作伙伴 ADFS 服务器上,在声明提供程序中,我正在传递(接受)电子邮件声明。在依赖方,我将 ldap 属性电子邮件映射到传出电子邮件声明(哎呀,这最后一句话实际上是罪魁祸首,但对我来说并不明显)
sharepoint
  • 1 个回答
  • 1730 Views
Martin Hope
OPGailey
Asked: 2017-05-13 06:42:07 +0800 CST

发布 Sharepoint 2013 到 2016 升级 - 搜索中断

  • 0

我最近按照官方 MS technet 指南完成了从 Sharepoint 2013 到 2016 的升级。( https://technet.microsoft.com/en-us/library/cc303436(v=office.16).aspx ) 这是一个非常小的单一服务器场(1 个 Web 应用程序和网站集)。这是目前的概念证明/演示部署。

细节:

2013 农场:Web 应用程序名称 - Sharepoint-80 URL - http://sp2/

2016 农场:Web 应用程序名称 - Sharepoint-80 URL - http://sp16/

它似乎进展顺利,我可以访问 2016 年新农场上的网站(通过http://sp16)。据我所知,一切都在那里,并且像 2013 年一样工作。

然而,唯一根本不起作用的是搜索功能。

当我尝试从网站上的任何位置运行搜索时,出现以下错误:

http://i.imgur.com/FuWdp5V.png

显示错误:显示模板有错误。您可以通过修复模板或更改 Web 部件属性或结果类型中使用的显示模板来更正它。

找不到模板“~sitecollection/_catalogs/masterpage/Display Templates/Search/Control_SearchBox.js”或存在语法错误。(加载模板:)

知道为什么会发生这种情况以及如何纠正吗?我忽略了什么吗?

谢谢,奥利弗。

sharepoint
  • 1 个回答
  • 275 Views
Martin Hope
NLengineer
Asked: 2017-03-25 07:54:31 +0800 CST

如何禁用 SharePoint Online 文件共享电子邮件警告?

  • 0

我们已禁用用户可以在 SharePoint Online 中与其他用户或外部联系人共享文件的功能。但有时他们确实会向同事发送文件链接,前提是他们确定收件人同事已经有权打开文件。

他们所做的操作是打开 Outlook(真正的应用程序而不是 Web 邮件)、创建新邮件、选择添加附件以附加文件、从 SharePoint 文档库中选择一个文件,然后单击添加按钮。Outlook 检测到这是一个 SharePoint 文件,并在电子邮件中附加一个特殊链接,上面有一个云图标。

未附加整个文件,而是指向 SharePoint 中文件的链接。太好了,同事总是打开最新版本!

但是,一旦用户将电子邮件发送给同事(即使该同事在 SharePoint 中有足够的权限打开文件),发件人会立即收到来自“Microsoft Outlook”的警告电子邮件(带有一些随机电子邮件地址),并附上以下文字:

您无权授予其他人访问此文件的权限。邮件已发送,但以下人员可能无法访问附件:[email protected]您可以尝试:

  • 要求文件所有者授予收件人访问文件的权限。

  • 将文件作为附件而不是链接发送。

问题是:

如何禁用这些警告电子邮件?我们不希望 Office365 再发送这些,因为它们让我们的用户感到困惑。

sharepoint
  • 1 个回答
  • 6103 Views
Martin Hope
saber tabatabaee yazdi
Asked: 2016-11-02 00:21:03 +0800 CST

服务器场中的新服务器已断开 pwa 与项目服务器 Web 应用程序的连接

  • 0

我们有带有 SharePoint 和 Project Server 2013 的服务器场

去年我们没有任何问题,但今天无法将任何客户端 Microsoft Project 2013 Professional 连接到服务器 PWA

/_vti_bin/PSI/WssInterop.asmx?wsdl

项目服务器 uri msp 连接

psi 可用且防火墙已关闭

服务器上的防火墙关闭

但 MSP Microsoft Project 客户端无法连接到服务器并为我触发此错误

msp 无法连接到 pwa 2013

在场中添加一个新服务器中的配置搜索服务器后,此错误会发生

1-一种重新确定的方法是:Set-SPProjectPermissionMode

项目服务器权限模式

2-Additional Server Settings 页面,在 Project Professional Versions 部分中,键入要连接到 Project Server 2013的每个Project Professional 版本的内部版本号。使用逗号作为多个版本号之间的分隔符

3-权限级别和这样的组:

用专业人士登录项目服务器

sharepoint microsoft-project
  • 1 个回答
  • 496 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve