Rakhesh Sasidharan
rakheshster@hachyderm.io
<p>Lazy Geek. Tech Enthusiast. Root.</p>
Posts
-
Post #3042124
SAP SuccessFactors app and Intune We wanted to push the Android and iOS apps of SAP SuccessFactors. iOS is easy. Push the app out to a group. Also push out an app configuration so the app knows what to do when a user clicks on it. Easy peasy. This article has a list of the keys you need to push out. And you can do so via an XML file like so: https://rakhesh.com/azure/sap-successfactors-app-and-intune/
-
Post #3042121
Untitled Continuing with SuccessFactors on Android, one of the things the app does upon launch is to ask whether you want to use a password or fingerprint. If I select &quot;fingerprint&quot;, it says there&#39;s no fingerprint to be found. And if I select &quot;password&quot; I can setup a new password and use that each time I open the app. That seemed a bit inconvenient, and I was curious why it wasn&#39;t finding the fingerprint - especially coz my phone had fingerpri...
-
Post #3042119
Good Fortune (English movie), and others… We happened to watch “Good Fortune” this weekend. It&#39;s a blast of a movie! I had so much fun watching it. I didn’t realise it was written and directed by Aziz Ansari (his movie debut). If you like his stuff you’ll definitely enjoy this one! Very satirical and funny. The movie also ties with a lot of the books and podcasts I consume nowadays. https://rakhesh.com/tv/good-fortune-english-movie-and-others/
-
Post #3042118
Plus Address emails for Entra ID admin accounts There&#39;s plenty of blog posts on this topic, so I won&#39;t go into the basic details. We often have admin accounts in Entra ID that must receive emails, but there&#39;s no point wasting a license on a mailbox for this. What do we do here? Easy. Use Plus Addressing. What plus addressing means is that every mailbox enabled user also has a &quot;+&quot; suffix they can use as an email address. https://rakhesh.com/azure/plus-a...
-
Post #3042117
Consent between first party application ‘d2ebd3a9-1ada-4480-8b2d-eac162716601’ and first party resource ‘00000003-0000-0000-c000-000000000000’ must be configured Maybe it&#39;s always been the case, or maybe it changed some time ago but I never used this connector much and so didn&#39;t realize... anyhoo, using the &quot;Invoke an HTTP request&quot; connector from a Logic App/ Power Automate to connect to Graph throws an error now: Reading the docs for this connector, there is a...
-
Post #3042116
Zed editor: ERROR [crates/project/src/environment.rs:227] capturing shell environment with “/opt/homebrew/bin/bash” In case this helps anyone else... not saying what follows below is the solution for such errors. Started to use Zed again earlier this week, and one one of my machines it showsa warning that the environment variables failed to load. Clicking on it opens up the logs, which has a bunch of entries like these: Caused by: login shell exited with exit status: 1. https://rakhesh.com/lin...
-
Post #3042115
I so resonate with this post! 😊 https://twit.social/@thurrott/115822119844593458
-
Post #3042114
Yammer Admin unable to create new Communities The Engage Administrator role in Viva is known as Yammer Administrator in Entra ID. After assigning that, you will see that the admin is unable to create new communities, for instance. What you have to do to fix this is go to the Admin Portal in Engage itself, and add the user as a Network admin (or Verified admin; but better to start with Network admin as that&#39;s the least privilege required). https://rakhesh.com/azure/yammer-admin-unable-t...
-
Post #3042108
https://eclecticlight.co/2026/03/15/last-week-on-my-mac-dependency-and-skill-fade/ a must read! #coding #vibecoding #ai
-
Post #3042100
https://trysound.io/try-not-to-get-scammed-while-looking-for-work/ #scary #scam
-
Post #3042094
Trigger Microsoft Fabric Data Pipeline using Power Automate/ Logic App Go read this post first. That&#39;s what helped me figure out what to do without too much Googling around! Key things are: The URL to call (via POST) is No need for a body, unless the pipeline needs one. Here&#39;s the documentation for the URL being called (there isn&#39;t much!). The example there shows a payload, ignore that example. https://rakhesh.com/power-platform/trigger-microsoft-fabric-data-pipeline-us...