At Ignite in San Francisco, Microsoft launched Opal under the Frontier program. Opal is leveraging Computer-Using Agents that runs and does actions through Windows 365 Cloud PCs. It's for personal use and meant to help endusers streamline their work process. This is the same model that you use for the Computer Use function in Copilot … Continue reading Microsoft Opal (Frontier) – First look
Uncategorized
AI Automated Blogging: Revolutionizing Content Creation
ARTICLE CREATED FULLY WITH AI AS A TEST FOR ANTOHER BLOGPOST.Artificial intelligence has been steadily transforming the way we create and manage digital content. AI-powered blogging tools can generate ideas, draft initial posts, and even suggest headlines based on trending topics and keywords. These tools use advanced natural language processing to structure articles that align … Continue reading AI Automated Blogging: Revolutionizing Content Creation
Download/Upload to Azure Storage Accounts with SAS-link and PowerShell
Super short blogpost today, just two commands on how you use SAS link to download and upload files with PowerShell/RestAPI. Same can be done with Python using a link like this. Yes, I know my SAS ID is in the code, but its not valid anymore 🙂
How is the M365 Copilot App Builder put together?
Microsoft recently released the App Builder agent under the Frontier program for early access. In the documentation it says that the M365 App Builder apps is stored in a hidden Power Platform environment available for admins and some data likes lists are store in a SharePoint site created for each app. Sow how do we … Continue reading How is the M365 Copilot App Builder put together?
Creating/downloading videos from Azure OpenAI Sora 2 by PowerShell/API
Short blogpost today with an updated PowerShell script to generate Sora 2 videos with the Azure AI Foundry API. You need to apply for access here to get access to Sora 2. When you have access you can follow the guide here I wrote for deploying a Sora 1 resource, its the same for Sora … Continue reading Creating/downloading videos from Azure OpenAI Sora 2 by PowerShell/API
Copilot Studio: Computer use
Finally Computer use went into public preview and is now available in Power Platform environments with USA as the region. I have waited for a while to get access to start testing this feature out. So what is Computer use? It's a way for Copilot Studio to do actions on your computer or hosted browser … Continue reading Copilot Studio: Computer use
Can you use AI to measure your employees happiness?
Did you know that AI can do sentiment analysis? It can understand how happy, sad, angry... you are based on the text you input. This is just a fun little proof of concept to see what AI is capable of, and not something to actually use in production, as it's in the 1984/Big Brother territory. … Continue reading Can you use AI to measure your employees happiness?
Automatically add new pre-made connectors to block list in DLP policy for Power Platform
Data loss prevention policies in Power Platform (Power Apps, Power Automate and Copilot Studio) controls which pre-made connectors are allowed or not. You have 3 categories, Business, Non-Business and Blocked. All new connectors that's added to Power Platform is added to Non-Business. I have created a script that checks for new connectors, and automatically adds … Continue reading Automatically add new pre-made connectors to block list in DLP policy for Power Platform
Creating/downloading videos from Azure OpenAI Sora by PowerShell/API
Finally the OpenAI Sora model is released in preview for Azure AI Foundry. You can read more about it here. Sora is a text to video model that lets you input a description of a scene and it generates a video from it. Using the Video playground in AI Foundry its super easy to generate … Continue reading Creating/downloading videos from Azure OpenAI Sora by PowerShell/API
Automatic Jira ticket if VMware vCenter VM is not added to Microsoft Defender
How can you discover if a VM in vCenter is not added to Defender? I have created two scripts, one that's running on-prem which gets a list of all vCenter VMs that's running any Windows OS and sends it to an Azure Automation web hook. The web hook triggers a runbook that checks if all … Continue reading Automatic Jira ticket if VMware vCenter VM is not added to Microsoft Defender