Month: October 2024
All administrators not receiving emails
Is there a way for all Administrators to receive the emails when an appointment is made? I am the creator of the Bookings and receive updates when an appointment is made/changed/canceled but I would like my administrative assistant, who is also in Bookings as an Administrator, to receive them as well.
Creating new Bookings with the administrative assistant as the creator would be a lot of work (we have multiple Bookings pages…)
Is there a way for all Administrators to receive the emails when an appointment is made? I am the creator of the Bookings and receive updates when an appointment is made/changed/canceled but I would like my administrative assistant, who is also in Bookings as an Administrator, to receive them as well. Creating new Bookings with the administrative assistant as the creator would be a lot of work (we have multiple Bookings pages…) Read More
Issue with Microsoft Purview Governance/Business Domains invisible/not found
I was wondering if anybody has experienced such issue? After new Purview update and introducing Governance domains instead of business domains in data catalog, I cannot see the previously established business/governance domains but can still see the data products I had previously created under legacy business domains.
– I have Purview admin and data governance admin tenant level as well but still the issue persists.
– I cannot create new governance domains since I get cyclic dependency error
– Have tried different web browsers no luck so far!
– Any similar experience and potential tip/workaround for this issue?
#Purview #governance_domains
I was wondering if anybody has experienced such issue? After new Purview update and introducing Governance domains instead of business domains in data catalog, I cannot see the previously established business/governance domains but can still see the data products I had previously created under legacy business domains.- I have Purview admin and data governance admin tenant level as well but still the issue persists. – I cannot create new governance domains since I get cyclic dependency error – Have tried different web browsers no luck so far! – Any similar experience and potential tip/workaround for this issue?#Purview #governance_domains Read More
TODO not synchronizing in PWA widget
Hi,
Tasks from project groups don’t sync in the add-on in Outlook PWA/WEB. Tasks from my Project for the Web are visible in the TODO app, Teams, and also in the Tab in Outlook PWA. However, they don’t show up in the right-side widget in Outlook. I’m using this widget to drag and drop tasks into the calendar; it’s the only way I’ve found to do it, and it helps me with task planning across all project groups. You can see the difference in the screenshot. Worth mentioning is that when the new Planner was introduced (and tasks from Project for the Web started showing up in Todo), this feature worked for a couple of days. I could drag and drop tasks from Todo to the calendar because they were visible in the side panel.
Best regards,
Bartosz
Hi, Tasks from project groups don’t sync in the add-on in Outlook PWA/WEB. Tasks from my Project for the Web are visible in the TODO app, Teams, and also in the Tab in Outlook PWA. However, they don’t show up in the right-side widget in Outlook. I’m using this widget to drag and drop tasks into the calendar; it’s the only way I’ve found to do it, and it helps me with task planning across all project groups. You can see the difference in the screenshot. Worth mentioning is that when the new Planner was introduced (and tasks from Project for the Web started showing up in Todo), this feature worked for a couple of days. I could drag and drop tasks from Todo to the calendar because they were visible in the side panel. Best regards,Bartosz Read More
Add “Add Sender to Safe Senders” button to quarantine email
We’re really liking the email filtering with Defender for Office overall, and the quarantine emails are great (if maybe a bit too spaced out), but one feature that really feels missing is an “Add to Safe Senders” button for end users.
I understand they can do it by actually going to the quarantine page if they know where to look, but most of our users never actually do that. It would be amazing to have the option next to “Review Message” and “Release” to “Add to Safe Senders.” We often get users submitting tickets to our help desk to ask for addresses to be whitelisted (which also isn’t best practice generally), and they don’t really understand that they can just add the sender to their own Safe Sender list.
I think this would be a massive boost to the user experience and quality of the product- hope the product group will consider it. Thanks
We’re really liking the email filtering with Defender for Office overall, and the quarantine emails are great (if maybe a bit too spaced out), but one feature that really feels missing is an “Add to Safe Senders” button for end users. I understand they can do it by actually going to the quarantine page if they know where to look, but most of our users never actually do that. It would be amazing to have the option next to “Review Message” and “Release” to “Add to Safe Senders.” We often get users submitting tickets to our help desk to ask for addresses to be whitelisted (which also isn’t best practice generally), and they don’t really understand that they can just add the sender to their own Safe Sender list. I think this would be a massive boost to the user experience and quality of the product- hope the product group will consider it. Thanks Read More
am not able to buy skype number due to checkout glitch
I am not able to buy a Skype number due to a checkout glitch it takes me to the signout page again and again.
I am not able to buy a Skype number due to a checkout glitch it takes me to the signout page again and again. Read More
Uploading documents in a declarative agent
I am trying to create a declarative agent in VS Code that allows the user to upload and summarize a PDF document. However, when I provision the agent, the buttons to add context is greyed out:
I can drag and drop a file there, but this seem unintuitive and inconvenient as long as this button is disabled (because it gives the user the impression that they cannot upload anything).
Do you have any ideas how to solve this and enable this button?
I am trying to create a declarative agent in VS Code that allows the user to upload and summarize a PDF document. However, when I provision the agent, the buttons to add context is greyed out: I can drag and drop a file there, but this seem unintuitive and inconvenient as long as this button is disabled (because it gives the user the impression that they cannot upload anything). Do you have any ideas how to solve this and enable this button? Read More
hp prodesk g9 not
we want to install hp prodesk g9 with pxe method, and we have a problem task sequence pop up not lunch
we want to install hp prodesk g9 with pxe method, and we have a problem task sequence pop up not lunch Read More
How to get sensitivity label using Double Key Encryption (DKE) by REST API of SharePoint or Graph
For any a file opening URL in SharePoint, I use the two following APIs, but failed to get sensitivity label using Double Key Encryption (DKE)
1. https://nextlabstest2.sharepoint.com/_api/SP.RemoteWeb(@a1)/web/GetFileByUrl(@a1)/ListItemAllFields/GetSharingInformation?$select=sensitivityLabelInformation&@a1=any_form_file_opening_url
{
“sensitivityLabelInformation”: null
}
2.
https://graph.microsoft.com/v1.0/shares/${encodedSharingUrl}/driveItem/sensitivityLabel
{
“@odata.context”: “https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.driveItemSensitivityLabel”,
“displayName”: “Confidential \ RESTRICTED TO US PERSONS”,
“error”: null,
“id”: “04540264-2228-43ae-a3de-17927756f276”,
“protectionEnabled”: false
}
For any a file opening URL in SharePoint, I use the two following APIs, but failed to get sensitivity label using Double Key Encryption (DKE)
1. https://nextlabstest2.sharepoint.com/_api/SP.RemoteWeb(@a1)/web/GetFileByUrl(@a1)/ListItemAllFields/GetSharingInformation?$select=sensitivityLabelInformation&@a1=any_form_file_opening_url
{
“sensitivityLabelInformation”: null
}
2.
https://graph.microsoft.com/v1.0/shares/${encodedSharingUrl}/driveItem/sensitivityLabel
{
“@odata.context”: “https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.driveItemSensitivityLabel”,
“displayName”: “Confidential \ RESTRICTED TO US PERSONS”,
“error”: null,
“id”: “04540264-2228-43ae-a3de-17927756f276”,
“protectionEnabled”: false
} Read More
Error in my formula
I have a shared excel document but for some reason only on mine this specific formal isn’t working – I have tried everything that google has told me.
the formula is to help track deliveries and estimate when then lorries will be arriving – but it doesn’t seem to like my computer or excel I’m not sure.
this is the formula
=IF(RC[-1]=””, “”, IFERROR(MINIFS(R3C21:R93C21, R3C21:R93C21, “>=” & RC[-1]), “”))
I have a shared excel document but for some reason only on mine this specific formal isn’t working – I have tried everything that google has told me. the formula is to help track deliveries and estimate when then lorries will be arriving – but it doesn’t seem to like my computer or excel I’m not sure. this is the formula =IF(RC[-1]=””, “”, IFERROR(MINIFS(R3C21:R93C21, R3C21:R93C21, “>=” & RC[-1]), “”)) Read More
How do I use the Filter in News web part with Selected sites
I have a site that has 3 subsites. I want to display selected news posts from these subsites in a news web part on the home page of the main site. I have tried creating terms in the term library 2 days ago. I then created a managed metadata column on the subsite Pages library and assigned terms to each of the posts. I checked the settings, the column is used in “Wiki Page, Web Part Page, Site Page, Repost Page”.
In the news web part I have selected the site, but when I try to add the filters on the home page web part I can find the managed metadata group by typing it into the “Enter a word to find properties”. However, when I type the value into the “Enter search value” nothing is found.
What am I doing wrong?
I have a site that has 3 subsites. I want to display selected news posts from these subsites in a news web part on the home page of the main site. I have tried creating terms in the term library 2 days ago. I then created a managed metadata column on the subsite Pages library and assigned terms to each of the posts. I checked the settings, the column is used in “Wiki Page, Web Part Page, Site Page, Repost Page”. In the news web part I have selected the site, but when I try to add the filters on the home page web part I can find the managed metadata group by typing it into the “Enter a word to find properties”. However, when I type the value into the “Enter search value” nothing is found. What am I doing wrong? Read More
Members of a privileged access group cant validate dynamic group membership
Hi All,
Does anyone know when this ability will be rolled out to members of a PAG with the group administrator role.
Currently we are rolling out a PIM implementation using access packages to control PIM roles using privileged access groups using the least privileged model. Although this has worked well so far, we have an issue with admins who have the group administrator role via a PAG not being able to validate a dynamic group membership role.
I know this feature is currently in preview, but was wondering if this is on Microsoft’s roadmap to resolve it before it the preview is completed?
As our admins use this feature a lot, we are currently having to assign this role as eligible to a user via PIM, which defeats the object of using the entitlement management access packages controlled via PAG’s.
Rgds
Lee
Hi All, Does anyone know when this ability will be rolled out to members of a PAG with the group administrator role. Currently we are rolling out a PIM implementation using access packages to control PIM roles using privileged access groups using the least privileged model. Although this has worked well so far, we have an issue with admins who have the group administrator role via a PAG not being able to validate a dynamic group membership role. I know this feature is currently in preview, but was wondering if this is on Microsoft’s roadmap to resolve it before it the preview is completed? As our admins use this feature a lot, we are currently having to assign this role as eligible to a user via PIM, which defeats the object of using the entitlement management access packages controlled via PAG’s. RgdsLee Read More
openai token usage log exports
Hi,
I am trying to find a way to transfer the model token usage data to BigQuery, here are my attampts:
1. OpenAI model- deployment – metrics. It provides token usage directly, but I failed to find a way to export it on a scheduled basis.
2. API management service. Not working when using streaming responses with Azure OpenAI models because it requires more configuration to capture model completions. As I am developing a chatbot, the streaming feature is necessary.
3. Export native logs by diagnostic settings. Unfortunately there is no token usage related info included.
So I wanna kindly ask for a potential solution for exporting the token usage to BigQuery with streaming function when using openai model. Thanks!
Hi,I am trying to find a way to transfer the model token usage data to BigQuery, here are my attampts:1. OpenAI model- deployment – metrics. It provides token usage directly, but I failed to find a way to export it on a scheduled basis.2. API management service. Not working when using streaming responses with Azure OpenAI models because it requires more configuration to capture model completions. As I am developing a chatbot, the streaming feature is necessary.3. Export native logs by diagnostic settings. Unfortunately there is no token usage related info included. So I wanna kindly ask for a potential solution for exporting the token usage to BigQuery with streaming function when using openai model. Thanks! Read More
info from pulldown menu and store it in another table
Hi All,
Who can help me?
I made a master table in access with 6 headers in it, like below
Another table has my customers in it, with company nr, company name, address, zipcode, place, and country, I also have a query from the customers ascending on the customer Nr.
I would like to make a form with a cell with a pull down bar, it should show the customer nr, if I select this it should store all the info from that customer in the mastertable in the same named cells.
How can I make this?
Thx in advance,
Willem
Hi All,Who can help me?I made a master table in access with 6 headers in it, like belowAnother table has my customers in it, with company nr, company name, address, zipcode, place, and country, I also have a query from the customers ascending on the customer Nr.I would like to make a form with a cell with a pull down bar, it should show the customer nr, if I select this it should store all the info from that customer in the mastertable in the same named cells.How can I make this?Thx in advance,Willem Read More
Azure devops – How to map existing jira to azure devops boards
Hi,
We are going to use both Jira and Azure devops to manage multiple projects. however, we are unable to match the jira hierarchy to Azure devops. in jira we use Project -> Release -> Issue Types (Epic -> story,task,supbtask etc)
We would like to know how we can map this hierarchy in Azure devops boards? what are equal entities for Project, Release, and Issue types in Azure devops
Hi,We are going to use both Jira and Azure devops to manage multiple projects. however, we are unable to match the jira hierarchy to Azure devops. in jira we use Project -> Release -> Issue Types (Epic -> story,task,supbtask etc)We would like to know how we can map this hierarchy in Azure devops boards? what are equal entities for Project, Release, and Issue types in Azure devops Read More
How to Create a Custom Copilot Agent for SharePoint Online
Copilot agents are part of Microsoft’s Wave 2 initiative launched in September 2024. Basically, an agent restricts Copilot queries to a defined set of content, meaning that the response generated by Copilot is much more precise and won’t be affected by information found in other sites. The wizard makes it very easy to create a new custom agent. Some features are missing, but they’re on the way.
https://office365itpros.com/2024/10/31/copilot-agents-sharepoint/
Copilot agents are part of Microsoft’s Wave 2 initiative launched in September 2024. Basically, an agent restricts Copilot queries to a defined set of content, meaning that the response generated by Copilot is much more precise and won’t be affected by information found in other sites. The wizard makes it very easy to create a new custom agent. Some features are missing, but they’re on the way.
https://office365itpros.com/2024/10/31/copilot-agents-sharepoint/ Read More
The best way to convert svg to jpg images on Windows 10?
Hi everyone,
I need to convert a set of SVG files to JPG format on my Windows 10 PC. I’ve tried looking into a few options, but I’m hoping for some guidance on the easiest and most reliable methods for doing this. I’d prefer not to rely on online SVG to JPEG converters if possible due to file size and privacy concerns.
Does anyone have recommendations for software or command-line tools that can batch convert svg to jpg images on Windows 10? Any tips or steps would be greatly appreciated!
Hi everyone,I need to convert a set of SVG files to JPG format on my Windows 10 PC. I’ve tried looking into a few options, but I’m hoping for some guidance on the easiest and most reliable methods for doing this. I’d prefer not to rely on online SVG to JPEG converters if possible due to file size and privacy concerns. Does anyone have recommendations for software or command-line tools that can batch convert svg to jpg images on Windows 10? Any tips or steps would be greatly appreciated! Read More
Excel support with GROWTH formula
Hi,
I am attempting to regress some data with the GROWTH formula but I cannot seem to get this to work. I’m hoping someone on this forum may have an idea as to why the below formula is not working. TIA for your help!
“=GROWTH(FILTER(Actual_Base_25,(Actual_Country=Regressed_Country)*(Actual_Refinement=Regressed_Refinement)),FILTER(Actual_Grade,(Actual_Country=Regressed_Country)*(Actual_Refinement=Regressed_Refinement)),Regressed_Grade)”
Hi, I am attempting to regress some data with the GROWTH formula but I cannot seem to get this to work. I’m hoping someone on this forum may have an idea as to why the below formula is not working. TIA for your help! “=GROWTH(FILTER(Actual_Base_25,(Actual_Country=Regressed_Country)*(Actual_Refinement=Regressed_Refinement)),FILTER(Actual_Grade,(Actual_Country=Regressed_Country)*(Actual_Refinement=Regressed_Refinement)),Regressed_Grade)” Read More
Enable domain users sign in to Windows client using biometrics
Hi everyone.
I’ve read some post on this topic like this
https://www.makeuseof.com/allow-block-biometrics-windows-11/
But GPO enabling (via gpedit) or registry key adding you have to perform on server (AD) machine or single client machine that has to login using biometrics or both systems?
That’s not clear for me.
Many thanks.
Hi everyone.I’ve read some post on this topic like thishttps://www.makeuseof.com/allow-block-biometrics-windows-11/But GPO enabling (via gpedit) or registry key adding you have to perform on server (AD) machine or single client machine that has to login using biometrics or both systems?That’s not clear for me.Many thanks. Read More
Excel web hyperlink won’t work
I’m using Excel 2016 i simply want to insert a hyperlink to google i read all the do’s and don’t like putting the https:// but it only shows “Application not found”
I’m using Excel 2016 i simply want to insert a hyperlink to google i read all the do’s and don’t like putting the https:// but it only shows “Application not found” Read More
macOS – SCEP user certificate is not re-enrolled when user delete it from Keychain
Hi,
we are facing strange issue within Intune, when manually deleted SCEP User certificate is not re-enrolled automatically based on configuration profile. Also this configuration profile is NOT marked as non-compliant even after a week of syncs for that device. And what is the most important, SCEP configuration profile definition from point of view of macOS knows, that SCEP certificate is missing because, when you open config profile within Settings/Device Management on macOS, there is error saying “Not found in keychain”.
Documentation https://learn.microsoft.com/en-us/mem/intune/protect/remove-certificates saying exactly following:
Manually deleted certificates
Manual deletion of a certificate is a scenario that applies across platforms and certificates provisioned by SCEP or PKCS certificate profiles. For example, a user might delete a certificate from a device, when the device remains targeted by a certificate policy.
In this scenario, after the certificate is deleted, the next time the device checks in with Intune it’s found to be out of compliance as it is missing the expected certificate. Intune then issues a new certificate to restore the device to compliance. No other action is needed to restore the certificate.
So it means that if user delete SCEP User certificate from keychain, doesn’t matter if it was intention or accident, as long as I keep SCEP Configuration profile within Intune for exact device and user, Intune must initiate re-enrolling/re-generating new certificate based on this profile.
This is not happening on our macOS’s laptops and only workaround I’ve got from MS Support is to remove device from Configuration profile and then return it back… But imagine when you have 1000 macOS laptops and 100 users (extreme example, but could happen, i.e. developers trying things) delete their certificates from Keychain. Whole action to removing devices and users from that profile is time wasting. first create special groups to include affected devices and affected users, then add that group to exclusion, wait a long for sync of all macOS’s, then starting to removing those devices and users from group to return configuration profile back.
Also comment from MS Support was, that they cannot escalate the case to different team, because I have selected exact time zone and only they are responsible for that time zone (what a bullshit???) and that my case is already escalated withing his team manager. But his team manager is same low-skilled incompetent as engineer got my support case. And if certificate is returned when I remove and re-add config profile, then case is finished (what another bullshit????) – but from my point of view it’s not finished because it’s not a fix, it’s workaround and very complex, time and money wasting workaround.
Note to Microsoft: STOP hiring !!!! low-skilled incompetent Indian support teams, just because they costs less then European or United States engineers!!!! You are wasting our money, our time, our patience and you want more and more money for your subscriptions and we are getting less and worst services.
Hi, we are facing strange issue within Intune, when manually deleted SCEP User certificate is not re-enrolled automatically based on configuration profile. Also this configuration profile is NOT marked as non-compliant even after a week of syncs for that device. And what is the most important, SCEP configuration profile definition from point of view of macOS knows, that SCEP certificate is missing because, when you open config profile within Settings/Device Management on macOS, there is error saying “Not found in keychain”. Documentation https://learn.microsoft.com/en-us/mem/intune/protect/remove-certificates saying exactly following:Manually deleted certificatesManual deletion of a certificate is a scenario that applies across platforms and certificates provisioned by SCEP or PKCS certificate profiles. For example, a user might delete a certificate from a device, when the device remains targeted by a certificate policy.In this scenario, after the certificate is deleted, the next time the device checks in with Intune it’s found to be out of compliance as it is missing the expected certificate. Intune then issues a new certificate to restore the device to compliance. No other action is needed to restore the certificate. So it means that if user delete SCEP User certificate from keychain, doesn’t matter if it was intention or accident, as long as I keep SCEP Configuration profile within Intune for exact device and user, Intune must initiate re-enrolling/re-generating new certificate based on this profile. This is not happening on our macOS’s laptops and only workaround I’ve got from MS Support is to remove device from Configuration profile and then return it back… But imagine when you have 1000 macOS laptops and 100 users (extreme example, but could happen, i.e. developers trying things) delete their certificates from Keychain. Whole action to removing devices and users from that profile is time wasting. first create special groups to include affected devices and affected users, then add that group to exclusion, wait a long for sync of all macOS’s, then starting to removing those devices and users from group to return configuration profile back.Also comment from MS Support was, that they cannot escalate the case to different team, because I have selected exact time zone and only they are responsible for that time zone (what a bullshit???) and that my case is already escalated withing his team manager. But his team manager is same low-skilled incompetent as engineer got my support case. And if certificate is returned when I remove and re-add config profile, then case is finished (what another bullshit????) – but from my point of view it’s not finished because it’s not a fix, it’s workaround and very complex, time and money wasting workaround. Note to Microsoft: STOP hiring !!!! low-skilled incompetent Indian support teams, just because they costs less then European or United States engineers!!!! You are wasting our money, our time, our patience and you want more and more money for your subscriptions and we are getting less and worst services. Read More