dsccommunity / SharePointDsc

The SharePointDsc PowerShell module provides DSC resources that can be used to deploy and manage a SharePoint farm
MIT License
245 stars 107 forks source link

SPUserProfileServiceApp: Fix issue where Get-TargetResource throws an error when no MySiteHost is specified #1412

Closed hebbea closed 1 year ago

hebbea commented 1 year ago

Pull Request (PR) description

This PR Fixed issue where error 'You cannot call a method on a null-valued expression' was thrown when no MySiteHost was specified in the User Profile Service Application.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable