Month: October 2024
How to use the latest AI Features in Clipchamp [AI VIDEO EDITING]
If you are a Video content creator like me, don’t miss this video to take advantage of the latest AI features in Clipchamp.
Clipchamp is a powerful tool that helps you edit videos and create Thumbnails. In this video, I’ll show how to remove background noises, images, filler words, and pauses.
#Clipchamp #AI #Microsoft365 #MPVbuzz #VideoAI #VideoEditing
If you are a Video content creator like me, don’t miss this video to take advantage of the latest AI features in Clipchamp.
Clipchamp is a powerful tool that helps you edit videos and create Thumbnails. In this video, I’ll show how to remove background noises, images, filler words, and pauses.
#Clipchamp #AI #Microsoft365 #MPVbuzz #VideoAI #VideoEditing Read More
Installation of Argo CD
Installation of Argo CD
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. It allows you to define the desired state of your applications using Kubernetes manifests and synchronize them with your cluster automatically. Argo CD also provides a web UI and a CLI to monitor and manage your deployments.
To install Argo CD on Azure, you need to have the following prerequisites:
– An Azure subscription and an active Azure account
– An Azure Kubernetes Service (AKS) cluster with at least two nodes and RBAC enabled
– The Azure CLI and the kubectl command-line tool installed on your local machine
– The Helm package manager installed on your local machine
The installation steps are as follows:
Create an AKS cluster, with following settings –
Login to respective subscription where we have the AKS cluster created with the below command
Az account set –subscription <subscription-id>
Install ArgoCD within in cluster
A Kubernetes namespace provides the scope for Pods, Services, and Deployments within the cluster. This ensures that users working within one namespace cannot see the contents of another namespace. In a Kubernetes cluster, namespaces help partition resources and isolate workloads, acting as virtual clusters within a physical cluster. This enables multiple teams or projects to operate independently.
Install Argo CD within the cluster:
Create a namespace for Argo CD:
kubectl create namespace argocd
Install Argo CD in the created namespace:
kubectl apply -n argocd -f [URL]
URL à https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
Argo CD resources have been created. To check the status of the pods, use the following command:
kubectl get pods -n argocd
Argo CD will monitor the Git repository for any changes. If changes are detected, Argo CD will automatically update the GitOps tool. These changes will be reflected in the Kubernetes cluster.
To log in to the Argo CD platform, follow these steps:
Retrieve the secrets:
kubectl get secrets -n argocd
A secret is an object that stores sensitive information, such as the credentials that pods use to access services.
kubectl edit secret argocd-initial-admin-secret -n argocd
Find the password in the argocd-initial-admin-secret file.
Decrypt the password
echo <secret> | base64 -d
Base64 is an encoding and decoding technique used to convert binary data to an ASCII text format, and vice versa.
Use the admin password to access the Argo CD UI.
Retrieve the service information:
kubectl get svc -n argocd
A Service is an abstraction that represents a logical set of Pods and a policy for accessing them. Each Pod has a unique IP address, which is not exposed outside the cluster without a Service.
Edit the Argo CD server service:
kubectl edit svc argocd-server -n argocd
ClusterIP: Used for Pod-to-Pod communication within the same Kubernetes cluster.
NodePort and LoadBalancer Services: Used for communication between applications within the cluster and external clients outside the cluster.
Save the changes and run the service command again:
kubectl get svc -n argocd
The NodePort has been changed.
Get the NodePort IP address:
kubectl get nodes -o wide
Retrieve the NodePort external IP address.
IP address: 171.177.146.175
Port No: 31419
If accessing 171.177.146.175: 31419 does not work, allow the port in Azure Security Group:
Go to the VMSS → Instances → Networking → Add inbound rules → Add Port
Refer to the site https://argo-cd.readthedocs.io/en/stable/getting_started/ for further information
Microsoft Tech Community – Latest Blogs –Read More
Teams Revamps its Calendar with Outlook Components
The Teams calendar app is being refreshed in November 2024 when Teams takes on the calendar UI used by OWA and the new Outlook for Windows. The unified Microsoft 365 calendar experience is based on OPX and WebView and looks much better than the old Teams calendar. It makes perfect sense for the same UI to manipulate the same calendar data in both Outlook and Teams.
https://office365itpros.com/2024/10/17/teams-calendar-app/
The Teams calendar app is being refreshed in November 2024 when Teams takes on the calendar UI used by OWA and the new Outlook for Windows. The unified Microsoft 365 calendar experience is based on OPX and WebView and looks much better than the old Teams calendar. It makes perfect sense for the same UI to manipulate the same calendar data in both Outlook and Teams.
https://office365itpros.com/2024/10/17/teams-calendar-app/ Read More
How do I extend C drive in Windows 10 PC without formatting?
I’m looking for assistance with extending my C drive on Windows 10 without having to format it. My system is running low on space, and I need to ensure that I can allocate more storage to the C drive for better performance and functionality. However, I want to avoid any data loss during the process, as I have important files and applications installed that I cannot afford to lose or reinstall.
I’ve already tried a few basic solutions, like using Disk Management, but I haven’t had much luck. I’m curious if there are specific methods or tools that can help me achieve this extension safely.
Thanks.
I’m looking for assistance with extending my C drive on Windows 10 without having to format it. My system is running low on space, and I need to ensure that I can allocate more storage to the C drive for better performance and functionality. However, I want to avoid any data loss during the process, as I have important files and applications installed that I cannot afford to lose or reinstall. I’ve already tried a few basic solutions, like using Disk Management, but I haven’t had much luck. I’m curious if there are specific methods or tools that can help me achieve this extension safely. Thanks. Read More
No TouchBack support on Surface Hub 3 85″ with USB-C/TB4 cables and up-to-date drivers
Hello,
Important linked thread which ended-up concluding Touchback is not supported for Surface Hub 3 85″ here. Cross-posting from here.
I’ve been trying to setup touchback/inkback support several times on a Surface Hub 3 85″. I’m doing everything as told in the Connect Devices guide or this other useful guide (for the Hub 2S, but I ordered a Hub 3 which has just a more beefy compute cartridge) from a Windows 11 Pro laptop 23H2 build
I’ve updated the drivers on the host PC, installed Surface Hub Replacement PC Drivers, that is connected to the Hub via the USB-C port below, on the compute cartridge, with either a USB-C standard cable or thunderbolt TB 4 cable. Display passes through correctly, device appears in device manager (HID compliant touchscreen etc), drivers were installed automatically and also updated with Snappy Driver Installer Origin SDIO. There is no button switch like on the older 1 hub to alternate between Guest/replacement mode and standard hub.
I also tried the configuration where the display/AV was passing through HDMI/Display-port and additional usb-c cable connected for devices, but this is not supported either – was again detected as a display, which I de-activated to try to give priority to device passthrough. I’ve read several comments on internet like this one or this one which have faced the same problem, but no official statement from microsoft stating that Touchback is not supported on the Surface Hub 3 85″. Would love some insights.
Best regards,
Jonathan
Hello, Important linked thread which ended-up concluding Touchback is not supported for Surface Hub 3 85″ here. Cross-posting from here. I’ve been trying to setup touchback/inkback support several times on a Surface Hub 3 85″. I’m doing everything as told in the Connect Devices guide or this other useful guide (for the Hub 2S, but I ordered a Hub 3 which has just a more beefy compute cartridge) from a Windows 11 Pro laptop 23H2 build I’ve updated the drivers on the host PC, installed Surface Hub Replacement PC Drivers, that is connected to the Hub via the USB-C port below, on the compute cartridge, with either a USB-C standard cable or thunderbolt TB 4 cable. Display passes through correctly, device appears in device manager (HID compliant touchscreen etc), drivers were installed automatically and also updated with Snappy Driver Installer Origin SDIO. There is no button switch like on the older 1 hub to alternate between Guest/replacement mode and standard hub. I also tried the configuration where the display/AV was passing through HDMI/Display-port and additional usb-c cable connected for devices, but this is not supported either – was again detected as a display, which I de-activated to try to give priority to device passthrough. I’ve read several comments on internet like this one or this one which have faced the same problem, but no official statement from microsoft stating that Touchback is not supported on the Surface Hub 3 85″. Would love some insights. Best regards,Jonathan Read More
Why smooth scrolling was removed?
I noticed that Edge’s famous smooth scrolling effect doesn’t work for several major versions. It seems not to be a bug, since the smooth scrolling has been disappeared for several month in all stable, dev, and canary versions. And I can’t find any relevant flags in edge:/flags as they used to be. Chrome used to have the same effect which can be enabled in chrome:/flags, but they also disappeared.
It seems that the smooth scrolling was removed intentionally, by Edge or by Chromium. But why? I hope anyone can explain what happened instead of silently removing it without any explaination or announcement. Thank you.
I noticed that Edge’s famous smooth scrolling effect doesn’t work for several major versions. It seems not to be a bug, since the smooth scrolling has been disappeared for several month in all stable, dev, and canary versions. And I can’t find any relevant flags in edge:/flags as they used to be. Chrome used to have the same effect which can be enabled in chrome:/flags, but they also disappeared. It seems that the smooth scrolling was removed intentionally, by Edge or by Chromium. But why? I hope anyone can explain what happened instead of silently removing it without any explaination or announcement. Thank you. Read More
Domain Status show Possible service issues with MX having Error but checked MX Record its the same
Hi,
Just found out that Microsoft 365 Admin Centre > Domains show custom domain having Possible service issue status.
When clicked into it, it shows MX status having error.
Did a nslookup -type=MX “xxxx.com”
and did a comparison with DNS MX Record, It shows exactly the same value as Microsoft 365.
Not sure what is exactly the issue.
We did not make any amendment to any settings.
Hi, Just found out that Microsoft 365 Admin Centre > Domains show custom domain having Possible service issue status. When clicked into it, it shows MX status having error. Did a nslookup -type=MX “xxxx.com”and did a comparison with DNS MX Record, It shows exactly the same value as Microsoft 365. Not sure what is exactly the issue.We did not make any amendment to any settings. Read More
एयरटेल पेमेंट बैंक से पैसे कट जाए तो क्या करें?
एयरटेल पेमेंट बैंक कस्टमर केयर को कॉल:08861111624/करके शिकायत दर्ज कराएं। एयरटेल पेमेंट बैंक कस्टमर केयर को कॉल करके शिकायत दर्ज कराएं।
एयरटेल पेमेंट बैंक कस्टमर केयर को कॉल:08861111624/करके शिकायत दर्ज कराएं। एयरटेल पेमेंट बैंक कस्टमर केयर को कॉल करके शिकायत दर्ज कराएं। Read More
How to trigger modal in blazer web server using c#?
Hi Team
I have a blazer web server, want to understand something regarding my code. The suppose when clicking add operation it triggers modal, currently its not doing so and checked by debuging there are no any js errors.
How do i improve this logic so it can work as expected?
@PAGE “/main”
@using OperationApp.Models
@using OperationApp.Components
@using Blazored.Modal
<h1>Operation Manager</h1>
<!– Button to open modal for adding a device –>
<button class=”btn btn-primary mb-3″ @onclick=”OpenAddDeviceModal”>Add Device</button>
<!– Listing of operations –>
@if (operations.Any())
{
<ul class=”list-group”>
@foreach (var operation in operations)
{
<li class=”list-group-item d-flex justify-content-between align-items-center”>
<span>@operation.Name</span>
<span>
<!– Button to remove the operation –>
<button class=”btn btn-danger” @onclick=”() => RemoveOperation(operation.OperationID)”>Remove</button>
</span>
</li>
}
</ul>
}
else
{
<p>No operations available.</p>
}
<!– AddDeviceModal component –>
<AddDeviceModal @ref=”addDeviceModal” />
@code {
private List<Operation> operations = new List<Operation>();
private AddDeviceModal addDeviceModal;
private void OpenAddDeviceModal()
{
addDeviceModal.Open(); // Open the modal
}
private void RemoveOperation(int operationID)
{
var operationToRemove = operations.FirstOrDefault(op => op.OperationID == operationID);
if (operationToRemove != null)
{
operations.Remove(operationToRemove);
}
}
}
Hi Team I have a blazer web server, want to understand something regarding my code. The suppose when clicking add operation it triggers modal, currently its not doing so and checked by debuging there are no any js errors.How do i improve this logic so it can work as expected? @PAGE “/main”
@using OperationApp.Models
@using OperationApp.Components
@using Blazored.Modal
<h1>Operation Manager</h1>
<!– Button to open modal for adding a device –>
<button class=”btn btn-primary mb-3″ @onclick=”OpenAddDeviceModal”>Add Device</button>
<!– Listing of operations –>
@if (operations.Any())
{
<ul class=”list-group”>
@foreach (var operation in operations)
{
<li class=”list-group-item d-flex justify-content-between align-items-center”>
<span>@operation.Name</span>
<span>
<!– Button to remove the operation –>
<button class=”btn btn-danger” @onclick=”() => RemoveOperation(operation.OperationID)”>Remove</button>
</span>
</li>
}
</ul>
}
else
{
<p>No operations available.</p>
}
<!– AddDeviceModal component –>
<AddDeviceModal @ref=”addDeviceModal” />
@code {
private List<Operation> operations = new List<Operation>();
private AddDeviceModal addDeviceModal;
private void OpenAddDeviceModal()
{
addDeviceModal.Open(); // Open the modal
}
private void RemoveOperation(int operationID)
{
var operationToRemove = operations.FirstOrDefault(op => op.OperationID == operationID);
if (operationToRemove != null)
{
operations.Remove(operationToRemove);
}
}
} Read More
autofill
How to autofill cells in a row depending on a serial number in the first cell? Like by filling the serial number in the first row I can get the data for the next series of rows.
How to autofill cells in a row depending on a serial number in the first cell? Like by filling the serial number in the first row I can get the data for the next series of rows. Read More
एयरटेल पेमेंट बैंक से पैसे कट जाए तो क्या करें?
एयरटेल पेमेंट बैंक कस्टमर केयर को कॉल:08861111624/करके शिकायत दर्ज कराएं। एयरटेल पेमेंट बैंक कस्टमर केयर को कॉल करके शिकायत दर्ज कराएं।
एयरटेल पेमेंट बैंक कस्टमर केयर को कॉल:08861111624/करके शिकायत दर्ज कराएं। एयरटेल पेमेंट बैंक कस्टमर केयर को कॉल करके शिकायत दर्ज कराएं। Read More
How to return multiple ‘date’ results based on multiple criteria
Hi all,
I have a spreadsheet with various questions that will add a set number of days to an original date according to yes/no responses. However, I also need to add days in increments of 7 in response to a £value, ie: ‘Up to £5k’ adds 7 days; ‘>£5k to £10k’ adds 14 days, and so on, up to values of £500k. I need the formula to add the days to a date from a previous cell. All the formulas I’ve used to add days to yes/no answers work fine, but I’m pretty much a novice when it comes to excel and I have played about with the function but can’t get anything to work.
I hope this makes sense. Any suggestions are much appreciated.
Hi all,I have a spreadsheet with various questions that will add a set number of days to an original date according to yes/no responses. However, I also need to add days in increments of 7 in response to a £value, ie: ‘Up to £5k’ adds 7 days; ‘>£5k to £10k’ adds 14 days, and so on, up to values of £500k. I need the formula to add the days to a date from a previous cell. All the formulas I’ve used to add days to yes/no answers work fine, but I’m pretty much a novice when it comes to excel and I have played about with the function but can’t get anything to work.I hope this makes sense. Any suggestions are much appreciated. Read More
Win11 24H2 / Problems with virtual drives
I have installed UltraISO under Win11 24H2.
When I include an ISO and start an executable file (e.g. *.exe) with a double click,
an error message appears: “…exe could not be found…”
UltraISO or PowerISO is not started in this case.
Instead, I click with the right mouse button on the virtual drive
that was created during the installation of UltraISO (e.g. E:),
then on further options, UltraISO, Load, and then load the ISO,
and then double-click on e.g. “setup.exe” (run as administrator).
The error message shown in the picture will then appear.
However, all files themselves can be changed, copied from the virtual drive,
or accessed, e.g. documents, etc., from the virtual drive.
The same also applies to PowerISO.
If I integrate the ISO via “Deploy” with Win11, it works,
i.e. you can start executable files without any problems.
If I use UltraISo or PowerISO in Win11 23… in this respect, everything still works,
But no longer with Win11 24H2, although it doesn’t matter,
whether inplace, new installation, Insider Dev version, etc.
Are there any changes in this regard in Win11 24H2 !?
Or is it a bug !?
I have installed UltraISO under Win11 24H2. When I include an ISO and start an executable file (e.g. *.exe) with a double click,an error message appears: “…exe could not be found…” UltraISO or PowerISO is not started in this case.Instead, I click with the right mouse button on the virtual drivethat was created during the installation of UltraISO (e.g. E:),then on further options, UltraISO, Load, and then load the ISO,and then double-click on e.g. “setup.exe” (run as administrator).The error message shown in the picture will then appear. However, all files themselves can be changed, copied from the virtual drive,or accessed, e.g. documents, etc., from the virtual drive. The same also applies to PowerISO. If I integrate the ISO via “Deploy” with Win11, it works,i.e. you can start executable files without any problems. If I use UltraISo or PowerISO in Win11 23… in this respect, everything still works,But no longer with Win11 24H2, although it doesn’t matter,whether inplace, new installation, Insider Dev version, etc. Are there any changes in this regard in Win11 24H2 !?Or is it a bug !? Read More
欧亚娱乐开户-17300435119(微同)
与 Windows 操作系统深度集成,提供全面的安全防护。无需额外安装第三方安全软件,即可获得高效的威胁情报服务。
不断更新威胁情报数据库,确保能够及时应对新出现的安全威胁。自动推送安全更新,保持系统的安全性。
利用人工智能和机器学习技术,对威胁进行智能分析和判断。提高威胁检测的准确性和效率,减少误报和漏报。
在 Windows 系统中,默认情况下 Microsoft Defender 是开启的。你可以在 “设置”>“更新和安全”>“Windows 安全” 中查看和管理其设置。
定期进行系统扫描,以检测潜在的安全威胁。你可以手动启动扫描,也可以设置定时扫描。
注意 Microsoft Defender 发出的安全提示和警告,及时采取相应的措施。如发现可疑文件或活动,不要轻易忽略,应进一步调查和处理。
Microsoft Defender 威胁情报是微软提供的一种安全服务,旨在帮助用户防范和应对各种网络安全威胁。二、优势特点集成性强与 Windows 操作系统深度集成,提供全面的安全防护。无需额外安装第三方安全软件,即可获得高效的威胁情报服务。实时更新不断更新威胁情报数据库,确保能够及时应对新出现的安全威胁。自动推送安全更新,保持系统的安全性。智能分析利用人工智能和机器学习技术,对威胁进行智能分析和判断。提高威胁检测的准确性和效率,减少误报和漏报。 三、使用方法 开启 Microsoft Defender在 Windows 系统中,默认情况下 Microsoft Defender 是开启的。你可以在 “设置”>“更新和安全”>“Windows 安全” 中查看和管理其设置。定期扫描定期进行系统扫描,以检测潜在的安全威胁。你可以手动启动扫描,也可以设置定时扫描。关注安全提示注意 Microsoft Defender 发出的安全提示和警告,及时采取相应的措施。如发现可疑文件或活动,不要轻易忽略,应进一步调查和处理。 总之,Microsoft Defender 威胁情报是一种强大的安全工具,可以帮助你保护系统和数据免受各种网络安全威胁。在使用过程中,你应保持警惕,及时更新系统和安全软件,以确保始终处于安全的网络环境中。 Read More
Microsoft Forms can only be answered within the organization and from a few external
Hi everyone, I have created a Forms survey that only people from our organization and a few selected external ones should answer. It must be possible to upload attachments. Is this still possible?
Hi everyone, I have created a Forms survey that only people from our organization and a few selected external ones should answer. It must be possible to upload attachments. Is this still possible? Read More
Power Query copy value to first row only
I am trying to copy only the value in the first row in one column to the first row in a new column, else null for all other rows. Help gratefully received.
I am trying to copy only the value in the first row in one column to the first row in a new column, else null for all other rows. Help gratefully received. Read More
Error VBA to create PivotTable based on PivotCache
Hello,
I would like to generate automatically the creation of a pivot table based on a pivotcache.
I have tried many different type of codes but I don’t manage to find a resolution to the error I get.
You will find below the code and attached the error message I get.
Any help will be appreciated.
The error when I run the macro is on this line of code:
Set monTCD = monCache.CreatePivotTable(ws1.Range(“EM2”), “monTCD”)
Thank you in advance.
Anthony
Hello, I would like to generate automatically the creation of a pivot table based on a pivotcache.I have tried many different type of codes but I don’t manage to find a resolution to the error I get.You will find below the code and attached the error message I get.Any help will be appreciated. The error when I run the macro is on this line of code:Set monTCD = monCache.CreatePivotTable(ws1.Range(“EM2”), “monTCD”) Thank you in advance.Anthony Read More
Selling of Pricary OEM Keys
IN Tamil nadu famous youtuber named A2D Selling piracy key by creating website in name of CDKeylabs.
for more information please vistie A2D channel for information purpose.
I just bring the information to community for knowledge purposes and if it is illegal please microsoft kindly do the needful.
IN Tamil nadu famous youtuber named A2D Selling piracy key by creating website in name of CDKeylabs.for more information please vistie A2D channel for information purpose. I just bring the information to community for knowledge purposes and if it is illegal please microsoft kindly do the needful. Read More
腾龙公司在线客服-17300435119(微同)
微软的专业团队具有丰富的云技术经验,能够为你提供高质量的服务。他们了解 Azure 的最新功能和最佳实践,能够为你提供最适合的解决方案。
通过 FastTrack,你可以更快地将业务迁移到 Azure,缩短项目周期。减少技术风险和不确定性,提高项目的成功率。
帮助你优化 Azure 资源的使用,降低成本。提供成本估算和优化建议,确保你在 Azure 上的投资得到最大回报。
随着 Azure 的不断发展和更新,FastTrack 也会持续提供新的服务和支持。让你始终能够享受到最新的云技术和功能。
如果你有迁移到 Azure 的计划,可以通过微软的官方网站申请 FastTrack 服务。提供必要的信息和业务需求,微软的团队会与你联系并制定个性化的服务计划。
与 FastTrack 团队密切合作,共同制定迁移计划和解决方案。保持沟通畅通,及时反馈问题和需求,确保项目顺利进行。
按照计划执行迁移和部署工作,并监控项目的进展和效果。根据需要进行调整和优化,确保达到预期的业务目标。
适用于 Azure 的 FastTrack 是一项由微软提供的服务,旨在帮助客户加速采用和迁移到 Microsoft Azure 云平台。二、优势特点 专业团队支持微软的专业团队具有丰富的云技术经验,能够为你提供高质量的服务。他们了解 Azure 的最新功能和最佳实践,能够为你提供最适合的解决方案。加速部署通过 FastTrack,你可以更快地将业务迁移到 Azure,缩短项目周期。减少技术风险和不确定性,提高项目的成功率。成本效益帮助你优化 Azure 资源的使用,降低成本。提供成本估算和优化建议,确保你在 Azure 上的投资得到最大回报。持续创新随着 Azure 的不断发展和更新,FastTrack 也会持续提供新的服务和支持。让你始终能够享受到最新的云技术和功能。 三、使用方法 申请 FastTrack如果你有迁移到 Azure 的计划,可以通过微软的官方网站申请 FastTrack 服务。提供必要的信息和业务需求,微软的团队会与你联系并制定个性化的服务计划。合作与沟通与 FastTrack 团队密切合作,共同制定迁移计划和解决方案。保持沟通畅通,及时反馈问题和需求,确保项目顺利进行。执行和监控按照计划执行迁移和部署工作,并监控项目的进展和效果。根据需要进行调整和优化,确保达到预期的业务目标。 总之,适用于 Azure 的 FastTrack 是一项非常有价值的服务,可以帮助你加速采用和迁移到 Azure 云平台。通过专业团队的支持和指导,你可以更轻松地实现业务的数字化转型,提高竞争力和创新能力。 Read More
Coming in November: AI-3022: Implement AI Skills in Azure AI Search
Course Name: AI-3022: Implement AI Skills in Azure AI Search
Release Date: November 15th, 2024 (Release dates are subject to change)
Duration: 1-Day ILT
Solution Area: Data & AI
Credential: Applied Skills Assessment
Course Description:
Audience:
Candidates for this credential should have a solid understanding of what search solutions look like and how they work. They should also have experience programming in either Python or C#, be familiar with the Azure portal, and be comfortable provisioning Azure AI resources.
Please note: This is not a support forum. Only comments related to this specific blog post content are permitted and responded to.
If you have ILT questions not related to this blog post, please reach out to your program for support.
Microsoft Tech Community – Latest Blogs –Read More