User Profile
boneyfrancis
Iron Contributor
Joined 8 years ago
User Widgets
Recent Discussions
Re: Password Expiry/Reset
whitephnx2 The interceptor we use is MIM, but it can be anything. If you have an email notification whenever the password is reset, you can create a rule to Bcc a copy of that notification to a shared mailbox, and have Power Automate (for instance) revoke the token when a notification mail arrives.2.6KViews0likes0CommentsRe: How to get a number code after submitting a MS Forms
Hi Thuan, Forms page cannot conclude with a random generated QR code, so you’re likely looking for the submitter to receive the QR code or random number on their mobile phone- right? Firstly, if feasible, display a QR code for the forms page instead of sharing iPads. Visitors can scan the QR code using their mobile to get to the Forms page and submit. This avoids physical contact. Additionally, keep a tiny url (that redirects to Forms page) printed as well below the QR code, in case the QR scanning doesn’t work. Secondly, as RobElliott mentioned, there are premium connectors in Power Automate that can trigger SMS (ex: Twilio connector). Optionally, have Power Automate save the responses to a SharePoint file, and security guards can search the file by “name” when the submitter walks in. If you deploy a front-end Power Apps page, security guards can search the submitter by name in that page.17KViews0likes0CommentsRe: I would like to know when does the Insights appears/triggers in forms/questions under responses tab.
Hi JasperIgnacio, Per https://techcommunity.microsoft.com/t5/microsoft-forms-blog/welcome-to-forms-ideas-analyze-your-resp... A form that has more than 10 responses will likely to have the Ideas entry point. This is because we need enough response data to generate interesting ideas. For a form that has more than 10 responses, there’s also a chance that you do not have Ideas generated. In such case, it’s because we have not found any meaningful results to show at this point. Please keep collecting responses and come back to check! Hope this helps!1.4KViews0likes0CommentsRe: Room reservation
Hi mrclau, Could you switch -AllRequestInPolicy to $True? The AllRequestInPolicy parameter specifies whether to allow all users to submit in-policy requests to the resource mailbox. Valid values are: $true: All users are allowed to submit in-policy requests to the resource mailbox. These requests require approval by a resource mailbox delegate if the AllBookInPolicy parameter is set to $false (the default value is $true). $false: All users can't submit in-policy requests to the resource mailbox. This is the default value. Source: https://docs.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps941Views0likes1CommentRe: Unable to Hybrid Join computers
Hi Jeremy160, To begin with, the difference between the various options are explained here: https://docs.microsoft.com/answers/storage/attachments/19291-image.png What you’re apparently looking for is converting from #4 to #2. Unfortunately there may not be an easy way around this, the devices may need to be disjoined and rejoined- AFTER Hybrid Azure AD is properly configured. Regarding the errors you’re seeing, it’d best to open a support ticket with MSFT on the same.1KViews0likes0CommentsRe: Test Tenant for Office 365 and Azure
Hi alex2210, This will include inviting a guest user with Global Admin role, granting Subscription owner access to the guest user, switching directory from within the same Azure tenant, and then moving the subscription from one tenant to the other. Detailed steps can be found here: https://vmlabblog.com/2020/02/how-to-move-an-azure-subscription/2.1KViews0likes0CommentsRe: Adding tenants to O365
Hi @MiSun83, Delegated administration, that which you’re looking for, will work only for Microsoft partners and resellers. Else, the only options are managing manually- you could look at creating a browser shortcut which is signed in to client’s tenant. If you’re a partner/reseller and are successfully able to add the client tenant, then you’ll be able to use the switch tenant option.2.4KViews0likes0CommentsRe: How to use Outlook 365 Groups for group collaboration - tag / categorise, assign emails
This may not be natively possible within O365 Groups. You’ll need to create a Shared Mailbox to achieve what you’re looking for. Or, if you’re familiar with Power Automate, you can use that to copy incoming mails from the O365 Group to Planner tasks where you can then manage operations.3.9KViews0likes0CommentsRe: Using custom port instead of smtp 25 for hybrid
Port 587 is meant for client-server communication, server to server email communication (especially cross-forest/Exch-O365) will mandatorily need port 25. Ref: https://docs.microsoft.com/en-us/Exchange/hybrid-deployment-prerequisites#hybrid-deployment-protocols-ports-and-endpoints What you can do however is to block the port 25 traffic on your gateway firewall to/fro O365 EOP IP range.3.1KViews0likes0CommentsRe: Measure Language usage
1. Create a new policy for language and use the “Add X-Header” action to stamp a custom value for messages matching this policy. 2. Create an ETR (transport rule) to quarantine all mails that have the custom header value. The messages will get quarantined as expected, and you can run an extended message trace to identify messages that were quarantined by the ETR.571Views0likes1CommentRe: Generating Emails Based On Form Responses
Or.. maintain a separate excel sheet that has user to Manager mapping, and have Power Automate connect to this Excel to pull the corresponding Manager email address. Just laying out options, what you choose to do ultimately depends on your business case.3KViews1like0CommentsRe: Generating Emails Based On Form Responses
Hi gregnoseworthy, You have already set up Power Automate to pull responses from the Form and send a formatted email. Before the "Send an email" connector, add "Get Manager" connector- the input of this connector would be the Form responder's email address. In the next "Send an email" connector, the To/Cc field can be populated from the dynamic output (Mail) from the previous "Get Manager" connector.3.2KViews1like2CommentsRe: SAML authentication to O365 for a subset of users - Is this possible?
ak2766 I'm sure someone would have tried this, but I haven't personally seen any demo/articles on the same. The steps involved would be: 1. Add new MSOL domain in O365 using https://docs.microsoft.com/en-us/powershell/module/msonline/new-msolfederateddomain?view=azureadps-1.0 cmdlet 2. Run https://docs.microsoft.com/en-us/powershell/module/msonline/set-msoldomainfederationsettings?view=azureadps-1.0 to modify the parameters- at a minimum, you'll need ActiveLogOnUri, IssuerUri, LogOffUri, MetadataExchangeUri, PassiveLogOnUri and SigningCertificate parameters from your IDP provider 3. If your user accounts are created directly on O365, modify your UPN to match the newly added domain thru the admin portal or using https://docs.microsoft.com/en-us/powershell/module/msonline/set-msoluserprincipalname?view=azureadps-1.0. If your user accounts are managed from on-premise AD and synchronized to O365, you'll need to add a domain suffix in local AD matching the new UPN and then modify your UPN to match the newly added UPN suffix. 4. Now whenever you login to your O365 account, enter your new UPN as Username, and you'll get re-directed to your IDP for authentication. Once the initial tests are successful, you can repeat step-3 for more users as part of POC2.1KViews0likes0CommentsRe: How did someone activate Team for SharePoint online ?
In the SharePoint site actions menu (gear), there is an option to “Connect to new Office 365 group”. Once the group is created (or if it had already been created in the past), you can then create a new Teams from the existing group. Now the SharePoint-Group-Teams are all interconnected.1.9KViews0likes0Comments
Recent Blog Articles
No content to show