From 9fdeda9ab27cb982855e8484487350dea71960ea Mon Sep 17 00:00:00 2001 From: Isaiah Rumnong <89481047+isrumnon@users.noreply.github.com> Date: Fri, 18 Nov 2022 18:15:35 +0530 Subject: [PATCH 1/7] Update Get-CsOnlineUser.md --- skype/skype-ps/skype/Get-CsOnlineUser.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/skype/skype-ps/skype/Get-CsOnlineUser.md b/skype/skype-ps/skype/Get-CsOnlineUser.md index bc421712d9..3f941975a7 100644 --- a/skype/skype-ps/skype/Get-CsOnlineUser.md +++ b/skype/skype-ps/skype/Get-CsOnlineUser.md @@ -108,6 +108,13 @@ Get-CsOnlineUser -AccountType ResourceAccount ``` Example 6 returns information for user accounts that are categorized as resource accounts. +### -------------------------- Example 7 -------------------------- +``` +Get-CsOnlineUser - Filter "FeatureTypes -Contains 'PhoneSystem'" +``` +Example 7 returns information for user's assigned plans. + + ## PARAMETERS ### -AccountType @@ -265,6 +272,7 @@ In the Teams PowerShell Module version 3.0.0 or later, filtering functionality i - VoiceRoutingPolicy - LastName (available in Teams PowerShell Module 4.2.1 and later) + *Attributes that have changed in meaning/format*: **OnPremLineURI**: This attribute previously used to refer to both: @@ -476,6 +484,8 @@ Some of the commonly used FeatureTypes include: - PhoneSystem - CallingPlan +_Note -_ This attribute is now filterable in Teams Powershell Module versions 4.0.0 and above using the "-Contains" operator as showon in Example 7 + AccountEnabled: Indicates whether a user is enabled for login in Azure AD. *Dropped attributes*: From e01a5ff1acbba8055fa4c02fb6f665062934bcc1 Mon Sep 17 00:00:00 2001 From: Isaiah Rumnong <89481047+isrumnon@users.noreply.github.com> Date: Fri, 18 Nov 2022 18:23:40 +0530 Subject: [PATCH 2/7] Update Get-CsOnlineUser.md --- skype/skype-ps/skype/Get-CsOnlineUser.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/skype/skype-ps/skype/Get-CsOnlineUser.md b/skype/skype-ps/skype/Get-CsOnlineUser.md index 3f941975a7..e85ba4d6cf 100644 --- a/skype/skype-ps/skype/Get-CsOnlineUser.md +++ b/skype/skype-ps/skype/Get-CsOnlineUser.md @@ -213,25 +213,27 @@ The following updates are applicable for organizations having TeamsOnly users th In the Teams PowerShell Module version 3.0.0 or later, filtering functionality is now limited to the following attributes (note that these changes are currently only rolled out in commercial environments and are currently **not** applicable to government environments): - AccountType -- accountEnabled +- AccountEnabled - AssignedPlan +- CallingLineIdentity - Company - Country -- department -- displayName +- Department +- DisplayName - EnterpriseVoiceEnabled - ExternalAccessPolicy -- givenName +- FeatureTypes (new) +- GivenName - Identity - IsSipEnabled -- lineUri -- userPrincipalName -- CallingLineIdentity +- LastName (available in Teams PowerShell Module 4.2.1 and later) +- LineUri +- UserPrincipalName - OnlineAudioConferencingRoutingPolicy - OnlineDialOutPolicy - OnlineVoicemailPolicy - OnlineVoiceRoutingPolicy -- ownerUrn +- OwnerUrn - TeamsAppPermissionPolicy - TeamsAppSetupPolicy - TeamsAudioConferencingPolicy @@ -241,6 +243,7 @@ In the Teams PowerShell Module version 3.0.0 or later, filtering functionality i - TeamsChannelsPolicy - TeamsComplianceRecordingPolicy - TeamsCortanaPolicy +- TenantDialPlan - TeamsEducationAssignmentsAppPolicy - TeamsEmergencyCallingPolicy - TeamsEmergencyCallRoutingPolicy @@ -264,14 +267,11 @@ In the Teams PowerShell Module version 3.0.0 or later, filtering functionality i - TeamsVdiPolicy - TeamsVerticalPackagePolicy - TeamsVideoInteropServicePolicy -- TenantDialPlan +- TeamsWorkLoadPolicy - Title - UsageLocation - UserDirSyncEnabled -- TeamsWorkLoadPolicy - VoiceRoutingPolicy -- LastName (available in Teams PowerShell Module 4.2.1 and later) - *Attributes that have changed in meaning/format*: From 35592742fad87c684995347b37e48355dd57a1de Mon Sep 17 00:00:00 2001 From: Isaiah Rumnong <89481047+isrumnon@users.noreply.github.com> Date: Sat, 19 Nov 2022 12:39:12 +0530 Subject: [PATCH 3/7] Update skype/skype-ps/skype/Get-CsOnlineUser.md Co-authored-by: Andres Mariano Gorzelany <36666927+get-itips@users.noreply.github.com> --- skype/skype-ps/skype/Get-CsOnlineUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skype/skype-ps/skype/Get-CsOnlineUser.md b/skype/skype-ps/skype/Get-CsOnlineUser.md index e85ba4d6cf..3372f35406 100644 --- a/skype/skype-ps/skype/Get-CsOnlineUser.md +++ b/skype/skype-ps/skype/Get-CsOnlineUser.md @@ -110,7 +110,7 @@ Example 6 returns information for user accounts that are categorized as resource ### -------------------------- Example 7 -------------------------- ``` -Get-CsOnlineUser - Filter "FeatureTypes -Contains 'PhoneSystem'" +Get-CsOnlineUser -Filter "FeatureTypes -Contains 'PhoneSystem'" ``` Example 7 returns information for user's assigned plans. From d086e357b31f3cdd04b35f94b23b10f0f117444d Mon Sep 17 00:00:00 2001 From: Isaiah Rumnong <89481047+isrumnon@users.noreply.github.com> Date: Sat, 19 Nov 2022 12:47:50 +0530 Subject: [PATCH 4/7] Update skype/skype-ps/skype/Get-CsOnlineUser.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- skype/skype-ps/skype/Get-CsOnlineUser.md | 1 - 1 file changed, 1 deletion(-) diff --git a/skype/skype-ps/skype/Get-CsOnlineUser.md b/skype/skype-ps/skype/Get-CsOnlineUser.md index 3372f35406..4f49686161 100644 --- a/skype/skype-ps/skype/Get-CsOnlineUser.md +++ b/skype/skype-ps/skype/Get-CsOnlineUser.md @@ -114,7 +114,6 @@ Get-CsOnlineUser -Filter "FeatureTypes -Contains 'PhoneSystem'" ``` Example 7 returns information for user's assigned plans. - ## PARAMETERS ### -AccountType From a5a94aafa659f5489b38b45b1bfecbe0bd81ace2 Mon Sep 17 00:00:00 2001 From: Isaiah Rumnong <89481047+isrumnon@users.noreply.github.com> Date: Sat, 19 Nov 2022 12:47:59 +0530 Subject: [PATCH 5/7] Update skype/skype-ps/skype/Get-CsOnlineUser.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- skype/skype-ps/skype/Get-CsOnlineUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skype/skype-ps/skype/Get-CsOnlineUser.md b/skype/skype-ps/skype/Get-CsOnlineUser.md index 4f49686161..fb24b600df 100644 --- a/skype/skype-ps/skype/Get-CsOnlineUser.md +++ b/skype/skype-ps/skype/Get-CsOnlineUser.md @@ -483,7 +483,7 @@ Some of the commonly used FeatureTypes include: - PhoneSystem - CallingPlan -_Note -_ This attribute is now filterable in Teams Powershell Module versions 4.0.0 and above using the "-Contains" operator as showon in Example 7 +**NOTE:** This attribute is now filterable in Teams Powershell Module versions 4.0.0 and later using the "-Contains" operator as shown in Example 7 AccountEnabled: Indicates whether a user is enabled for login in Azure AD. From 0ce497685eaee2df4e31d2cccd1c8266f07f84d1 Mon Sep 17 00:00:00 2001 From: Isaiah Rumnong <89481047+isrumnon@users.noreply.github.com> Date: Mon, 21 Nov 2022 11:47:43 +0530 Subject: [PATCH 6/7] Update skype/skype-ps/skype/Get-CsOnlineUser.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- skype/skype-ps/skype/Get-CsOnlineUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skype/skype-ps/skype/Get-CsOnlineUser.md b/skype/skype-ps/skype/Get-CsOnlineUser.md index fb24b600df..6a91cfbecf 100644 --- a/skype/skype-ps/skype/Get-CsOnlineUser.md +++ b/skype/skype-ps/skype/Get-CsOnlineUser.md @@ -483,7 +483,7 @@ Some of the commonly used FeatureTypes include: - PhoneSystem - CallingPlan -**NOTE:** This attribute is now filterable in Teams Powershell Module versions 4.0.0 and later using the "-Contains" operator as shown in Example 7 +**Note**: This attribute is now filterable in Teams Powershell Module versions 4.0.0 and later using the "-Contains" operator as shown in Example 7. AccountEnabled: Indicates whether a user is enabled for login in Azure AD. From 96c6901512f53697d12ab4c99e1b660c2579ff1b Mon Sep 17 00:00:00 2001 From: Isaiah Rumnong <89481047+isrumnon@users.noreply.github.com> Date: Thu, 24 Nov 2022 18:15:44 +0530 Subject: [PATCH 7/7] Update skype/skype-ps/skype/Get-CsOnlineUser.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- skype/skype-ps/skype/Get-CsOnlineUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skype/skype-ps/skype/Get-CsOnlineUser.md b/skype/skype-ps/skype/Get-CsOnlineUser.md index 6a91cfbecf..a01fbce858 100644 --- a/skype/skype-ps/skype/Get-CsOnlineUser.md +++ b/skype/skype-ps/skype/Get-CsOnlineUser.md @@ -483,7 +483,7 @@ Some of the commonly used FeatureTypes include: - PhoneSystem - CallingPlan -**Note**: This attribute is now filterable in Teams Powershell Module versions 4.0.0 and later using the "-Contains" operator as shown in Example 7. +**Note**: This attribute is now filterable in Teams PowerShell Module versions 4.0.0 and later using the "-Contains" operator as shown in Example 7. AccountEnabled: Indicates whether a user is enabled for login in Azure AD.