Skip to content

Commit b8d643e

Browse files
authored
Update Set-MgUserPhotoContent.md
1 parent efcd5a5 commit b8d643e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Example 1: Set a user's photo properties
2+
3+
```powershell
4+
Set-MgUserPhotoContent -UserId f38d9efd-2743-42c9-b1a8-3623c5aba666 -InFile "C:\Pictures\MyProfile.png"
5+
6+
```
7+
8+
This example sets the profile photo properties for the specified user.

0 commit comments

Comments
 (0)