반응형

Windows Server 2025 has been released.

Whenever a new OS is launched, I create a disk image of the installed system using Sysprep to facilitate testing in a Hyper-V environment.

This method is highly convenient because, when creating a new VM, I can simply copy the disk image file to immediately load the OS.

Although I’ve covered this topic before, I’m writing it again as part of a renewal for a YouTube video.

This is based on Windows Server 2025 and Hyper-V.

 

https://youtu.be/snj74akjzCA

 

 

Hyper-V -> New -> Virtual Machine

 

 

Name specification -> Set Default Location -> Next

 

 

Name specification -> Set Default Location -> Next

 

 

Confirm Generation 2 -> Next

(From 2025, Generation 2 is set as the default.)

 

 

Set RAM -> Next

 

 

Specify Network Adapter -> Next

 

 

Confirm Disk Location -> Next

 

 

Specify Installation Disk -> Finish

 

 

Double-click on the created VM

 

 

Start

 

 

Enter the key to proceed with the installation process.

 

 

Select Language -> Next

 

 

Next

 

 

Agree -> Next

 

 

Enter Product Key -> Next (I entered an AVMA key as I am using it in a Hyper-V environment.)

 

 

Accept

 

 

Next

 

 

Install

 

 

Proceed with Installation

 

 

The system will automatically reboot.

 

 

Once the installation is complete, the screen will appear as shown. At this point, press Shift + Ctrl + F3 simultaneously.

 

 

The system will reboot, and the screen will appear as shown. Select OOBE, Generalize, and Shutdown, then click OK.

 

 

Sysprep will run, and once completed, the system will shut down.

 

 

Back up the created VHDX disk image. This disk can be used to streamline the OS installation process.

 

 

You can select the disk image from the menu below to create a new VM.

반응형
반응형

https://youtu.be/QduayEDT3DY

 

 

I tried to create a Custom Connector to link something created in Azure AI Studio with Copilot Studio.

However, the technical documentation suggests navigating to Data -> Custom Connectors as shown on the screen, but I was unable to find it.

Create a custom connector from scratch | Microsoft Learn

 

I realized that, while this menu was easily visible in many older YouTube videos, it no longer exists now.

At first, I thought it might be because my license wasn't premium, but that wasn't the case.

After searching through some more recent YouTube videos, I was able to find it.

 

https://youtu.be/X5654jxAatw?t=703

 

Power Automate -> More -> Discover all

 

 

In the Data section, click on Custom connectors or click the Pin icon to pin it for easy access.

 

 

You can now see the Custom connectors menu as shown on the screen.

반응형
반응형

This time, let's create a flow where a specific message entered into the chatbot is sent as a Teams notification to the person in charge.

With some modifications, you can create automated flows from the chatbot, such as sending emails.

In the existing Copilot, you can see that topics have default settings to trigger actions based on specific conditions.

Here, we will create a flow that sends a Teams notification to the person in charge when Escalate is triggered.

 

 

https://youtu.be/NyJqE8SJZ7Q

 

 

First, click Settings.

 

 

Security -> Authentication

 

 

Ensure that the authentication settings are configured as shown on the screen.

(If they are not set up, refer to the SSO setup video and complete the configuration.)

 

 

Topics -> Escalate -> Add Node

 

 

Call an action -> Create a flow

 

 

Add an action

 

 

Runtime -> Standard -> Microsoft Teams

 

 

Post message in a chat or channel

 

 

Select and enter the information as shown on the screen.

 

 

Change the flow name

 

 

Save draft

 

 

Test

 

 

Manually -> Publish & Test

 

 

Receive messages from Workflows.

 

 

Return to the Copilot Studio page -> Click Done.

 

 

Add Node -> Call an action -> Escalation Case

 

 

Publish

 

 

Enter Escalate to run the test.

 

 

The permission configuration process is required. -> Connect

 

 

Connect

 

 

Submit

 

 

Confirm the status

 

 

Retry

 

 

The configured message is delivered, and

 

 

You can confirm that it has been delivered to Teams.

 

With this pattern, you can create various connection flows between M365 and other services using Power Automate.

반응형

+ Recent posts