Skip to content

Commit

Permalink
added doc (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
snehalkotwal authored Sep 27, 2024
1 parent 6660ef5 commit 90b3ddb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ Retrieve the thumbnail photo of a user.
```powershell
Get-EntraBetaUserThumbnailPhoto
-ObjectId <String>
[-FileName <String>]
[-FilePath <String>]
[-View <Boolean>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -58,38 +55,6 @@ This example shows how to retrieve the thumbnail photo of a user that is specifi

## Parameters

### -FileName

If specified, a copy of the thumbnail photo is written to the specified file name.

```yaml
Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -FilePath
If specified, a copy of the thumbnail photo is written to the specified file path with a random name.
```yaml
Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -ObjectId

The object ID of the user for which the thumbnail photo is retrieved.
Expand All @@ -106,22 +71,6 @@ Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -View
If true, view the photo on the screen in a new window.
```yaml
Type: System.Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -Property
Specifies properties to be returned
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ Retrieve the thumbnail photo of a user.
```powershell
Get-EntraUserThumbnailPhoto
-ObjectId <String>
[-FileName <String>]
[-View <Boolean>]
[-FilePath <String>]
[-Property <String[]>]
[<CommonParameters>]
```
Expand Down Expand Up @@ -59,38 +56,6 @@ This example shows how to retrieve the thumbnail photo of a user that is specifi

## Parameters

### -FileName

If specified, a copy of the thumbnail photo is written to the specified file name.

```yaml
Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -FilePath
If specified, a copy of the thumbnail photo is written to the specified file path with a random name.
```yaml
Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -ObjectId

The object ID of the user for which the thumbnail photo is retrieved.
Expand All @@ -107,22 +72,6 @@ Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -View
If true, view the photo on the screen in a new window.
```yaml
Type: System.Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -Property
Specifies properties to be returned
Expand Down

0 comments on commit 90b3ddb

Please sign in to comment.