Error: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state. #3887
Unanswered
NathanKatebe
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in #3880
Originally posted by NathanKatebe April 10, 2024
Hi everyone, I have been using the PnP Modules for the creation and Management of my SharePoint site collections. However, three days ago I encountered this error while trying to create a SharePoint site collection, "The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state." Has anyone come across this and how did you solve it. Unfortunately the Microsoft Support was not so much of help here.
The Code snippet I am trying to execute is:
New-PnPTenantSite -Title $siteTitel -Url $siteUrl -Owner $siteOwner -Template $template -Lcid $localId -TimeZone $timeZoneId -StorageQuota $storageQuota
Beta Was this translation helpful? Give feedback.
All reactions