Skype for Business Server on premises
4 TopicsGet Routing Group on secondary to well...
Hi, When running the command Get-CsPoolFabricState -Verbose -PoolFqdn sfbpool.domain.com -Type Routing I do get output were all primaries are in one server and secondary role have only three. Obviously I there is also this: "...has insufficient secondary replicas..." I have tried these classics: - Reset-CsRoutingGroup -ResetType Transient -TargetFqdn primaryFE.domain.com -RoutingGroup... - Reset-CsRoutingGroup -ResetType Recreate -TargetFqdn primaryFE.domain.com -RoutingGroup... - Reset-CsRoutingGroup -ResetType Permanent -TargetFqdn primaryFE.domain.com -RoutingGroup... I have also tried to use the secondary FE FQDN, but none of them seems to help. I had possibility to even close down the whole pool, and trying to start from quorum loss: Start-CsPool -PoolFqdn sfbpool.domain.com -QuorumLossRecovery:$rue But secondary stays without replicas. Anybody have tiny advice to this?634Views0likes0CommentsHow to get Timestamp of Last Login TO SKYPE for all Skype users (csusers)
The title says it all. I want to get rid of the users that do not actually use the Skype accounts. I want to list all Skype accounts with the last login time in Skype. If they have not logged in ever, I would also like to know. We're running Skype for Business on premise 2015, currently migrating to 2019. So far I found solutions that get the last login from AD or exchange. This is not what I want since some Skype users don't have an e-mail address or login through AD. Any help would be greatly appreciated!5.7KViews0likes1CommentUsing UseOAuth switch in the move to Teams command for 100Users password doesnt work all the time
This is my Command below/ first I assign values to $save of the CSV file with list of the user, second run foreach user in users do the move. what happen that script start running and move about 6 to 10 user before it prompt me to add the username and pssword again but it doesnt accept it. I have to click on sign-out and forget password by using the three dots beside my ID then wait up to 6 minutes before it accept the same username and password again. Issue is this is deleting it purpose instead of having this script [t run on its own and save time I have to deal with the password and its doesn't matter if I am using PS_ISE or Skype PS or Windows PS all version 5 and up. Try { $save = Import-Csv yarab1.csv -Header Identity } catch { Write-host "Couldnt find the file!! make sure the file located under C:\Temp - File Name: Yarab1.csv" -BackgroundColor Black -ForegroundColor red Write-Warning "File is missing or The process cannot access the file because it is being used by another process." -WarningAction Inquire } Try { $save | Foreach-Object {Move-CsUser -Identity $.identity -Target sipfed.online.lync.com -Confirm:$false -UseOAuth -MoveToTeams -Force -BypassAudioConferencingCheck -BypassEnterpriseVoiceCheck -HostedMigrationOverrideUrl https://adminxx.online.lync.com/HostedMigration/hostedmigrationService.svc}} catch {Write-Host "An error occurred: $.Identity couldn't be found" -ForegroundColor Yellow -BackgroundColor Red } {catch {Write-Host "Please check if user is enabled in AD or no user object for $.Identity"} Write-Warning "error occurred: moving the user $_.Identity. how do you want to be processed" -WarningAction Inquire }1.3KViews0likes1CommentSkype for Business Server with Teams for Collaboration
Hi community, A client will deploy Sfb Server on premises soon, but only wants collaboration features from Teams. I would like to know if there is a way to have Skype for Business Server (on-prem) and use Teams ONLY for collaboration, a sort of SfB with Teams collaboration coexistence mode, where SfB is hosted on prem. Regards,1.9KViews0likes4Comments