We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7895681 commit cb0d56aCopy full SHA for cb0d56a
Modules/CIPPCore/Public/Set-CIPPCloudManaged.ps1
@@ -13,7 +13,7 @@ function Set-CIPPCloudManaged(
13
14
$URI = switch ($Type) {
15
'User' { "https://graph.microsoft.com/beta/users/$Id/onPremisesSyncBehavior" }
16
- 'Group' { "https://graph.microsoft.com/v1.0/groups/$Id/onPremisesSyncBehavior" }
+ 'Group' { "https://graph.microsoft.com/beta/groups/$Id/onPremisesSyncBehavior" }
17
'Contact' { "https://graph.microsoft.com/beta/contacts/$Id/onPremisesSyncBehavior" }
18
}
19
0 commit comments