-
Notifications
You must be signed in to change notification settings - Fork 107
Known issues with remote sessions
Brian Farnhill edited this page Jun 2, 2016
·
5 revisions
Due to the way that SharePointDsc uses a "remote" session to the local computer to impersonate a user for PowerShell 4 support (documented at [Remote sessions and the InstallAccount variable](Remote sessions and the InstallAccount variable)) there are a couple of know scenarios that do not work with this approach. The known scenarios are:
- Updating SharePoint Designer settings in SPDesignerSettings
The work around to this is to remove the InstallAccount property and instead us PsDscRunAsCredential (documented in the same link as above). This approach does require PowerShell 5 to work however, so if it is not possible to install PowerShell 5 then the above scenarios will not work and can not be used.
- Home
- Getting Started
- Pre-requisites
- Installing the module
- Exporting SharePoint Configuration
- Creating Configuration Files
- Pre-created Examples
- Creating an Azure development environment
- Understanding Resources & Syntax
- Remote PowerShell Authentication
- Contributing to SharePointDsc
- Other useful modules for SharePoint DSC configurations