Skip to content

Get-SPOWeb -Detail and Web.Update() #2

@meany

Description

@meany

The following does not commit the update to the web:

$w = Get-SPOWeb -Detail
$w.Web.RequestAccessEmail = "[email protected]"
$w.Web.Update()

However, this works:

$w = Get-SPOWeb
$w.Web.RequestAccessEmail = "[email protected]"
$w.Web.Update()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions