Skip to content

More fixes per build report #13046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skype/skype-ps/SkypeForBusiness/Get-CsUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For example, the Get-CsAdUser cmdlet returns information such as the department

To see a complete list of the attribute values returned by the Get-CsUser cmdlet, type this command at the Windows PowerShell command prompt:

'Get-CsUser | Get-Member'
`Get-CsUser | Get-Member`

The Get-CsUser cmdlet provides numerous ways for you to filter the collection of users actually returned when you run the cmdlet.
For example, if you don't want to return all your Skype for Business Server user accounts you can apply the optional parameters Filter or LdapFilter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Accept wildcard characters: False
```

### -Tenant
{{ Fill Tenant Description }}

```yaml
Type: Guid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ Accept wildcard characters: False
```

### -Tenant
{{ Fill Tenant Description }}

```yaml
Type: Guid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ Accept wildcard characters: False

### -Proxy
The URI for the proxy server to use

```yaml
Type: Uri
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ Accept wildcard characters: False

### -Proxy
The URI for the proxy server to use.

```yaml
Type: Uri
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ Accept wildcard characters: False
```

### -Tenant
{{ Fill Tenant Description }}

```yaml
Type: Guid
Expand Down