User Profile
RuudGijsbers
Iron Contributor
Joined 8 years ago
User Widgets
Recent Discussions
Re: New-CsTeamsShiftsPolicy cmdlet does not exist using Teams powershell module version 1.1.6
Hi Denise Child, The cmdlets which have Cs in the name are part of the Skype for Business Powershell connector. Therefor you first need to setup a session to the connector. Can you try the following $sfbSession = New-CsOnlineSession Import-PSSession $sfbSession -AllowClobber The first command, will ask you to authenticate and the second command will import the session with all the cmdlets you need. You should now be able to use the New-CsTeamsShiftsPolicy in your PowerShell session. Regards, Ruud4.7KViews0likes1CommentRe: PowerPoint Stuck on Saving (OneDrive File collaboration)
m365123 You can check for .Net 2.0 in the Windows features as shown in the attached image. It needs to be unchecked. And the unified labeling client can be found under program and features as Microsoft Azure Information Protection. You need to have at least version: 2.7.101.0. The latest version is 2.8.8.82 as shown in the other screenshot.21KViews0likes1CommentRe: Create Microsoft 365 groups with the PowerShell in Exchange Online
Hi Tom, I see that you're using the old exchange powershell module. Why not use the v2 powershell module so you can use modern authentication with certificate authentication? That way you don't have to use basic authentication which will be deprecated by Microsoft?4.8KViews0likes2CommentsRe: Fido2 Key will not show up in security updates
Another requirement is that the user already has one other authentication method registered. Otherwise the FIDO2 option will not show. https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-passwordless-security-key4.3KViews2likes2CommentsRe: Fido2 Key will not show up in security updates
Stefan, did you also enable the Fido2 authentication option for that user within the authentication option? Enable FIDO2 security key method 1. Sign in to the Azure portal. 2. Browse to Azure Active Directory > Security > Authentication methods > Authentication method policy (Preview). 3. Under the method FIDO2 Security Key, choose the following options: Enable - Yes or No Target - All users or Select users 4. Save the configuration.4.3KViews2likes4CommentsRe: What role does a user need to have in order to use the Audit log search?
Ollie You have to be assigned the View-Only Audit Logs or Audit Logs role in Exchange Online to search the audit log. By default, these roles are assigned to the Compliance Management and Organization Management role groups on the Permissions page in the Exchange admin center. Note global administrators in Office 365 and Microsoft 365 are automatically added as members of the Organization Management role group in Exchange Online. To give a user the ability to search the audit log with the minimum level of privileges, you can create a custom role group in Exchange Online, add the View-Only Audit Logs or Audit Logs role, and then add the user as a member of the new role group. For more information, see https://go.microsoft.com/fwlink/p/?LinkID=730688.8.8KViews0likes2CommentsRe: I got this error page "Sorry, but you don't have access to the Teams admin center." why?
aalzhrani browse to https://aad.portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/Overview Within the Tenant Information box, your roles are shown. If you have more then 1 role, you can click through to see which roles are assigned to you. There the Teams Administrator role should be visible15KViews0likes1CommentRe: Issue in script
msabat Which command do you use for migrating the users to Teams? As of CU8 for SfB 2015 and SfB 2019, you can use the following command: Move-CsUser -Identity "someone@domain.com" -Target "sipfed.online.lync.com" -MoveToTeams -Credential $cred That command doesn't need a connection to msolservice or Skype Online. Therefor you also won't run into the timing issue. If you still need to use the Skype Online module, you could use something like this: $StartDate = Get-Date foreach($user in $users){ $CurrentDate = Get-Date If ($CurrentDate -ge $StartDate.AddMinutes(45)){ $sfbSession = New-CsOnlineSession -Credential $cred Import-PSSession $sfbSession -AllowClobber -ErrorAction SilentlyContinue -WarningAction SilentlyContinue Enable-CsOnlineSessionForReconnection $StartDate = Get-Date } Grant-CsTeamsUpgradePolicy -identity $user.UPN -policyname UpgradeToTeams -confirm:$false } To be on the safe side, it will reconnect 45 minutes after the first connection.Re: "Migrate this user's meetings to Teams" setting when changing to "Teams Only" mode
CG-1717 Keep in mind that only the Skype meetings they organized are migrated. If they are not the organizer, the meetings will not be migrated to Teams meetings. To view the status of the meeting migration, you can use: Get-CsMeetingMigrationStatus -Identity "someone@domain.com"Re: Secure Score doesn't score Intune Compliance policy setting
In the meantime, this issue resolved itsself. One thing to keep in mind though: The score is calculated once per day (around 1:00 AM PST). If you make a change to a measured action, the score will automatically update the next day. It takes up to 48 hours for a change to be reflected in your score. In our case it took much more then 48 hours, but keep this in mind if you configure Secure Score.1.6KViews0likes0CommentsSecure Score doesn't score Intune Compliance policy setting
Hi All, Secure Score recommended us to enable the following policy within Intune: Mark devices with no Microsoft Intune Compliance Policy as Not Compliant However, that policy is set as suggested within Secure Score in Intune. Does anyone know why this setting isn't scored? And does anyone know on which portal I can create a ticket for this? The Intune team didn't know exactly to which team the ticket should be transferred. Thank in advance Best regards, Ruud GijsbersSolved1.6KViews1like1CommentRe: Remove not active devices
Hi Alexander, In the meantime it is also available through the Intune Portal. You can create a device cleanup rule. Per Larsen has described this on his blog: https://osddeployment.dk/2018/07/08/automatic-device-cleanup-in-intune/ Best regards, Ruud Gijsbers3.7KViews0likes1CommentRe: PDF gets corrupted after adding signature in Adober Reader for Intune on iOS
Hi Garth, Eventually it wasn't MAM or MDM related. It looks like it had to do with something the end-user did wrong. After some testing, it worked for several test accounts. Best regards, Ruud Gijsbers3.2KViews0likes0CommentsRe: PDF gets corrupted after adding signature in Adober Reader for Intune on iOS
Hi Garth, Thanks for your response. You already helped me with your question. To be honest, this question was placed in a hurry. The reason why i think/thought it has someting to do with MAM, is because this problem doesn't occur with the normal Adobe Reader app (With or without Intune enrollment). And the only other thing I could think of, would be that it has something to do with Application Protection Policies. We have an application protection policy in place for Office applications and Adobe Reader for Intune with the following settings Data Relocation Prevent iTunes and iCloud backups Yes Allow app to transfer data to other apps Policy managed apps Allow app to receive data from other apps Policy managed apps Prevent “Save As” Yes; OneDrive for Business, SharePoint Restrict cut, copy, and paste with other apps Policy managed apps with paste in Restrict web content to display in the Managed Browser No Encrypt app data When device is locked Disable contacts sync No Disable printing No Access Require PIN for access Yes Select type Numeric Number of attempt before PIN reset 3 Allow Simple PIN No PIN Length 6 Allow fingerprint instead of PIN (iOS 8+) Yes Allow facial recognition instead of PIN (iOS 11+) Yes Disable app PIN when device PIN is managed No Require corporate credentials for access No Block managed apps from running on jailbroken or rooted devices Yes Recheck the access requirements after (minutes) Timeout: 30 Offline grace period: 1080 Offline interval (days) before app data is wiped 60 Require minimum iOS Operating System Yes Require minimum iOS operating system 10.0 Require minimum iOS operating system (Warning only) No Require minimum app version No Require minimum app version (Warning only) No Require minimum Intune app protection policy SDK version No I'm going to test if the problem also arises when the policy isn't in place. I'll post the outcome here. Thanks for now.3.2KViews0likes0Comments
Recent Blog Articles
No content to show