User Profile
hugo566788
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
Automated Workflow
Hello, I need help with the following since it's not working for me. I want to create a workflow that automatically starts when a new email is received in Office 365. The email contains: "Lando Norris lives in London on 02/23/2919". I want the workflow to proceed to retrieve relevant user profile information. Although specific details about what information is collected are not provided, it is assumed to include data such as the name and location. If the condition is met (living in London), I want an action to be executed that involves sending an email. The subject of this email is set as "Welcome to Lando Norris's New Year's Eve Party," and the body of the message includes the template, "Lando is invited to the New Year's Eve party in London." In the event that the condition is not met (also without specific details), another action is triggered involving sending a different email. This email has its own subject and body of the message, presumably providing distinct information and designed for situations where the condition has not been satisfied. In other words, what I want is to extract user profile information (name and surname) and apply a condition that determines the sequence of actions to be taken. Depending on whether the condition is met or not, specific emails with customized messages are sent to welcome to the New Year's Eve party or provide different information based on the circumstances.I WANT TO CREATE AN AUTOMATIC FLOW
I WANT TO CREATE AN AUTOMATIC FLOW. I use Microsoft 365 and the office package with teams etc. I receive the following email in my inbox Subject: New Year's Eve Party Karen Ball (The subject New Year's Eve Party is always the same, only the name varies) Email: Good morning Karen Ball. I remind you that next December 31st is the New Year's Eve party, at Working. All the best I want powerautomate to select the subject field only "New Year's Eve Party", Name "Karen Ball" and location "Woking" (In that email the day, name and location change) - Once I receive an email that includes the subject "New Year's Eve party", create a flow that sends an email to Karen Ball with the localization template "Woking" send the following template: Welcome to the New Year's Eve party. You will have to attend the event at McLaren Technology Centre. We will wait for you. All the best If you receive an email like this: Subject: New Year's Eve Party Charly Cosk (The subject New Year's Eve Party is always the same, only the name varies) Email: Good morning Charly Cosk. I remind you that next December 31st is the New Year's Eve party in London. All the best - If the location is London Welcome to the New Year's Eve party in London. You will have to attend the event at 224-238 Kensington High St, London W8 6AG, United Kingdom. Don't forget to bring a black suit and long t-shirt We will wait for you. All the bestUnistall Program script Intune
Hello, I want to uninstall the ccleaner program on several computers. I wanted to know from Intune how this could be done? On future occasions I want to uninstall other programs, I have seen a detection and correction script that is the following but it does nothing. $Name = 'Ccleaner' if ($null -eq (Get-AppxPackage -Name $Name)) { Write-Host "Ccleaner is not installed" exit 0 } Else { Write-Host "Ccleaner is installed" Exit 1 } --------------------- $Name = 'Ccleaner' try{ Get-AppxPackage -Name $Name | Remove-AppxPackage -ErrorAction stop Write-Host "ccleaner successfully removed" }catch{ Write-Error "Error removing Ccleaner" } thank you1.7KViews0likes1Commentinstall Visual Studio Professional intune
Hello, I have tried to install visual studio professional 2022 in intune after executing the following steps: https://www.systemsmaven.com/post/deploying-visual-studio-with-microsoft-endpoint-manager-intune When installing it from the company portal I get an installation error. Detection rules: C:\Program Files (x86)\Microsoft Visual Studio\Installer File: vs_installer.exe and I have also tried devenv.exe But after doing it it does not install. I tried to install it from the intune microsoft store but it says The selected app does not have a valid newer package version / This app is not supported in the preview version.9.9KViews0likes4CommentsRe: intune administrator
I need a program or something that can be managed from Intune so that users can modify the computer's environment variables without having administrator permissions. I understand that, for example, it could be possible to create a rule with the endpoint manager privilege, but is there any other alternative?1.8KViews0likes7CommentsRe: Whitelist Intune
Hello, we do not want to implement the company portal Since many applications cannot be uploaded and we work with more than 340 applications (mostly .exe) which are difficult to create in the company portal, we have looked at the EPM so any application can be installed with high permissions and justifying it, We want to limit the installation of certain applications, for this we had thought about the white list to include the 340 applications that we have, mostly exe5.3KViews0likes1CommentLocal Administrator Password Recovery (Preview) intune LAPS
Hello, I have implanted Windows Laps in theory I have configured so that the password rotates every 7 days, but in some users the password is broken before 7 days. Do you know what the reason is or where I could look to find out the reason? I also wanted to know if you know the reason why some users do not replicate the administrator password or break what appears to me when looking at the administrator password is the following: No local administrator passwords were found, these users are within the intune but even without rotating the key it does not appear. thank you489Views0likes0CommentsIntune profile - policy desktop
Hello, I want to disable intune by profile on devices so that the content when opening a new tab in microsoft edge is disabled. I have reached administrative templates but I do not know what the policy that must be applied in these cases should be. By edge content I mean the content that comes out of news when you open a new tab. Regards2.1KViews1like8Comments
Recent Blog Articles
No content to show