We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efcd5a5 + b8d643e commit 140374cCopy full SHA for 140374c
src/Users/v1.0/examples/Set-MgUserPhotoContent.md
@@ -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