Skip to content

Commit

Permalink
Update Set-MgUserPhotoContent.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Agazoth authored Jul 25, 2024
1 parent efcd5a5 commit b8d643e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Users/v1.0/examples/Set-MgUserPhotoContent.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b8d643e

Please sign in to comment.