Skip to content

Commit 140374c

Browse files
authored
Merge pull request #2863 from Agazoth/patch-1
Update Set-MgUserPhotoContent.md
2 parents efcd5a5 + b8d643e commit 140374c

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)