Tag Archives: microsoft
Correlation between Microsoft Graph Events and bookingBusiness Appointments
Hi everyone, I’m struggling with getting complete attendee information from calendar events. I can successfully get event details from the /events endpoint, but it lacks full attendee information and other details compared to the bookingBusiness/account-id/appointments endpoint. The problem is, I can’t find a way to correlate and event and its various ID’s and a booking appointment ID. Is there a recommended way to get full attendee details while working with calendar events? Any help would be appreciated!
Hi everyone, I’m struggling with getting complete attendee information from calendar events. I can successfully get event details from the /events endpoint, but it lacks full attendee information and other details compared to the bookingBusiness/account-id/appointments endpoint. The problem is, I can’t find a way to correlate and event and its various ID’s and a booking appointment ID. Is there a recommended way to get full attendee details while working with calendar events? Any help would be appreciated! Read More
Dbbd is iPhone wala tha song ft road near railway
Bs GE good idea y yfhf with the sender immediately by email jdhdu g viresh
Bs GE good idea y yfhf with the sender immediately by email jdhdu g viresh Read More
Exception in conditional access policy for “Windows app – macOS”
Hi,
I’m trying to restrict all Enterprise resources to Cloud-PC’s only and therefore have a CAP in place that restricts access to all apps to cloud-pc’s only. Naturally I have to provide an exception for the Remote desktop app so that end users can connect from their private endpoints to the cloud-PC.
Here’s the problem though. While I can find an exception for the Windows Remote Desktop app this exception doesn’t apply to macOS and when looking at the sign-in logs the policy locks out “Windows App – macOS” with the app-id 63896e48-3d27-4ce2-9968-610b4af62c5d.
Neither “Windows App – macOS” nor 63896e48-3d27-4ce2-9968-610b4af62c5d is findable in the application list for CAP exceptions.
Is there a workaround or will this be made available?
Maxim
Hi, I’m trying to restrict all Enterprise resources to Cloud-PC’s only and therefore have a CAP in place that restricts access to all apps to cloud-pc’s only. Naturally I have to provide an exception for the Remote desktop app so that end users can connect from their private endpoints to the cloud-PC.Here’s the problem though. While I can find an exception for the Windows Remote Desktop app this exception doesn’t apply to macOS and when looking at the sign-in logs the policy locks out “Windows App – macOS” with the app-id 63896e48-3d27-4ce2-9968-610b4af62c5d. Neither “Windows App – macOS” nor 63896e48-3d27-4ce2-9968-610b4af62c5d is findable in the application list for CAP exceptions. Is there a workaround or will this be made available? Maxim Read More
腾龙娱乐上下分电话
添+微【70411382】IT 之家 11 月 3 日消息,华为鸿蒙 HarmonyOS NEXT 系统现获推 5.0.0.102 新版本升级(各机型新系统的尾缀有所不同),新增碰一碰分享、多人群发等功能,适配机型包括 MatePad Pro 系列平板、Mate 60 / Pura 70 等系列手机。
IT 之家附鸿蒙 HarmonyOS NEXT 系统此次更新内容如下:
华为分享
无需添加好友,只要在图片、视频、WLAN 分享界面,通过设备间头部碰一碰,即可完成超近场亲密分享,分享快乐如此简单
支持多人发送,可以同时分享给多人,不用排队等待,分享更便捷
电话
可设置本地音乐和在线铃声为来电铃声
新增 ” 响铃时振动 “、” 拨号按键音 ” 开关,给您更丰富的操作体验
联系人生日可同步至日历进行智能提醒
系统
优化信号稳定性,提升部分场景的上网速度
优化蓝牙连接稳定性
应用
优化文件管理器保密柜、文件查看等场景的使用体验
据升级新版本系统用户介绍,此次华为鸿蒙 HarmonyOS NEXT 系统新增的碰一碰分享功能可实现两部手机之间通过顶部碰一碰操作实现互传视频、图片等内容。
添+微【70411382】IT 之家 11 月 3 日消息,华为鸿蒙 HarmonyOS NEXT 系统现获推 5.0.0.102 新版本升级(各机型新系统的尾缀有所不同),新增碰一碰分享、多人群发等功能,适配机型包括 MatePad Pro 系列平板、Mate 60 / Pura 70 等系列手机。IT 之家附鸿蒙 HarmonyOS NEXT 系统此次更新内容如下:华为分享无需添加好友,只要在图片、视频、WLAN 分享界面,通过设备间头部碰一碰,即可完成超近场亲密分享,分享快乐如此简单支持多人发送,可以同时分享给多人,不用排队等待,分享更便捷电话可设置本地音乐和在线铃声为来电铃声新增 ” 响铃时振动 “、” 拨号按键音 ” 开关,给您更丰富的操作体验联系人生日可同步至日历进行智能提醒系统优化信号稳定性,提升部分场景的上网速度优化蓝牙连接稳定性应用优化文件管理器保密柜、文件查看等场景的使用体验 据升级新版本系统用户介绍,此次华为鸿蒙 HarmonyOS NEXT 系统新增的碰一碰分享功能可实现两部手机之间通过顶部碰一碰操作实现互传视频、图片等内容。 Read More
Retrieving tye schema of the scanned asset files into synapse pyspark notebook
Hi there, we are having a purview account,synapse with pyspakr, storage account. We are scanning the files in purview that are stored in storage, we are able to see the schema in purview for those files,now we are trying to retrieve the schema f for the column in those files in synapse pyspark notebook. We are doing this coz we want to dynamically create the tables in sql database using these column schemas for hese files. But for that need to retrieve this schema. Can anybody tell how we can do that? Thanks in adv.
Also we are referring to this article – https://techcommunity.microsoft.com/t5/azure-architecture-blog/exploring-purview-s-rest-api-with-python/ba-p/2208058
Init we could get the aseet list with files naes, guid etc. How can we then get the schema for those files using the guid if at all possible.
Also ,in the article the code is connecting to storage account and reading file ,not sure why it needs to connect to storage account when we are trying to get the schema from purview .
Hi there, we are having a purview account,synapse with pyspakr, storage account. We are scanning the files in purview that are stored in storage, we are able to see the schema in purview for those files,now we are trying to retrieve the schema f for the column in those files in synapse pyspark notebook. We are doing this coz we want to dynamically create the tables in sql database using these column schemas for hese files. But for that need to retrieve this schema. Can anybody tell how we can do that? Thanks in adv. Also we are referring to this article – https://techcommunity.microsoft.com/t5/azure-architecture-blog/exploring-purview-s-rest-api-with-python/ba-p/2208058Init we could get the aseet list with files naes, guid etc. How can we then get the schema for those files using the guid if at all possible. Also ,in the article the code is connecting to storage account and reading file ,not sure why it needs to connect to storage account when we are trying to get the schema from purview . Read More
Power Query – removing identical generic text from the start and end of multiple columns
Hi all. I am after a hand in removing some default system values from a Jira export that I am using to build a report around.
When multiple values are recorded in the system, a new column is created in the export and number is appended to any duplicate columns example “Label” and “Label2“. I previously received assistance in understanding the code to merge the values in these columns and rename them, thank you @Lorenzo. For any columns that have required merging, I have been able to address their naming as part of the process, but I have multiple columns whose headers still require attention and can be handled as part of a grouped transformation process due to each containing identical redundant values.
When a custom field is created, Jira wraps the value with “Custom field (” and “)“, for example “Custom field (Country of Origin)“. Some of the headers have valid values contained within brackets, so I can’t simply replace all brackets – I have tried using the “Custom field (” as a string to identify relevant headers to use Text.Start(_,Text.Length(_)-1) to get rid of the trailing bracket and then Text.End(_,Text.Length(_)-14) to remove the leading text… but ended up with a list of correct headers but no data. Clearly out of my depth but felt frustratingly close. I also attempted to use List.Transform(Table.ColumnNames( ) and removed the leading text and bracket… but then couldn’t get rid of the trailing bracket.
I had a fair crack at it today but haven’t managed to get it to do what want and now my brain hurts, so have created a very simplified version of what I am trying to do and am seeking your help. In the Output tab of the sample file, merging of columns has been completed and I would like the columns Custom field (Weight), Custom field (Organic (Y/N)), and Custom field (Multipack (Y/N)) transformed into Weight, Organic (Y/N), and Multipack (Y/N). I am after a solution that searches for and replaces text in the headers rather than explicitly referencing column names as the export’s contents are variable and dynamic in nature, and there are far more of them. Thanks in advance 🙂🤗
Hi all. I am after a hand in removing some default system values from a Jira export that I am using to build a report around. When multiple values are recorded in the system, a new column is created in the export and number is appended to any duplicate columns example “Label” and “Label2”. I previously received assistance in understanding the code to merge the values in these columns and rename them, thank you @Lorenzo. For any columns that have required merging, I have been able to address their naming as part of the process, but I have multiple columns whose headers still require attention and can be handled as part of a grouped transformation process due to each containing identical redundant values. When a custom field is created, Jira wraps the value with “Custom field (” and “)”, for example “Custom field (Country of Origin)”. Some of the headers have valid values contained within brackets, so I can’t simply replace all brackets – I have tried using the “Custom field (” as a string to identify relevant headers to use Text.Start(_,Text.Length(_)-1) to get rid of the trailing bracket and then Text.End(_,Text.Length(_)-14) to remove the leading text… but ended up with a list of correct headers but no data. Clearly out of my depth but felt frustratingly close. I also attempted to use List.Transform(Table.ColumnNames( ) and removed the leading text and bracket… but then couldn’t get rid of the trailing bracket. I had a fair crack at it today but haven’t managed to get it to do what want and now my brain hurts, so have created a very simplified version of what I am trying to do and am seeking your help. In the Output tab of the sample file, merging of columns has been completed and I would like the columns Custom field (Weight), Custom field (Organic (Y/N)), and Custom field (Multipack (Y/N)) transformed into Weight, Organic (Y/N), and Multipack (Y/N). I am after a solution that searches for and replaces text in the headers rather than explicitly referencing column names as the export’s contents are variable and dynamic in nature, and there are far more of them. Thanks in advance 🙂🤗 Read More
华纳国际联电话+微【70411382】
1. 单击图表结构
更多细节分别配置好正确的3台PC的IP地址、子网掩码、默认网关
检查同一VLAN下的相似性
3.添加用户,使所有网络都可以相互通信
1. 单击图表结构 PC旁边的备注分别为:IP地址、子网掩码、默认网关 按照分别的配置好PC0、PC1、PC2的网络设置 #一个网络不仅仅可以有一台电脑,如果加了一台电脑又要配置不同的IP,很可能是该机型真正的3话会乱;这里是为了其他的划分用254作为网关最后一位。 交换机配置 Switch>en //进入特权模式 Switch#conf t //进入网络配置模式 输入配置命令,每行一个。以CNTL/Z结尾。 Switch(config)#vlan 10 //创建VLAN10 Switch(config-vlan)#vlan 20 //创建VLAN20 Switch(config-vlan)#vlan 30 //创建VLAN30 Switch(config-vlan)#int ran f0/1-6 //进入f0/1-6(6个接口) Switch(config-if-range)#sw mo ac //设置为access(访问)模式 Switch(config-if-range)#int f0/1 //进入f0/1 Switch(config-if)#sw av 10 //将接口划分到VLAN 10 Switch(config-if)#int f0/2 //进入f0/2 Switch(config-if)#sw av 20 //将接口划分到VLAN 20 Switch(config-if)#int f0/3 //进入f0/3 Switch(config-if)#sw av 30 //将接口划分到VLAN 30 Switch(config-if)#int g0/1 //进入g0/1 Switch(config-if)#sw mo tr //设置为TRUNK(中继)模式 2. 点击图复制拓扑结构 更多细节分别配置好正确的3台PC的IP地址、子网掩码、默认网关检查同一VLAN下的相似性3.添加用户,使所有网络都可以相互通信 其他思科 DNA Read More
Azure Updates and Retirements
Whenever you want to know, what services are coming to Azure, check the Azure Update Website.
Azure updates | Microsoft Azure
In contrary, if you want to know, what Azure Services are getting retired, check this out in you Azure Portal under Advisor. There, go to Workbook and click on the Service Retirement Workbook.
Whenever you want to know, what services are coming to Azure, check the Azure Update Website.
Azure updates | Microsoft Azure
In contrary, if you want to know, what Azure Services are getting retired, check this out in you Azure Portal under Advisor. There, go to Workbook and click on the Service Retirement Workbook. Read More
手機 設定 使用者帳戶 新增帳戶 exchang
有看到可在 "手機 設定 新增帳戶 exchange" 因此來此詢問各方高手!還請不吝賜教!
在此感謝各位~
小弟在 "手機-設定-使用者帳戶-新增帳戶-exchange" 進行以下設定
網域\使用者名稱:信箱
服務器:?
通訊阜:443
但上方都會跳紅字(輸入資訊不正確),點下方新式驗證也會跳回這裡,請問我該怎麼做?
才能設定成功,讓手機與電腦使用相同帳號登錄並同步。
請各位高手幫小弟~萬分感謝!
有看到可在 "手機 設定 新增帳戶 exchange" 因此來此詢問各方高手!還請不吝賜教!在此感謝各位~ 小弟在 "手機-設定-使用者帳戶-新增帳戶-exchange" 進行以下設定 網域\使用者名稱:信箱 服務器:? 通訊阜:443 但上方都會跳紅字(輸入資訊不正確),點下方新式驗證也會跳回這裡,請問我該怎麼做?才能設定成功,讓手機與電腦使用相同帳號登錄並同步。 請各位高手幫小弟~萬分感謝! Read More
Last Exchange Server Shutdown. Exchange Management Shell attempts to connect to old Server
We have migrated all mailboxes to Exchange Online and felt we were in a position to shutdown the last on-prem 2016 Exchange Server. We followed the instructions in the following article to shutdown the last Exchange Server and manage recipients using the Exchange 2019 Management tools.
https://learn.microsoft.com/en-us/exchange/manage-hybrid-exchange-recipients-with-management-tools
When we open the Exchange Management Shell on the server running the new management tools it attempts to connect to the old Exchange Server.
What do we need to do so the Exchange Management Tools stops connecting to the old exchange?
We have migrated all mailboxes to Exchange Online and felt we were in a position to shutdown the last on-prem 2016 Exchange Server. We followed the instructions in the following article to shutdown the last Exchange Server and manage recipients using the Exchange 2019 Management tools. https://learn.microsoft.com/en-us/exchange/manage-hybrid-exchange-recipients-with-management-tools When we open the Exchange Management Shell on the server running the new management tools it attempts to connect to the old Exchange Server.What do we need to do so the Exchange Management Tools stops connecting to the old exchange? Read More
मैं शिकायत के लिए मीशो से कैसे संपर्क करूं?
ऑनलाइन शिकायत दर्ज कराने के अलावा यूज़र 09831~224√914 या ( +91 O9831-224-914 (भाषा: हिंदी और अंग्रेजी) पर भी कॉल कर सकते हैं।… ,,,
ऑनलाइन शिकायत दर्ज कराने के अलावा यूज़र 09831~224√914 या ( +91 O9831-224-914 (भाषा: हिंदी और अंग्रेजी) पर भी कॉल कर सकते हैं।… ,,, Read More
फोनपे गलत लेनदेन की शिकायत कैसे करें?
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(9831^224√914) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुने
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(9831^224√914) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुने Read More
Excel Print titles on ipad
Is there any way i can print in excel on my ipad that has print titles. The same header on every page please help because i sell my laptop and i don’t have any other options
Is there any way i can print in excel on my ipad that has print titles. The same header on every page please help because i sell my laptop and i don’t have any other options Read More
Transfer all ToDo files to new account
Hello
Please i need your help on this issue.
I am in the process of relinquishing my admin rights to one Microsoft account (sold the business).
I need to transfer my entire ToDo list to a new account that I set up. I tried numerous ways to transfer the entire list but was unable to.
How do i transfer my entire ToDo list to my new Microsoft account?
Hello Please i need your help on this issue. I am in the process of relinquishing my admin rights to one Microsoft account (sold the business). I need to transfer my entire ToDo list to a new account that I set up. I tried numerous ways to transfer the entire list but was unable to. How do i transfer my entire ToDo list to my new Microsoft account? Read More
फोनपे गलत लेनदेन की शिकायत कैसे करें?
फोनपे गलत लेनदेन की शिकायत कैसे करें?
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(9339^176√804) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुने
फोनपे गलत लेनदेन की शिकायत कैसे करें?फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(9339^176√804) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुने Read More
MS Ignite 2024: Our session picks
Great news – the Microsoft Ignite 2024 session scheduler is now live for adding sessions to your own personal calendar, whether you’ve grabbed a ticket to attend in person, you’ll watch online, or you’re building a vault to watch at your leisure. We asked a few friends in the IT Pro, Security and Cloud Native communities and here’s what they’re looking forward to:
IT Pro
LAB429-R2 (Chicago only) – Hands on using Azure services securely with Azure VMware Solution
LAB412 (Chicago only) – Making cloud deployment easier with GitHub Copilot for Azure
THR624 (Chicago only) – Enhancing VMware private clouds with common Azure integrations
BRK151 – Platform engineering: creating scalable and resilient systems
BRK213 – Outages are inevitable and here’s what you should know
BRK214 – Operate infrastructure across distributed locations with Azure Arc
BRK215 – Scale apps and data with Azure Arc, Kubernetes, and Microsoft Fabric
BRK219 – Simplify operations with AI: Copilot, Azure Arc, and Azure Monitor
BRK224 – Specialized silicon and hardware optimized for cloud infrastructure
BRK227 – Migrate to build, run, and secure Generative AI
BRK233 – How to run your VMware workloads in Azure with Azure VMware Solution
BRK235 – Adaptive cloud: Unify hybrid, multi-cloud and edge with Azure Arc
BRK238 – Windows Server 2025: New ways to gain cloud agility and security
BRK239 – Application centric assessment and guided migration with Azure Migrate
BRK290 – Your secure and resilient Windows strategy
BRK297 – Empowering neurodivergent employees with Copilot
BRK230 – Optimize Azure VMware Solution with 200+ Azure and AI services
BRK236 – What’s new in Azure Storage: Supercharge your data centric workloads
BRK240 – Unveiling the latest in Azure Networking for a secure, connected cloud
BRK241 – Proactively design and build resilient workloads on Azure
BRK246 – Inside Azure innovations with Mark Russinovich
BRK302 – WSL your enterprise ready tool to run Windows and Linux simultaneously
BRK324 – Proactive security with continuous exposure management
BRK395 – Getting started with Azure Kubernetes Service for Windows Server admins
BRK396 – Enhancing your CLI with the AIShell and Copilot in Azure
StudioFP118 – Bring solutions to life with exciting innovations from Windows Server
Security
LAB462-R1 (Chicago only) – Boost security and IT efficiency with Microsoft Security Copilot
THR653 (Chicago only) – Mastering custom plugins in Microsoft Security Copilot
BRK309 – Innovating security operations with Microsoft Sentinel
BRK310 – Simplify your SOC with the unified security operations platform
BRK312 – Break down risk siloes and build up code to cloud security posture
BRK316 – One goal, many roles: Microsoft Security Copilot use cases for all
BRK307 – Transform your security with GenAI innovations in Security Copilot
BRK319 – Simpler, smarter and more secure endpoint management with Intune
BRK320 – Enhance IT expertise and efficiency with Copilot in Microsoft Intune
BRK328 – Making Zero Trust Real: Top 10 Security Controls you can implement now
BRK329 – Scott and Mark learn responsible AI
Cloud Native & Linux
LAB415 (Chicago only) – Streamline operations and developer onboarding with AKS Automatic
THR510 (Chicago only) – Streamline your Kubernetes operations with Microsoft Copilot in Azure
THR615 (Chicago only) – Fast and frictionless Kubernetes with AKS Automatic
THR623 (Chicago only) – Enhance cloud native troubleshooting with Azure Monitor & Chaos Studio
COM1035 (Chicago only) – Azure Unplugged: Brendan Burns and Eric Boyd on Kubernetes and AI
BRK146 – Streamline AI App development with Azure App Platform
BRK153 – Scale, secure, and optimize Azure Kubernetes Service (AKS)
BRK228 – What’s new in Linux: How we’re collaborating to help shape its future
BRK395 – Getting started with Azure Kubernetes Service for Windows Server admins
With some of our team in town for the event, you might see a familiar face on stage, supporting other speakers, proctoring a lab or running a theater demo!
What have we missed? Add YOUR session picks in the comments!
Microsoft Tech Community – Latest Blogs –Read More
फोनपे गलत ट्रांजेक्शन
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(9339^176√804) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुनें. अगर रिफ़ंड नहीं मिलता, तो अपने बैंक से संपर्क करें.
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(9339^176√804) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुनें. अगर रिफ़ंड नहीं मिलता, तो अपने बैंक से संपर्क करें. Read More
फोनपे में गलत ट्रांजेक्शन कैसे रिफंड करें?
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(72O7O✓22776) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुनें. अगर रिफ़ंड नहीं मिलता, तो अपने बैंक से संपर्क करें.
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(72O7O✓22776) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुनें. अगर रिफ़ंड नहीं मिलता, तो अपने बैंक से संपर्क करें. Read More
फोनपे गलत ट्रांजेक्शन
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(9339^176√804) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुनें. अगर रिफ़ंड नहीं मिलता, त
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(9339^176√804) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुनें. अगर रिफ़ंड नहीं मिलता, त Read More
फोनपे में गलत ट्रांजेक्शन कैसे रिफंड करें?
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(8597^248√900) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुने
फ़ोनपे से पैसे कट जाने पर, ये कदम उठाए जा सकते ग्राहक सहायता से संपर्क(8597^248√900) है फ़ोनपे ऐप में जाकर, “ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाएं. असफल लेन-देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुने Read More