diff --git a/src/Users/v1.0/examples/Set-MgUserPhotoContent.md b/src/Users/v1.0/examples/Set-MgUserPhotoContent.md index e69de29bb2..5a8dc61a33 100644 --- a/src/Users/v1.0/examples/Set-MgUserPhotoContent.md +++ b/src/Users/v1.0/examples/Set-MgUserPhotoContent.md @@ -0,0 +1,8 @@ +### Example 1: Set a user's photo properties + +```powershell +Set-MgUserPhotoContent -UserId f38d9efd-2743-42c9-b1a8-3623c5aba666 -InFile "C:\Pictures\MyProfile.png" + +``` + +This example sets the profile photo properties for the specified user.