Skype for Business
9 TopicsExternal Access Policy - CsExternalAccessPolicy e CsTenantFederationConfiguration (PowerShell)
Hello, community. We are trying to enable functionality regarding the creation of external access policies using the New-CsExternalAccessPolicy (CommunicationWithExternalOrgs) and Set-CsTenantFederationConfiguration (CustomizeFederation) commands. However, we are receiving the following error: Set-CsTenantFederationConfiguration : Customize Federation is not allowed to enable in your tenant. In line:1 character:1 + Set-CsTenantFederationConfiguration -CustomizeFederation $true + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: ({ ConfigType = ...Configuration }:<>f__AnonymousType104`5) [Set-CsTenantFederationConfiguration], Exception + FullyQualifiedErrorId : ClientError,Microsoft.Teams.ConfigApi.Cmdlets.SetCsTenantFederationConfiguration Is it necessary to do something first? We are following the documentation below: https://learn.microsoft.com/en-us/microsoftteams/trusted-organizations-external-meetings-chat?tabs=organization-settings TKS!29Views0likes1CommentUnable to set TeamsFilePolicy
Hi, I'm trying to update a policy value from teams, the 'CsTeamsFilePolicy'. All the documentation redirects to use powershell. Documentation - Teams native file upload policy Documentation - Turn off teams native file upload policy Every time I try to update this value or create a new CsTeamsFilesPolicy the error 'DefaultFileUploadAppId must be a GUID value' appears: I don't see this property in the cmdlet, either reported anywhere. I have tried with 3 different tenants and all raise the same error I don't see this configuration in the graph API, so I can't manipulate elsewhere I tried to downgrade the module version I don't see any changes to this cmdlet in the releases page So don't really know if I'm doing something wrong or if the cmdlet it's broken. Thanks493Views0likes1CommentTeams SIP Gateway Bulk Sign In Powershell
This article describes using PowerShell to initiate a Bulk Sign In of SIP Devices- https://learn.microsoft.com/en-us/microsoftteams/sip-gateway-configure NewCsSdgBulkSignInRequest -DeviceDetailsFilePath .\Example.csv -Region APAC However, I don't see NewCsSdgBulkSignInRequest as an available command in the PowerShell MicrosoftTeams 5.6.0 module. I even tried with the 5.6.1 preview module but that command does not exist when running "Get-Command -Module MicrosoftTeams". Is the command wrong or is there another module dependency not mentioned correctly in the article?Solved2.5KViews0likes4CommentsA PowerShell GUI for logging into Multiple Office365 Tenants and Services
Do you administer multiple Office365 tenants? what about multiple Office365 services? I'm a UC engineer and with Teams back ending into so many services these days its important that we as Teams admins have the ability to log into multiple office 365 PowerShell sessions. Personally I do a lot of Skype Online Shell and Exchange Online shell for multiple customers. So I wrote a free PowerShell tool that will save and login to multiple services and tenants simply and easily. It's called BounShell. Named after the BounSky, a tool some UC admins may be familiar with from the Lync/Skype days. It's free to download, free to use and completely open source and it's on the PowerShell gallery! You can install it right now from the PowerShell gallery by just running "Install-Module BounShell" but I'd highly recommend visiting www.ucmadscientist.com/BounShell and reading up on how to use it. (Oh, and you dont have to use the ISE) Any questions, ask below.4.3KViews0likes2CommentsSkypeOnlinePowerShell.exe Setup Failed
Hi, I need to enable a feature within Teams (AllowEngagementReport) and I understand that to do that I need to install the Skype for Business Online, Windows PowerShell module, however, when I attempt to install (running as administrator) this module the setup fails (see attached). Looking at the install log I can see that it fails when attempting to install "TenantPowershell.msi"... I am using Windows Server 2016 Standard and have Windows PowerShell 5.1 and .NET 4.7 installed. At a total loss now, so any thoughts/ideas very much appreciated, Andy [2F08:3D70][2020-05-29T19:20:55]i301: Applying execute package: TenantPowershell.msi, action: Install, path: C:\ProgramData\Package Cache\{7F8F5DD7-1515-4F33-9915-925125C70296}v7.0.2374.2\TenantPowershell.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"' [2F08:3D70][2020-05-29T19:20:55]e000: Error 0x80070643: Failed to install MSI package. [2F08:3D70][2020-05-29T19:20:55]e000: Error 0x80070643: Failed to execute MSI package. [3C2C:3230][2020-05-29T19:20:55]e000: Error 0x80070643: Failed to configure per-machine MSI package3.2KViews0likes2CommentsSkype For Business Admin
Has anyone had a problem logging into skype for business for Powershell using a domain other than the @domain.onmicrosoft.com? Every single time I attempt to login it will give an error. I have had success when it was a client that still had the generic microsoft domain, but once it is changed to their own it will not work.1.2KViews0likes2Comments