This module contains DSC resources for deployment and configuration of Office Online Server.
15
stars
16
forks
source link
[OfficeOnlineServerInstall and OfficeOnlineServerInstallLanguagePack] Installation hangs when installing from an UNC path #38
Closed
ykuijs closed 5 years ago
Details of the scenario you tried and the problem that is occurring
When specifying an UNC path to install SharePoint, a Language Pack or CU, the installation hangs endlessly.
Verbose logs showing the problem
N/A
Suggested solution to the issue
I have investigated this issue and discovered that Start-Process gives a security warning when a UNC path is used. This can be resolved by adding the used servername to the IE Local Intranet Zone: https://www.reddit.com/r/PowerShell/comments/7d49z3/start_script_from_uncpath_without_security_warning/ https://technochat.in/2008/12/disable-unc-path-security-warning-from-group-policy/
This can be resolved via PowerShell by executing:
The DSC configuration that is used to reproduce the issue (as detailed as possible)
The operating system the target node is running
All
Version and build of PowerShell the target node is running
All
Version of the DSC module that was used ('dev' if using current dev branch)
dev