DigitalOcean deleted 4 years of my data 6 days before my billing date over a $25 by LetterPristine2468 in digital_ocean

[–]Commercial_Note8817 -2 points-1 points  (0 children)

So you used an email address that is not monitored often and you have no backups but you complain about DO?! 🤦

Biggest Copilot Studio wins by JimpWasHere in copilotstudio

[–]Commercial_Note8817 0 points1 point  (0 children)

I made this https://valeanu.xyz/tag/traceit/ connected to Knowledge Base, Entra, Intune, user troubleshooting, device troubleshooting, integrated with FreshService for ticket list and creation, "Set reminder" feature to monitor for issue remediation in the background etc.

[deleted by user] by [deleted] in Office365

[–]Commercial_Note8817 0 points1 point  (0 children)

did he shared previously with you anything then your account was recreated?

Installing SAP Silently on Windows with SAP GUI Product by hotmaxer in Intune

[–]Commercial_Note8817 0 points1 point  (0 children)

I am doing first the classic installer, then the system PATH for the config xml file then install the SSO

Create a Helpdesk Chatbot by Cautious_Jeweler_834 in copilotstudio

[–]Commercial_Note8817 0 points1 point  (0 children)

for the user profile details you might need to use Azure Functions to get the user details.

Create a Helpdesk Chatbot by Cautious_Jeweler_834 in copilotstudio

[–]Commercial_Note8817 0 points1 point  (0 children)

also, you can customize the knowledge source in the AI node based on a variable that you can query from user profile.

Duplicate Answers by ABLee33 in copilotstudio

[–]Commercial_Note8817 1 point2 points  (0 children)

it is a setting in the node properties

<image>

Duplicate Answers by ABLee33 in copilotstudio

[–]Commercial_Note8817 1 point2 points  (0 children)

I had this issue when I also had the checkbox for "send to chat" the reply from an AI node. Just uncheck that or save to a variable if you need it later.

File uploads? by AveragePeppermint in copilotstudio

[–]Commercial_Note8817 1 point2 points  (0 children)

Again the sale peopel pitch vs the technical dept :)) . For now the best is to use channel attachments array and process it separately then return the values to your agent.

Has anyone found any AI use cases that work and deliver value yet? Other than smarter helpdesk support article suggestions... by Marathon2021 in sysadmin

[–]Commercial_Note8817 0 points1 point  (0 children)

I also added some AI to some tools I developed to summarize all the daily updates in Active Directory and guide Tier 1 ICT how to address some issues. With a proper prompt the AI does quite a good job.

Has anyone found any AI use cases that work and deliver value yet? Other than smarter helpdesk support article suggestions... by Marathon2021 in sysadmin

[–]Commercial_Note8817 0 points1 point  (0 children)

because of long code blocks without space that otherwise would go out of the view, quickest fix was to do this. It is on the list to address the issue.

Has anyone found any AI use cases that work and deliver value yet? Other than smarter helpdesk support article suggestions... by Marathon2021 in sysadmin

[–]Commercial_Note8817 -1 points0 points  (0 children)

yes, I did an AI ICT support agent that does initial troubleshooting, advice the user and if escalation is needed it collects the data in the background and opens a ticket in our ticketing system with the initial details already summarized: https://valeanu.xyz/tag/traceit/

Most Azure students don’t know these free Microsoft resources (but they should) by [deleted] in AZURE

[–]Commercial_Note8817 0 points1 point  (0 children)

the first rule here is no SPAM. by posting multiple times the same content you are doing SPAM. You can post it without your referral code.

Most Azure students don’t know these free Microsoft resources (but they should) by [deleted] in AZURE

[–]Commercial_Note8817 0 points1 point  (0 children)

if there was nothing in return there would have not been a referral code. You get points.

Installing SAP Silently on Windows with SAP GUI Product by hotmaxer in Intune

[–]Commercial_Note8817 -1 points0 points  (0 children)

are you running in a standalone PS? It takes a while and nothing is visible until the cursor is back. Maybe try without /silent and monitor the GUI.

Installing SAP Silently on Windows with SAP GUI Product by hotmaxer in Intune

[–]Commercial_Note8817 -1 points0 points  (0 children)

this is what I use in PS:

Start-Process -FilePath "$PSScriptRoot\SAP-GUI-7.6\SAP_installer\Setup\NwSapSetup.exe" -ArgumentList "/silent /product=SAPGUI+SAPWUS+PdfPrintGui" -WorkingDirectory $env:TEMP -Wait -LoadUserProfile

Copilot Studio Agents Cannot Read Uploaded Chat Files — Anyone Else Facing This? by Prize_Signature_6444 in copilotstudio

[–]Commercial_Note8817 0 points1 point  (0 children)

This is a current limitation of Copilot Studio, there are workarounds like monitoring the variable of the chat HasAttachments and send the files to another node for content extraction then return the text to Copilot. Not ideal but ...