Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 542 Bytes

File metadata and controls

26 lines (21 loc) · 542 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.BackupRestore

$params = @{
	displayName = "OneDrive For Business Protection Policy"
	driveProtectionUnits = @(
		@{
			directoryObjectId = "cdd3a849-dcaf-4a85-af82-7e39fc14019"
		}
		@{
			directoryObjectId = "9bc069da-b746-41a4-89ab-26125c6373c7"
		}
		@{
			directoryObjectId = "b218eb4a-ea72-42bd-8f0b-d0bbf794bec7"
		}
	)
}

New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy -BodyParameter $params