我接到了一个项目,我们的营销部门在该项目中生成图像,每个工作站和笔记本电脑都需要在启动或登录时下载这些图像。(壁纸文件夹、屏保图像等)
我想使用 Sharepoint Online 存储带有图像的可公开访问(无需登录)文件夹,然后使用 Powershell 获取内容。
我发现的每个示例都需要一个管理单元或模块。
有谁知道香草Powershell将公开可用的SO文件夹的内容复制到本地磁盘的直接方式?
谢谢!
我接到了一个项目,我们的营销部门在该项目中生成图像,每个工作站和笔记本电脑都需要在启动或登录时下载这些图像。(壁纸文件夹、屏保图像等)
我想使用 Sharepoint Online 存储带有图像的可公开访问(无需登录)文件夹,然后使用 Powershell 获取内容。
我发现的每个示例都需要一个管理单元或模块。
有谁知道香草Powershell将公开可用的SO文件夹的内容复制到本地磁盘的直接方式?
谢谢!
我有 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 网站集。
可能是什么问题呢?
预先感谢您的帮助。
我正在尝试在组策略中设置 SSO,因此当用户访问我们的 SharePoint 时,他们会自动登录,而不是每次访问网站时都必须登录。就演练而言,我在网上找不到任何有用的东西。任何人都可以向我解释如何执行此操作或向我发送有用文章的链接吗?
我们计划将我们的文件迁移到 Onedrive4B,并且作为我们被要求将已知文件夹重定向到 Onedrive 的要求的一部分(桌面、图片和文档)。我们的文档被重定向到 H:映射网络驱动器,因此只要客户端处于在线模式,文档中保存的任何内容都会通过 Microsoft 同步中心同步回 H:网络位置。
这里的挑战是因为我们的文档文件夹(它是已知文件夹的一部分)不在本地机器上,而是在网络位置,我们如何处理这个?我们注意到无法备份 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/似乎在说同样的话,但我是不太确定这是否是要走的路。
一些建议可能会有所帮助
我想弄清楚如何查看 SharePoint Online 网站的审核日志。在我们为特定网站集配置审核设置的本地 SharePoint 2013 场中,我有用于打开或下载文档、查看列表中的项目或查看项目属性的审核选项。
不幸的是,该 SPO 的审计项目不可用,在 Microsoft 文档中,该站点也不存在。
我是否需要在租户级别启用此选项才能在审核网站集时使用此选项?或者是其他东西?
当我尝试运行 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
在资源合作伙伴组织中实施联合 Web SSO设计以访问 SharePoint 以及在分步教程Windows Server 2012 R2 AD FS – 联合 Web SSO中看似正确地完成所有操作时,有些事情不太正确。
Microsoft.IdentityServer.Web.InvalidRequestException: MSIS7042: The same client browser session has made '6' requests in the last '3' seconds. Contact your administrator for details.
我最近按照官方 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 Online 中与其他用户或外部联系人共享文件的功能。但有时他们确实会向同事发送文件链接,前提是他们确定收件人同事已经有权打开文件。
他们所做的操作是打开 Outlook(真正的应用程序而不是 Web 邮件)、创建新邮件、选择添加附件以附加文件、从 SharePoint 文档库中选择一个文件,然后单击添加按钮。Outlook 检测到这是一个 SharePoint 文件,并在电子邮件中附加一个特殊链接,上面有一个云图标。
未附加整个文件,而是指向 SharePoint 中文件的链接。太好了,同事总是打开最新版本!
但是,一旦用户将电子邮件发送给同事(即使该同事在 SharePoint 中有足够的权限打开文件),发件人会立即收到来自“Microsoft Outlook”的警告电子邮件(带有一些随机电子邮件地址),并附上以下文字:
您无权授予其他人访问此文件的权限。邮件已发送,但以下人员可能无法访问附件:[email protected]您可以尝试:
要求文件所有者授予收件人访问文件的权限。
将文件作为附件而不是链接发送。
问题是:
如何禁用这些警告电子邮件?我们不希望 Office365 再发送这些,因为它们让我们的用户感到困惑。
我们有带有 SharePoint 和 Project Server 2013 的服务器场
去年我们没有任何问题,但今天无法将任何客户端 Microsoft Project 2013 Professional 连接到服务器 PWA
/_vti_bin/PSI/WssInterop.asmx?wsdl
psi 可用且防火墙已关闭
但 MSP Microsoft Project 客户端无法连接到服务器并为我触发此错误
在场中添加一个新服务器中的配置搜索服务器后,此错误会发生
1-一种重新确定的方法是:Set-SPProjectPermissionMode
2-Additional Server Settings 页面,在 Project Professional Versions 部分中,键入要连接到 Project Server 2013的每个Project Professional 版本的内部版本号。使用逗号作为多个版本号之间的分隔符
3-权限级别和这样的组: