User Profile
KevinCallanan
Brass Contributor
Joined Mar 11, 2020
User Widgets
Recent Discussions
Workday Provisioning based on StartDate
I have been working with a customer to deploy Workday to Active Directory Provisioning. One of the features or solutions they are looking for (comparing to Okta) is to scope user creations based on their pending start date. Many of their users are overseas and sometimes onbordered into HR 2-3 months before they start. has anyone had success or is MS going to add some kind of solution for this? It would be great to have a simple 'don't create users starting greater than 1 week from now' etc.Re: What it takes to setup Microsoft Teams Rooms over existing CISCO Rooms setup?
You should look at the different supported Cloud Video Interop services: https://docs.microsoft.com/en-us/microsoftteams/cloud-video-interop Cisco WebEx Rooms CVI: https://www.cisco.com/c/en/us/solutions/collateral/collaboration/webex-teams/at-a-glance-c45-743982.html If you have poly based rooms you can look at Poly Realconnect ServiceSanity Check - Skype to Teams (New O365 Tenant)
Hey All - Just looking for a sanity check, can someone confirm that brand new O365 Tenants (Teams only, no option for S4B Online) still require Skype Hybrid to be configured and enabled when supporting Skype On Prem to Teams coexistence/migrations? I believe the answer is yes this is still required but the docs don't seem to call out scenarios where a tenant never had Skype for Business Online. https://docs.microsoft.com/en-us/skypeforbusiness/hybrid/plan-hybrid-connectivity If you have on-premises Skype for Business users that are also using Teams (side by side), those users do not have the ability to interoperate with Skype for Business users from their Teams client, nor communicate with users in federated organizations, from their Teams client. To gain this functionality in Teams, these users must be moved from Skype for Business on-premises to the cloud, which requires configuring Skype for Business hybrid mode. In addition, for the best experience, these users should be in Teams Only mode, which ensures all incoming calls and chats from any user land in the user’s Teams client. https://docs.microsoft.com/en-us/skypeforbusiness/hybrid/configure-hybrid-connectivityRe: MS Teams on Linux Still Telling Me Not Open to Public
jmadero I don't have a Linux VM currently to test but it looks like based on the UserVoice Teams on Linux is officially supported now and was released mid-February: https://docs.microsoft.com/en-us/microsoftteams/get-clients#linux As an alternative (not ideal) the Teams Web Client is fully functional: https://go.microsoft.com/fwlink/?linkid=8557533.7KViews0likes0CommentsRe: Free tool numbers for audio conferencing
Check out this doc: https://docs.microsoft.com/en-us/microsoftteams/set-the-phone-numbers-included-on-invites-in-teams You can set the default toll and toll-free numbers in the tenant (default is assigned based on Usage Location) Set or change the default audio conferencing phone number for a meeting organizer or user https://docs.microsoft.com/en-us/microsoftteams/set-the-phone-numbers-included-on-invites-in-teams#set-or-change-the-default-audio-conferencing-phone-number-for-a-meeting-organizer-or-user1KViews0likes0CommentsRe: Exchange 2016 - Problem adding users to Send As or Send on Behalf
Ted123 are your users in a resource forest? Are the user accounts associated with mailboxes enabled or disabled in AD? The UI in Exchange and Skype (for that matter) often hide disabled accounts that aren't correctly set to resource accounts. If you are able to get to the ECP you would likely can connect to the Remote PowerShell endpoint so you can run the commands required without hitting a jump box first. I have the following script to pull a remote session (save as a .ps1) and replace [Exchange-FQDN] and [@contoso.local] $account = read-host "What is the userid to use for EMS shell?: (e.g. adm_ntid) " $accounttouse = $account + "[@contoso.local]" $Cred = Get-Credential $accounttouse $ExSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://[ExchangeServer-FQDN]/PowerShell/ -Credential $Cred -Authentication Kerberos Import-PSSession $ExSession13KViews0likes8CommentsRe: Using Infoblox DNS with Windows Server 2016 AD Integrated DNS
soonhin you will likely break dynamic updates if you do not set this up to allow for authenticated dynamic updates. Infoblox has lots of white papers about integrations into AD/DNS environments https://www.infoblox.com/wp-content/uploads/infoblox-white-paper-Infoblox-and-the-relationship-between-dns-and-active-directory.pdf Domain services use DNS as the primary locator service (SRV records) so day 1 if you duplicated your zones you would have little to no issue, day 10 you will see lots of breakdowns as workstations will not update DNS dynamic records, domain controller SRV records will become stale. New DCs when added will not register correctly. If you purchased these from Infoblox I'd go back to your rep and request documentation on how to correctly migrate away from integrated zones.14KViews0likes0CommentsRe: Password reset with DNS flush
swap007 based on how you described this, it sounds like his workstation was getting DNS info from a different system (maybe the router) instead of the Windows DC DNS server. As such everything was running with cached creds as the DNS Zone for the domain was likely not resolvable via the routers DNS. The fact that they could log in with old creds shows that window was attempting to use cached creds instead of validating against a DC. I'd check the event logs on the machine and see if you have errors around not finding logon servers.1.9KViews0likes0CommentsRe: Outlook Profile error in RDS
pdunnigan are your mailboxes hosted locally or in O365? If locally have you tried this? https://medium.com/jj365/outlook-issue-with-direct-connect-to-office365-352dd29de65 You also may need to look at the shared computer licensing issues around O365 Outlook as the issue may be due to how the license token is being assigned. https://msandbu.org/shared-computer-support-office365-and-citrix-with-ad-pta/2.8KViews0likes0Comments
Recent Blog Articles
No content to show