Month: November 2024
Background color
How do I change the background color back to white?
Where File Home Insert Page Layout Formulas etc are located
How do I change the background color back to white?Where File Home Insert Page Layout Formulas etc are located Read More
Entering in commands on a remote workstation using a PS script
I am trying to create a PS script that opens a session on a remote workstation and executes these commands:
$session = New-PSSession -ComputerName $workstationName
# Prompt for credentials
$cred = Get-Credential
# Use Invoke-Command to run the script block with elevated credentials
Invoke-Command -Session $session -Credential $cred -ScriptBlock {
# Check if the session is available
if ($session -ne $null) {
Write-Host “Session established. Waiting for the session to be ready…”
# PowerShell commands here
netsh advfirewall firewall set rule name=”File and Printer Sharing (Echo Request – ICMPv4-In)” new enable=yes profile=domain
Set-ItemProperty -Path ‘HKLM:SystemCurrentControlSetControlTerminal Server’-name “fDenyTSConnections” -Value 0
Enable-NetFirewallRule -DisplayGroup “Remote Desktop”
netsh advfirewall firewall set rule group=”windows management instrumentation (wmi)” new enable=yes
Set-NetFirewallRule -DisplayGroup “Network Discovery” -Enabled True
Get-Process
}
# Exit the remote session
Exit-PSSession
} else {
Write-Host “Failed to establish a session.”
}
Here is the error. Any help is appreciated
Invoke-Command : Parameter set cannot be resolved using the specified named parameters.
At C:XXXXVMPrepBeta6.ps1:67 char:5
+ Invoke-Command -Session $session -Credential $cred -ScriptBlock {
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Invoke-Command], ParameterBindingException
+ FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.PowerShell.Commands.InvokeCommandCommand
I am trying to create a PS script that opens a session on a remote workstation and executes these commands: netsh advfirewall firewall set rule name=”File and Printer Sharing (Echo Request – ICMPv4-In)” new enable=yes profile=domain Set-ItemProperty -Path ‘HKLM:SystemCurrentControlSetControlTerminal Server’-name “fDenyTSConnections” -Value 0 Enable-NetFirewallRule -DisplayGroup “Remote Desktop” netsh advfirewall firewall set rule group=”windows management instrumentation (wmi)” new enable=yes Set-NetFirewallRule -DisplayGroup “Network Discovery” -Enabled True This is the part of the script giving me trouble: $session = New-PSSession -ComputerName $workstationName# Prompt for credentials$cred = Get-Credential# Use Invoke-Command to run the script block with elevated credentialsInvoke-Command -Session $session -Credential $cred -ScriptBlock {# Check if the session is availableif ($session -ne $null) {Write-Host “Session established. Waiting for the session to be ready…”# PowerShell commands herenetsh advfirewall firewall set rule name=”File and Printer Sharing (Echo Request – ICMPv4-In)” new enable=yes profile=domainSet-ItemProperty -Path ‘HKLM:SystemCurrentControlSetControlTerminal Server’-name “fDenyTSConnections” -Value 0Enable-NetFirewallRule -DisplayGroup “Remote Desktop”netsh advfirewall firewall set rule group=”windows management instrumentation (wmi)” new enable=yesSet-NetFirewallRule -DisplayGroup “Network Discovery” -Enabled TrueGet-Process}# Exit the remote sessionExit-PSSession} else {Write-Host “Failed to establish a session.”} Here is the error. Any help is appreciated Invoke-Command : Parameter set cannot be resolved using the specified named parameters.At C:XXXXVMPrepBeta6.ps1:67 char:5+ Invoke-Command -Session $session -Credential $cred -ScriptBlock {+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : InvalidArgument: (:) [Invoke-Command], ParameterBindingException+ FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.PowerShell.Commands.InvokeCommandCommand Read More
Build Your Dream Lineup with Quick Lineup!
Hey everyone! I recently came across an amazing platform called Quick Lineup, perfect for anyone who loves creating custom football lineups. Whether you want to build your dream team, experiment with formations, or create an ideal starting 11, Quick Lineup makes it simple and fun.
What I really like about Quick Lineup is how user-friendly it is. You can pick any team, arrange the lineup in any formation you want, and make adjustments with ease. Want to go for a classic 4-4-2 or try a more modern 3-5-2 setup? It’s all just a click away.
I’m curious to hear your thoughts! Do you think Quick Lineup would make it easier to create the perfect lineup? Or do you have a lineup you’d love to see on this platform?
Has anyone here tried Quick Lineup before? If so, what features did you enjoy, or are there any you’d like to see added? Let’s discuss!
Hey everyone! I recently came across an amazing platform called Quick Lineup, perfect for anyone who loves creating custom football lineups. Whether you want to build your dream team, experiment with formations, or create an ideal starting 11, Quick Lineup makes it simple and fun. What I really like about Quick Lineup is how user-friendly it is. You can pick any team, arrange the lineup in any formation you want, and make adjustments with ease. Want to go for a classic 4-4-2 or try a more modern 3-5-2 setup? It’s all just a click away. I’m curious to hear your thoughts! Do you think Quick Lineup would make it easier to create the perfect lineup? Or do you have a lineup you’d love to see on this platform? Has anyone here tried Quick Lineup before? If so, what features did you enjoy, or are there any you’d like to see added? Let’s discuss! Read More
Color, Conditions, and Copilot: How to save time using conditional formatting with Copilot in Excel
Hi everyone, this is part 11 in a series of posts to show you some of the things that are possible to do with Copilot in Excel.
What is conditional formatting?
Conditional formatting in Excel is a powerful tool that allows you to apply specific formatting to cells that meet certain criteria. This can include changing the cell’s background color, font color, or adding icons to highlight differences in data. By using conditional formatting, you can help data to stand out and emphasize what’s important, applying your rules automatically as your data changes and grows.
Excel already offers a variety of conditional formatting options you can apply manually to help you call attention to your data: https://support.microsoft.com/en-us/office/fed60dfa-1d3f-4e13-9ecb-f1951ff89d7f
How does Copilot make it better?
Using a formula to determine which cells to format is one of the most versatile conditional formatting tools. However, it can be challenging to set it up to do exactly what you want. You must get the formula and syntax exactly right without having the tools and tips of the formula bar or seeing interim results in cells. With Copilot, you can simply use language to describe exactly what you want to happen.
For example, in this post (Re: Conditional formatting – Microsoft Community Hub), the customer knew exactly how they wanted to color their data. They wanted to flag certain info in different ways based on a payment status and a date. If they utilized Copilot, they could have asked to “Highlight rows in red when the date is this month or earlier and the customer has not paid. Highlight rows in yellow when the date is next month, and the customer has not paid.”
In this example, Copilot understood my table of data, interpreted my prompt, and responded with two conditional formatting rules for me to review and apply. I can deduce that the top rule assigns a red color by comparing the current date to the due date and checking if it’s in the past when the paid status is ‘no’. I can deduce the second rule assigns a yellow color by comparing the current date to the due date and checking if it’s in the future when the paid status is ‘no’. I did not need to know the logical order, needed formulas, or exact syntax to get this result. I only had to tell Copilot what I wanted.
After I review and then apply these custom formula conditional formatting rules, my worksheet shows the appropriate colors and will adjust when I change the data.
What else should I know?
You can also ask copilot to do other types of highlighting:
Make values in ‘Column Name’ greater than ‘number’ have white text on a black background.
Highlight cells in light blue for ‘Column Name’ that contain ‘Specific Text’
Highlight the top 10% of values in ‘Column Name’ using bold font
Apply a Red and Green color scale to the values in ‘Column Name’
When you have applied any conditional formatting rules using Copilot, you can manage and edit existing rules by choosing Conditional Formatting > Manage Rules from the toolbar or ribbon.
Conditional formatting in Excel is a versatile tool that can help you analyze and present your data more effectively. By exploring the various capabilities of conditional formatting in combination with Copilot you can unlock the full potential of this feature and make your spreadsheets more informative and visually engaging.
Microsoft Tech Community – Latest Blogs –Read More
Review for Responsible Artificial Intelligence (RAI) issues
Following Stuart Ridout’s sample on building an AI prompt challenge, I got this error. However, there is no indication of where the violation is. It would be helpful to understand what exactly is triggering this warning.
Following Stuart Ridout’s sample on building an AI prompt challenge, I got this error. However, there is no indication of where the violation is. It would be helpful to understand what exactly is triggering this warning. Read More
Linux and Open Source on Azure Quarterly Update – October 2024
Since our last update in July, there’s been no shortage of new exciting updates and news for Linux and open source on Azure. Dive in to learn more!
What’s new with Linux on Azure
AlmaLinux is available as an endorsed Linux distribution
AlmaLinux, a popular alternative to CentOS Linux, has been available in the Azure Marketplace for over three years and is now an endorsed Linux distribution in Azure. As an endorsed Linux distribution, AlmaLinux will adhere to testing and update standards, while also receiving support as detailed in Microsoft’s Linux and open source support policy. Visit our blog to learn more.
Linux Promotional Offer
I’m excited to share that there is a promotional offer for the latest Linux VMs in Azure. For a limited time, you can save an additional 15% on one-year Azure Reserved Virtual Machine (VM) Instances for the latest Linux VMs. This means you could save up to 56% compared to running an Azure VM on a PAYG (pay-as-you-go) basis. This offer is available until March 31, 2025. To learn more, read the blog and refer to the terms and conditions.
ED25519 SSH key support for Linux VMs (Generally Available)
ED25519 SSH key support for Linux VMs is now generally available in Azure, providing customers with enhanced security and deployment efficiency on Azure. Now customers can choose between RSA and ED25519 based SSH keys.
Azure Cobalt 100-based Virtual Machines (Generally Available)
We recently announced the general availability of the new Azure Cobalt 100-based Virtual Machines. These VMs run on Microsoft’s first 64-bit Arm-based Azure Cobalt 100 CPU, which has been fully designed in-house. They offer up to 50% better price performance than our previous generation Arm-based VMs, making them an appealing option for a wide range of scale-out and cloud-native Linux-based workloads, including data analytics, web and application servers, open source databases, caches, and more. The new Azure Cobalt 100 VMs support a wide range of Linux distributions including AlmaLinux, Azure Linux (via AKS), Debian, Flatcar Linux, Red Hat Enterprise Linux, SUSE Enterprise Linux, Ubuntu, and more. Check out our blog to get more information.
Landing Zone for Red Hat Enterprise Linux
We’ve developed a landing zone for RHEL on Azure, offering design recommendations and a reference architecture to help support successful RHEL deployments. An Azure landing zone serves as a blueprint for cloud success. Read the blog for more details.
New guides for deploying open source software on Azure
On Azure, you can build and run applications using the open source software of your choice, whether it’s Linux or databases like as PostgreSQL and MySQL. To help accelerate your journey with open source on Azure, we’ve developed end-to-end guides for deploying open source software across a variety of workloads and include projects such as KAITO, PostgreSQL, and Inspektor Gadget. Read the blog for more information.
Azure confidential VMs with NVIDIA H100 Tensor Core GPUs (Generally Available)
We announced the general availability of confidential virtual machines (VMs) with NVIDIA H100 Tensor core GPUs. These VMs are ideal for inferencing, fine-tuning or training small-to-medium sized models such as Whisper, Stable diffusion and its variants (SDXL, SSD), and language models such as Zephyr, Falcon, GPT2, MPT, Llama2, Wizard and Xwin. Ubuntu 24.04 is the available Linux OS for these VMs. Visit the blog for additional details.
What’s new with Azure and open source
Flatcar accepted into CNCF at incubating level
Flatcar has been accepted by the CNCF at incubating level, signaling that the project is considered stable and is used successfully in production environments. This is an exciting milestone for the Flatcar project and cloud native community! For more details, read Brendan Burns’ blog and the CNCF blog.
Linux and open source events
Over the past few months, we gave talks and connected with other open source enthusiasts at several events, including All Systems Go!, Container Days, Data and AI Masters, DebConf24, Flock to Fedora 2024, FrOSCon, Linux Security Summit, Open Source Summit Europe, Red Hat Summit Connect, Ubuntu Summit, and more. If you missed any of the Microsoft sessions or want to check them out again you can catch some of the recordings:
Event
Session(s)
All Systems Go!
Introducing azure-init, a minimal provisioning agent written in Rust
Waiter, an OS please, with some sysext sprinkled on top
Container Days
Container Linux: The Next 10 Years
UX: the missing cloud native ingredient
DebConf24
Flock to Fedora
Unlocking Systems Insights: Leveraging eBPF for Data Collection
FrOSCon
Flatcar Linux: what’s new in this Container OS?
Linux Security Summit
Open Source Summit Europe
LVBS and Advanced Kernel Integrity
Verifying and Signing EBPF Programs with Inspektor Gadget
Contain Your Excitement: A Developer’s Guide to Containerized Brillance
Linux Sandboxing with Landlock
Next-Gen Testing and Compliance: Ensuring Integrity in a Complex World
Open Source Software Engineering Education
What’s coming up next
Microsoft Ignite 2024
Microsoft Ignite is coming to the Windy City (Chicago) this year from November 19-22! Whether you’re joining in-person or virtually, be sure to catch one of the Linux and open source sessions:
Session Type
Session
Breakout
What’s new in Linux: How we’re collaborating to help shape its future
Demo
Accelerate deployment of open source applications with Copilot in Azure
Lab (hosted 3x)
Fast track your Linux migration journey with Azure Migrate
Also, you can connect with and attend sessions from Canonical and Red Hat, who are Featured Partners at Ignite.
Upcoming Linux and open source events
We’ll be at KubeCon North America in Salt Lake City! Check out one of the Microsoft sessions and meet with us at our booth.
Sign up for Cloud Native Rejekts (organized/sponsored by Microsoft)
Sign up for the AKS pre-day
Bonus content
Read about LinkedIn’s journey to migrate most of their estate to Azure Linux
Check out this guest blog post by Jehudi Castro, Public Cloud Alliances Director at Canonical, to learn how Canonical and Azure are working together to improve security, operational efficiency, and performance in the cloud using Linux and open-source software.
If you have any feedback or questions, please drop them in the comments. We’d love to hear from you!
Microsoft Tech Community – Latest Blogs –Read More
Search for text within a cell and returning value based on what is found or leave the cell blank
I need to Search for text within a cell and returning value based on what is found or leave the cell blank if neither is found. Hello, I need to amend this example formula so if cell C3 finds “apple” that the value $1 is returned, but if it finds “orange” that the value is $2 and if neither word is in cell C3 that a blank is returned. =IF(OR(ISNUMBER(SEARCH(“apple”,C3)),ISNUMBER(SEARCH(“apple”,C3))),”1″,””)
I need to Search for text within a cell and returning value based on what is found or leave the cell blank if neither is found. Hello, I need to amend this example formula so if cell C3 finds “apple” that the value $1 is returned, but if it finds “orange” that the value is $2 and if neither word is in cell C3 that a blank is returned. =IF(OR(ISNUMBER(SEARCH(“apple”,C3)),ISNUMBER(SEARCH(“apple”,C3))),”1″,””) Read More
मैं फोनपे ऐप से शिकायत कैसे करूं?√√•
फोनपेपर शिकायत कैसे दर्ज करूँ? ग्राहक आप फोनपे हेल्पलाइन नंबर ( +91 O6290-348-172 (भाषा: हिंदी और अंग्रेजी) पर भी कॉल कर सकते हैं।…
फोनपेपर शिकायत कैसे दर्ज करूँ? ग्राहक आप फोनपे हेल्पलाइन नंबर ( +91 O6290-348-172 (भाषा: हिंदी और अंग्रेजी) पर भी कॉल कर सकते हैं।… Read More
पेटीएम से पैसे वापस कैसे पाए अगर गलत ट्रांजेक्शन हो जाए? –
पेटीएम से पैसे वापस कैसे पाए अगर गलत ट्रांजेक्शन हो जाए? – आप पेटीएम हेल्पलाइन नंबर ( +91 O6290-348-172 (भाषा: हिंदी और अंग्रेजी) पर भी कॉल कर सकते हैं।… ,,,
पेटीएम से पैसे वापस कैसे पाए अगर गलत ट्रांजेक्शन हो जाए? – आप पेटीएम हेल्पलाइन नंबर ( +91 O6290-348-172 (भाषा: हिंदी और अंग्रेजी) पर भी कॉल कर सकते हैं।… ,,, Read More
फोनपे गलत ट्रांजेक्शन से पैसे कैसे वापस करें?
फोनपे गलत ट्रांजेक्शन से पैसे कैसे वापस करें? आप फोनपे हेल्पलाइन नंबर ( +91 O6290-348-172 (भाषा: हिंदी और अंग्रेजी) पर भी कॉल कर सकते हैं।…
फोनपे गलत ट्रांजेक्शन से पैसे कैसे वापस करें? आप फोनपे हेल्पलाइन नंबर ( +91 O6290-348-172 (भाषा: हिंदी और अंग्रेजी) पर भी कॉल कर सकते हैं।… Read More
Access – how to joining two queries with different data without doubling data
I’m not sure how to phrase my issue, which makes finding a solution also difficult
I’m trying to combine two different queries so I can run a report that shows all of the crops FarmerID is growing as well as the number of livestock . One query is labeled qryCrops and the other qryLivestock. Both queries have the same FarmerID (the unique key). The problem is I have a variety of scenarios: some farmers have multiple crops and only one type of livestock, other farmers have one crop and multiple types of livestock, some have multiples of both, etc. Whenever I try connecting the data, Access automatically doubles the information (see example below).
I’ve tried joining data which hasn’t worked. A query with a left join won’t duplicate the crops, but will duplicate livestock. A query with a right join won’t duplicate the livestock, but will duplicate the crops. I’ve tried running a left and right join query separately, and then combining both queries into a Union query, and my data still is getting doubled (I suspect that’s not the right option as I’m not comparing apples to apples). Nothing seems to work! I’ve tried searching the internet and have been unsuccessful at finding a solution.
Here is what I want; I want access to leave fields blank if there is no data:
FarmerID
Acres
CropType
LivestockNum
LivestockType
Farmer A
6
Pasture
3
Cows
Farmer A
10
Hay
Farmer B
15
Pasture
2
horses
Farmer B
100
chickens
This is what I get when I combine the data:
FarmerID
Acres
CropType
LivestockNum
LivestockType
Farmer A
6
Pasture
3
Cows
Farmer A
10
Hay
3
Cows
Farmer B
15
Pasture
2
horses
Farmer B
15
Pasture
100
chickens
Any thoughts?
Our reports are currently set up to show the farmers and all of their crops, then the next section has the farmers and all of their livestock. I want a report that’s grouped by the farmer so it shows all of their information in one place (without doubling data), then moves on to the next farmer. I’m hoping the query solution mentioned above will solve that.
Thanks in advance!
I’m not sure how to phrase my issue, which makes finding a solution also difficult I’m trying to combine two different queries so I can run a report that shows all of the crops FarmerID is growing as well as the number of livestock . One query is labeled qryCrops and the other qryLivestock. Both queries have the same FarmerID (the unique key). The problem is I have a variety of scenarios: some farmers have multiple crops and only one type of livestock, other farmers have one crop and multiple types of livestock, some have multiples of both, etc. Whenever I try connecting the data, Access automatically doubles the information (see example below). I’ve tried joining data which hasn’t worked. A query with a left join won’t duplicate the crops, but will duplicate livestock. A query with a right join won’t duplicate the livestock, but will duplicate the crops. I’ve tried running a left and right join query separately, and then combining both queries into a Union query, and my data still is getting doubled (I suspect that’s not the right option as I’m not comparing apples to apples). Nothing seems to work! I’ve tried searching the internet and have been unsuccessful at finding a solution. Here is what I want; I want access to leave fields blank if there is no data:FarmerIDAcresCropTypeLivestockNumLivestockTypeFarmer A6Pasture3CowsFarmer A10Hay Farmer B15Pasture2horsesFarmer B 100chickens This is what I get when I combine the data:FarmerIDAcresCropTypeLivestockNumLivestockTypeFarmer A6Pasture3CowsFarmer A10Hay3CowsFarmer B15Pasture2horsesFarmer B15Pasture100chickens Any thoughts?Our reports are currently set up to show the farmers and all of their crops, then the next section has the farmers and all of their livestock. I want a report that’s grouped by the farmer so it shows all of their information in one place (without doubling data), then moves on to the next farmer. I’m hoping the query solution mentioned above will solve that. Thanks in advance! Read More
Alt + Enter on Azure VM in Excel
When logged into an Azure Virtual Desktop AVD, users are unable to use Alt + Enter. I’ve seen pages of keyboard shortcuts but none for Excel Starting New Line within a Cell.
thanks
When logged into an Azure Virtual Desktop AVD, users are unable to use Alt + Enter. I’ve seen pages of keyboard shortcuts but none for Excel Starting New Line within a Cell.thanks Read More
मैं फोनपे पर गलत ट्रांजेक्शन कैसे रिफंड करूं?
मैं पेटीएम पर गलत ट्रांजेक्शन कैसे रिफंड करूं? में जाकर “ट्रांजैक्शन” ((,+91-629O-348-172) या “इतिहास” सेक्शन में जाएं. असफल लेन- देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुनें. अगर रिफंड नहीं मिलता, तो अपने बैंक से संपर्क करे.
मैं पेटीएम पर गलत ट्रांजेक्शन कैसे रिफंड करूं? में जाकर “ट्रांजैक्शन” ((,+91-629O-348-172) या “इतिहास” सेक्शन में जाएं. असफल लेन- देन चुनें. “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प चुनें. अगर रिफंड नहीं मिलता, तो अपने बैंक से संपर्क करे. Read More
Cannot switch workspace on Desktop App
Hi everybody,
My team and I are having issues using the de MS Teams Desktop App with a guest account.
Context:
We work for a company that doesn’t have an MS Teams license but we are “Staff Augmentation” for another company that uses MS Teams as the primary communication tool. The other company added us as “Guest” in their workspace.
The problem we are having is that on the desktop app when we log in with our main company credentials we get this message because our company doesn’t have a license:
However, we don’t want to enter our company’s Workspace, we want to enter the other company’s workspace (that does have a license).
In the past, we were able to switch by clicking on the “Launch trial” button, and on the next screen, we had the option to switch. But now, when we click that button we get another error:
It looks like the Trial has now expired.
We can use it on the web because it looks like it automatically switches to the other company’s workspace.
I think this is a bug on the Desktop app because it should allow switching the workspace on the “Launch trial” screen.
Do you know if there’s a way to force it to use the other company’s workspace?
How can I report this bug?
Thanks in advance.
Hi everybody, My team and I are having issues using the de MS Teams Desktop App with a guest account. Context:We work for a company that doesn’t have an MS Teams license but we are “Staff Augmentation” for another company that uses MS Teams as the primary communication tool. The other company added us as “Guest” in their workspace. The problem we are having is that on the desktop app when we log in with our main company credentials we get this message because our company doesn’t have a license:However, we don’t want to enter our company’s Workspace, we want to enter the other company’s workspace (that does have a license). In the past, we were able to switch by clicking on the “Launch trial” button, and on the next screen, we had the option to switch. But now, when we click that button we get another error: It looks like the Trial has now expired.We can use it on the web because it looks like it automatically switches to the other company’s workspace. I think this is a bug on the Desktop app because it should allow switching the workspace on the “Launch trial” screen.Do you know if there’s a way to force it to use the other company’s workspace?How can I report this bug? Thanks in advance. Read More
How do I display a “Microsoft.ActiveDirectory.Management.ADPropertyValueCollection” using PowerShell
PS C:Usersserveradmin.QA> Get-ADDomainController -Filter * | Select-Object Name, OperationMasterRoles |Where-Object {$_.OperationMasterRoles}
Name OperationMasterRoles
—- ——————–
ADAICTQA {SchemaMaster, DomainNamingMaster, PDCEmulator, RIDMaster…}
in the above command I output OperationMasterRoles Id like those to be displayed in the same row comma seperated …how do I disect that ADPropertyValueCollection ?
PS C:Usersserveradmin.QA> Get-ADDomainController -Filter * | Select-Object Name, OperationMasterRoles |Where-Object {$_.OperationMasterRoles}
Name OperationMasterRoles
—- ——————–
ADAICTQA {SchemaMaster, DomainNamingMaster, PDCEmulator, RIDMaster…} in the above command I output OperationMasterRoles Id like those to be displayed in the same row comma seperated …how do I disect that ADPropertyValueCollection ? Read More
New Copilot agents: Supercharge Microsoft 365 Copilot
Are you ready to supercharge Microsoft 365 Copilot? Following the recent Wave 2 announcements and the general availability of Copilot agents, we are excited to introduce a curated set of new Copilot agents developed by Microsoft. These agents are designed to help you and your team optimize and reinvent your business processes.
Copilot agents can help you transform complex and dynamic processes. By integrating Copilot agents into your workflow, you can harness their power, right within the flow of your work. Powered by Microsoft 365 Copilot, these agents utilize the same scalable, secure infrastructure and platform, tailored to your business needs, providing an intuitive and advanced experience without the need for coding.
We are releasing the following Copilot agents to enhance your Microsoft 365 Copilot experience and help showcase what’s possible with simple agents created using Copilot Studio agent builder, like the coaching agents and advanced agents created with pro-code like Visual Creator.
Help your ideas come to life with Visual Creator
Visual Creator: Allows users to generate images, and soon videos, using natural language prompts. Its simple interface provides guidance of what you can create and how to write your prompt so you can enhance your work with compelling visuals.
Elevate your career with Career Coach
Career Coach: Provides personalized career development suggestions, including role understanding, skill gap analysis, learning opportunities, and career transition plans. It aims to understand the user’s current role, identify career goals, assess skills and gaps, suggest learning opportunities and create a detailed action plan for future growth.
Plan and execute brainstorming with Idea Coach
Idea Coach: Facilitates brainstorming sessions and planning, offering creative exercises, idea organization techniques, and feedback for improvement. It uses a fun, collaborative tone, asks iterative questions and provides detailed agendas and creative suggestions for running effective brainstorming sessions.
Unlock your potential with Learning Coach
Learning Coach: Helps users understand complex topics by breaking them down into simple, intermediate, and advanced summaries, and also provides guided practice and learning plans. It employs various techniques for learning complex topics, including glossaries, analogies, practice exercises and structured study plans.
Write better prompts with Prompt Coach
Prompt Coach: Assists users in creating effective and well-structured prompts for Copilot. Offering analysis, compliance checks and improvement suggestions. It asks for information on the goal, context, source, and expectations to generate effective prompts and provides detailed analyses for to help elevate your prompt writing prowess.
Take your writing to the next level with Writing Coach
Writing Coach: Provides detailed feedback on writing, helps change the tone of messages, translates text, and assists in writing instructions, stories, blog posts, and whitepapers. It focuses on clarity, coherence, grammar, and overall impact, offering specific improvements and alternatives for various types of document authoring.
Availability and deployment
These Copilot agents, created by Microsoft, extend the native capabilities of Microsoft 365 Copilot with instructions and knowledge sources relevant to each use case. They will be available to Microsoft 365 Copilot licensed users from early October 2024. Make sure to check the Teams App Store or use the Microsoft 365 Admin Center to deploy them within your organization.
Empower your developers and makers
We are making the instructions for the Career Coach, Idea Coach, Learning Coach, Prompt Coach and Writing Coach Copilot agents, open source, so your makers and developers can use them as a starting point for their own journey in creating agents to improve your business workflows, via Copilot Studio or Teams Toolkit.
Get started today
Don’t miss out on these powerful tools to enhance your Microsoft 365 Copilot experience. Start by ensuring your users can access these new tools, create excitement internally via your modern workplace champions and encourage your developers to review the source material on the PNP community today.
Microsoft Tech Community – Latest Blogs –Read More
Windows news you can use: October 2024
Learn more about what’s new in Windows 11, version 24H2 and the enhancements made possible through continuous innovation across Windows update and device management, security, Copilot+ PCs, and Windows Server. You’ll also find important lifecycle and preview news.
New in Windows update and device management
[24H2] The Windows 11, version 24H2 feature update began a gradual rollout this month. With it, you can get a new security baseline, administrative templates, Group Policy settings, Remote Server Administration Tools (RSAT), and channels to test it and learn more. To manage Windows Server roles and features from a Windows 11 device, go to Settings > Apps > Optional features > Add an optional feature, select View features, and search for “RSAT.”
[WINDOWS UPDATE] Windows 11, version 24H2 monthly updates are at least 43.6% faster to install and 33.5% faster to restart. Get reduced CPU usage times and smaller download sizes for feature updates. Additionally, Windows 11, version 24H2 comes with the new servicing model of checkpoint cumulative updates, introduced to Windows Insiders earlier this year.
[INTUNE] Have you experienced disruption issues when using Windows Autopilot with Microsoft Entra hybrid join? Before unjoining and rejoining Microsoft Entra hybrid devices, always unenroll them from mobile device management (MDM).
[W365] Considering a move to Windows 365 Enterprise or Windows 365 Frontline Cloud PCs? See this comprehensive migration guide.
New in Windows security
This Cybersecurity awareness month, brush up on Microsoft resources for security teams, and then get a start on this month’s innovations.
[24H2] When you install Windows 11, version 24H2, you get the following security features and capabilities: Windows Local Administrator Password Solution (LAPS) policy improvements and new automatic account management, Personal Data Encryption (PDE) for folders, App Control for Business, Windows protected print mode, Local Security Authority (LSA), rust in the Windows kernel, SHA-3 support, and more. Additionally, review the Server Message Block (SMB) protocol changes.
[SUDO] You can take advantage of Sudo for Windows, previously available to Windows Insiders only, on Windows 11, version 24H2. If you enable it from Windows Settings > System > For Developers, you can run elevated commands (as an administrator) directly from an unelevated console session on Windows. Note that it comes disabled with the new security baseline.
[CYBERSECURITY] Download the Be Cybersmart Kit and take advantage of other learning and support opportunities at Cybersecurity Awareness – Education and Resources. If you didn’t attend the October 30 event, watch the recording for Build a Security-First Culture in the Era of AI.
[CYBERSECURITY] Do you know what to do about Kerberoasting, an Active Directory attack vector? Learn what it is, how to detect it, and how to prevent it with guidance to help mitigate Kerberoasting.
[PASSWORDLESS] If you haven’t yet, help users at your organization save and sync passkeys for their Microsoft account with Windows Hello. Soon, they’ll be able to use those synced passkeys across multiple Windows 11 devices, including mobile. Once available to Windows Insiders in the coming months, they’ll just sign in to another Windows 11 device with their Microsoft account and complete a one-time setup.
[PRINT] Improve endpoint security and eliminate driver issues by enabling Windows protected print mode. To enable it, open the Local Group Policy Editor and navigate to Computer Configuration > Administrative Templates > Printers. Select and hold (or right-click) on Configure Windows protected print and select Edit. Select the Enabled radio button, then select Apply, then OK.
New in Copilot+ PCs and AI
[COPILOT KEY] On devices with the Copilot key, configure it in Settings > Personalization > Text input or with the SetCopilotHardwareKey policy. This setting will do nothing for PCs without the Copilot key. For users signed in to their account with a Microsoft Entra ID, the key opens the Microsoft 365 app. To change it to another app, the app must be in a signed MSIX package. This setting is available on Windows 11, versions 24H2, 23H2, and 22H2 with the October 2024 non-security preview update.
[COPILOT+ PC] Windows 11, version 24H2 offers several exclusive features for Copilot+ PCs. These include Live Captions, Windows Studio Effects, Automatic Super Resolution, Cocreator in Paint, and Microsoft Photos restyle Image and Image Creator.
[DEFENDER] If you intend to onboard your Copilot+ PCs to Microsoft Defender for Endpoint, you might need to install the Windows Sense Client.
New in Windows Server
[ADMIN] Investigate and manage Windows Server with Windows Admin Center, now in public preview. Thanks to multiple improvements, you get improved virtual machine (VM) management options, easier installation, and seamless data migration.
[WS 2025][PREVIEW] If you’re a Windows Server Insider, Windows Server Preview Build 26311 and Build 26304 are available.
[SECURITY][PREVIEW] Preview the Windows Server 2025 Security Baseline with its three categories: Domain Controller (DC), Member Server, and Workgroup Member.
[WDAC][PREVIEW] In the Windows Server Preview Build 26304, apply a new default policy via OSconfig to configure Windows Defender Application Control for Business (WDAC).
[DATACENTER][PREVIEW] Try Windows Server 2025 Datacenter: Azure Edition preview build 26304 in Microsoft Azure. It’s available for both Desktop experience and Core version.
New in productivity and collaboration
[24H2] Experience better productivity with Windows 11, version 24H2. Its key features include: energy saver, hearing aid support with Bluetooth LE Audio, and Wi-Fi 7 support, as well as improvements to location settings, File Explorer, the taskbar, the system tray, and more.
Get the October 2024 security update to start using the following improvements, which might be rolled out gradually.
[ACCOUNT] If you’re on Windows 11, version 23H2 or 22H2, you can now manage your Copilot Pro subscription in Settings > Accounts when signed in to your Microsoft account. You can also share local files directly from the Search box results on your taskbar.
Install the October 2024 non-security preview update to get the following Windows 11 improvements ahead of next month’s quality update:
[NARRATOR] You can now copy what Narrator last spoke to clipboard with a new shortcut Narrator key + Ctrl + X. Additionally, use Narrator to read contents of a mail in the new Outlook app.
[SETTINGS] Stop suggestions to turn off notifications from certain apps. Go to Settings > System > Notifications, look for “Notification Suggestions” in the senders list, and turn it off.
[24H2] Preview additional improvements for your Windows 11, version 24H2 devices:
[NETWORKING] If you use the netsh wlan show networks command, read Wi-Fi SSIDs with Unicode characters seamlessly.
[WINDOWS SANDBOX][PREVIEW] Preview Windows Sandbox Client on Windows 11, version 24H2. Use the ellipsis icon (…) at the upper right on the app to access runtime clipboard redirection, audio/video input control, and the ability to share folders with the host at runtime.
Support user productivity at your organization with a new LinkedIn course, Windows 11 Essential Training.
Lifecycle milestones
Check out our lifecycle documentation for the latest updates on Deprecated features in the Windows client and Features removed or no longer developed starting with Windows Server 2025 (preview).
[24H2] Update your records with Windows 11, version 24H2 lifecycle dates. Home and Pro editions will be serviced through October 13, 2026. Enterprise and Education editions will be serviced through October 12, 2027.
[WINDOWS 11 LTSC] Windows 11 Enterprise LTSC 2024 is now available for five-year support. Its features are similar to Windows 11, version 24H2, including improvements in management and servicing, accessibility, networking, security, and energy savings.
[IOT LTSC] Windows 11 IoT Enterprise LTSC 2024 began its 10-year support lifecycle this month. Its features are similar to Windows 11, version 24H2, including improvements in management and servicing, accessibility, security, and energy savings. You can download it from Microsoft Evaluation Center today.
[WINDOWS 11 22H2] Home and Pro editions of Windows 11, version 22H2 and Windows 11, version 21H2 (Enterprise, Education, and IoT) reached end of servicing on October 8, 2024. They will no longer receive security or non-security, preview updates. We recommend that you update these devices to the latest version of Windows. Note: We will continue to support Enterprise and Education editions of Windows 11, version 22H2 through October 14, 2025.
[SERVER] In light of the upcoming PPTP and L2TP deprecation from future Windows Server versions, please start transitioning to more secure and efficient alternatives: SSTP and IKEv2.
[VBSCRIPT] Starting this month, VBScript is available as a Feature on Demand (FoD) and is enabled by default on Windows 11, version 24H2. This marks the beginning of Phase 1 of VBScript deprecation.
[WINDOWS 10] To help you plan for Windows 10 end of support in 12 months, use the Windows 10 End Of Support Calculator. Additionally, answer a few questions to evaluate your readiness for Windows 11 migration.
Windows Insider Preview news
In celebration of 10 years of the Windows Insider Program, rewatch this month’s Windows Insider Webcast and subscribe to Windows Insider Program on YouTube.
Here’s a summary of this month’s new experiences available to Windows Insiders. Remember that gradual rollout reaches some devices earlier than others.
[DEV][PREVIEW] Try the following Windows 11 innovations that have been released in three waves this month.
On Build 26120.2122, try the new “Copy as table” feature in Snipping Tool!
Build 26120.2200 brings updates to the Dynamic Lighting settings page, such as placeholder options for potential devices and direction options for the Wave and Gradient effects. Access Windows Studio Effects in Quick Settings from the system tray of the taskbar to use AI-based camera and audio enhancements. Hover over the new icon in the system tray to see which application is using the camera.
[BETA][PREVIEW] Depending on the build you’re on, try this:
On Build 22635.4371, try the new “Copy as table” feature in Snipping Tool!
Share local files directly to supported apps by right-clicking them from File Explorer or the desktop (Build 22635.4367).
Build 22635.4435 brings updates to the Dynamic Lighting settings page, such as placeholder options for potential devices and direction options for the Wave and Gradient effects. You can also launch apps as an admin by holding Shift + CTRL and selecting the jump list item in the Start menu or taskbar.
[CANARY][PREVIEW] Build 27729 includes the same “Copy as table” feature in Snipping Tool in the Canary Channel.
Note: Many new features are rolled out gradually and belong to different build versions. If you want to be the first to get features, you can switch the toggle to On to get the latest updates as soon as they are available via Settings > Windows Update. Please visit the Windows Insider Blog for complete details.
If you haven’t yet, register to experience the latest innovations for AI transformation at Microsoft Ignite in November. Until then!
Continue the conversation. Find best practices. Bookmark the Windows Tech Community, then follow us @MSWindowsITPro on X and on LinkedIn. Looking for support? Visit Windows on Microsoft Q&A.
Microsoft Tech Community – Latest Blogs –Read More
Revolutionizing Presentations with AI and Microsoft Designer
In today’s fast-paced digital world, the way we create and deliver presentations has evolved dramatically. With the integration of AI tools and platforms like Microsoft Designer,, it is possible to craft visually stunning and engaging presentations with ease. In this article, we will explore how Yulia Barnakova, a Microsoft 365 MVP, leverages these innovative tools to revolutionize her presentations and storytelling techniques.
1. How did you get started with using emerging technologies for presentations and storytelling?
I’ve always loved to play around with technology for storytelling. When I was a kid, I used to borrow my parents’ camcorder to make stop motion animation video stories with McDonald’s Happy Meal characters. In my early days in consulting, I discovered the similar magic of PowerPoint animations to make storylines more creative, memorable, and impactful. I then started to integrate more emerging technology into my presentations, including 3D models, virtual/augmented reality, and now increasingly generative AI imagery, video, audio, and avatars – and now even design itself.
2. What excites you the most about using the AI tools to help create dynamic presentation?
We now truly have everything we need to create (nearly!) anything we want in just a few clicks, which is exciting for enhancing creativity. As someone who isn’t naturally artistic, I find it amazing that tools like Microsoft Designer can quickly create professional layouts for slides or social media and edit images, tasks that used to require a lot of manual work.
Other AI tools for image creation (e.g., DALLE, Midjourney, Playground), video (e.g, RunwayML, Pika Labs), and audio (e.g., Udio or Suno) massively enhance engagement and memorability of our messages. We are flooded with various forms of presentations daily, and AI tools help us stand out with just a little extra creativity that doesn’t add hours of work.
3. How and where do you use Microsoft Designer and the AI Tools, and where do you use the content you create with?
I’ve been closely following the evolution of Microsoft Designer, as it’s been exciting to see it constantly adding more and more AI features. I frequently speak at conferences and enjoy using Microsoft Designer to create flyers for my talks, especially since the hosts don’t always provide them for individual sessions. Microsoft Designer has a lot of great templates that you can modify and rework (tip: Search “webinar” in the templates section in Social Media). Since you can’t (yet!) add video backgrounds to flyers, I’ll even sometimes export the template as an image, then paste into PowerPoint and add a video there. (In this case, you have to set your PPT slide to be the size of the flyer then export when you add the video).
As for other AI tools, I think AI music can add a nice quick dash of spice to any message. For example, after finishing a project recently, I created an AI-generated music video to thank each member of my developer team for their unique contributions. I made the lyrics in ChatGPT (refining several times), then pasted into Suno, an AI audio generator. My team loved the video and said it was the most creative thank you message they’d seen. So, thanks to AI, it didn’t take me long at all to create a lasting, stand-out memory for them. A fellow MVP who attended my session was inspired to create a song for his tech meetup, which you can see here. These types of internal, personal use cases are great ways to experiment with AI, as they’re much less risky than customer-facing ones.
4. What advice would you give to someone new to Microsoft Designer and AI tools to get the most out of the tool?
If you’re completely new, I’d start with two features. First, try to remove a background in an image (Edit with AI –> Remove Background) – this is a fairly simple task, and if you’re used to using basic removal tools like PowerPoint, you’ll be surprised at the quality Designer gives. For instance, take a look at my photobombing avatar; I just put the avatar into Designer’s background removal tool, then put it on top of my friends’ picture and saved. Much cleaner edges than in PowerPoint, for instance.
The second feature I’d try with Microsoft Designer is the avatar creator (Edit with AI –> Restyle Image). Start by uploading your photo into the tool and choosing your style and any background elements (like an office or beach). In no time, you’ll have a fun image that you can use on social media or as a unique profile photo. This is a basic but fun use case to try, especially if you haven’t worked a lot with Designer or AI imagery.
5. How do you stay up to date with AI presentation tools, given how quickly they’re evolving?
It’s indeed hard! I have two tips, first follow major technology players like Microsoft on social media and add notifications to immediately see when new features are released. Over time, you’ll discover leaders who are engaging and active on socials and can follow them as well. You can also subscribe to AI newsletters that give you weekly roundups. Second, is to experiment constantly and try tools – even if you don’t always need them. For instance, I make it a habit to use Microsoft Designer at least once a week to see what new features it has. I also try to do as much as I can with Copilot at work, even if it’s not always perfect. This enables me to stay on the leading edge and discover new capabilities much faster. Constant curiosity and experimentation are key.
Yulia created this group of avatars (in red suits) in Microsoft Designer
The integration of AI tools and Microsoft Designer has significantly changed the way we approach presentations and storytelling By continuously experimenting and staying curious, we can unlock new possibilities and create memorable experiences for our audiences. Embracing these innovations will be key to standing out in an increasingly digital world, and with the right tools, we can captivate and inspire like never before.
Microsoft Tech Community – Latest Blogs –Read More
Azure at GitHub Universe: New tools to help your devs accelerate project completion times!
There were several impactful announcements from Azure at GitHub Universe! Here are the highlights but check out the blog and remember to forward the blog to your dev teams!
GitHub Copilot for Azure (in preview) builds upon the Copilot Chat capabilities in VS Code to help you manage resources and deploy applications. Using “@ azure,” you can get personalized guidance to learn about services and tools without leaving your code.
Deploy apps quickly (in minutes!) with AI App Templates! Templates provide flexibility and choice, offering a variety of models, frameworks, programming languages, and solutions from popular AI toolchain vendors such as Arize, LangChain, LlamaIndex, and Pinecone. You can deploy full apps at once or start with app components.
GitHub Models (in preview) provides every GitHub developer with access to top AI models via a playground, API, and more. Compare model performance, experiment, and mix-and-match a variety of models, including advanced proprietary and open models that support a broad range of tasks.
GitHub Copilot upgrade assistant for Java generates an upgrade plan and guides you through a step-by-step process to transition from an older Java runtime to a newer version with optional dependencies and frameworks such as Spring Boot and JUnit.
And there’s more! Check it all out in the blog below. And again, don’t forget to forward to your dev teams!
Azure at GitHub Universe: New tools to help simplify AI app development | Microsoft Azure Blog
Microsoft Tech Community – Latest Blogs –Read More