Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hierFlux principal

NEW Docker Desktop version 4.37.0 with Docker AI Gordon Beta Feature Available!

New Docker Desktop for Windows version Available

  • You can now perform key operations such as starting, stopping, restarting, and checking the status of Docker Desktop directly from the command line.
  • The AI Catalog in Docker Hub is directly available through Docker Desktop.

More information about this release 4.37.0 on Docker docs.

Installing new release

Enable Docker AI (Beta feature) here

Click on Apply & Restart

The New AI Docker Beta feature known as Gordon

The new AI Docker beta feature, known as “Ask Gordon,” allows you to interact with Docker’s AI assistant to get help, guidance, and answers to your Docker-related questions. Here’s how you can use it:

  1. Using “Ask Gordon” in Docker CLI
  • Open your terminal or command line interface.
  • Use the command: docker ai.
  • This will activate the “Ask Gordon” feature, and you can type your questions or commands directly.
  1. Using “Ask Gordon” in Docker Desktop
  • Open Docker Desktop.
  • Look for the “Ask Gordon” feature, which is integrated into the interface.
  • You can type your questions or requests in the provided input field.
  1. Requirements
  1. Enabling or Disabling “Ask Gordon”
  • For Individual Users:
    • Open Docker Desktop.
    • Go to Settings > Features in development > Beta features.
    • Tick or untick the “Enable Docker AI” option.
    • Click “Apply and restart” to save changes.
  • For Organizations:
    • Administrators can disable “Ask Gordon” for the entire organization using the “Cloud Settings” feature.
  1. What You Can Do with “Ask Gordon”
  • Ask questions about Docker commands, configurations, and best practices.
  • Get help troubleshooting Docker issues.
  • Learn about Docker features and updates.

Docker Public Roadmap on GitHub

 

 

Docker Desktop for Windows Update 4.36.0 (175267) Available

Docker Desktop Software Update 4.36.0 (175267)

  • WSL2 is now faster, more reliable, and has enhanced security
  • Enhance Container Isolation (ECI) has been improved to support images with wildcard tags
  • Admins can now:
    • Allow any container to mount the Docker socket with ECI
    • Enforce sign-in with macOS configuration profiles (Early Access)
    • Enforce sign-in for more than one organization at a time (Early Access)
    • Deploy Docker Desktop for Mac in bulk with the PKG installer (Early Access)
    • Use Desktop Settings Management to manage and enforce defaults via admin.docker.com (Early Access)

Docker Desktop for Windows is Up-to-date 👍
together with Kubernetes version 1.30.5

Update Windows 11 Insider Dev Preview Build 26120.1330 with Azure Windows Admin Center

Windows 11 Insider Preview Dev Build Update 26120.1330 in Microsoft Azure WAC.

The Microsoft Windows Insider Program Team released Windows 11 Insider Preview Dev Build Update 26120.1330

JOIN the Windows Insider Program, It’s a community of millions of Windows’ biggest fans who get to preview Windows features. While previewing Windows, Insiders can provide feedback and engage directly with Microsoft engineers to help shape the future of Windows.

Here I manage Windows 11 Insider Build in my MVP LAB with Microsoft Azure Windows Admin Center.

Since June 2024 Microsoft Azure Windows Admin Center supports Windows 10 / 11 in the Cloud.

Update Done via Azure WAC 😉

Disable Quick property editing (Grid view) from SharePoint Online list

SharePoint Online and Microsoft Lists offers a multitude of features to enhance collaboration and streamline data management. One such feature is the Quick Property Editing (Edit in Grid view), which allows users to bulk edit metadata for multiple list items directly from the list view. While this feature can improve efficiency, there are scenarios where disabling it becomes necessary. In this blog post, we’ll explore various methods to achieve this in SharePoint Online.

From SharePoint UI

Follow below steps to disable quick edit (Edit in grid view) from SharePoint list UI:

1. Go to your SharePoint Online list.

2. Click on Settings (gear icon) from the top right corner and select List settings.

3. Click on Advanced settings link from List settings page.

4. From Advanced settings page, scroll down and set Quick property editing (Allow items in this list to be edited using Quick Edit and the Details Pane?) to No.

5. Click OK button at the bottom of advanced list settings page.

Using PnP PowerShell

You can use below PnP PowerShell script to disable Quick property editing (Grid view) from SharePoint Online list or document library:

# Display name of SharePoint online list or document library
$listName = "My SharePoint List"

# SharePoint online site URL
$siteUrl = Read-Host -Prompt "Enter your SharePoint site URL (e.g https://contoso.sharepoint.com/sites/pnppowershell)"

# Connect to SharePoint online site
Connect-PnPOnline -Url $siteUrl -Interactive

# Disable Quick property editing (Grid view) from SharePoint list
Set-PnPList -Identity $listName -DisableGridEditing $true

Write-Host "Done! :-)" -ForegroundColor Green

# Disconnect SharePoint online connection
Disconnect-PnPOnline

You can set -DisableGridEditing to $false to enable the quick edit (edit in grid view) back to your SharePoint list.

Using CLI for Microsoft 365

Use below CLI for Microsoft 365 script to disable Quick property editing (Edit in grid view) from SharePoint Online or Microsoft Lists:

# Display name of SharePoint online list or document library
$listName = "My SharePoint List"

# SharePoint online site URL
$siteUrl = Read-Host -Prompt "Enter your SharePoint site URL (e.g https://contoso.sharepoint.com/sites/cliformicrosoft365)"

# Get Credentials to connect
$m365Status = m365 status
if ($m365Status -match "Logged Out") {
m365 login
}

# Disable Quick property editing (Grid view) from SharePoint list
m365 spo list set --webUrl $siteUrl --title $listName --disableGridEditing true

Write-Host "Done! :-)" -ForegroundColor Green

# Disconnect SharePoint online connection
m365 logout

You can set --disableGridEditing to false to enable the quick property editing (edit in grid view) for your SharePoint online list.

Learn more

Updates available for Microsoft 365 Apps for all channels

We’ve released updates to the following update channels for Microsoft 365 Apps:

  • Current Channel
  • Monthly Enterprise Channel
  • Semi-Annual Enterprise Channel (Preview)
  • Semi-Annual Enterprise Channel

When this will happen:

We’ll be gradually rolling out these updates of Microsoft 365 Apps to users on those update channels starting April 11th, 2023 (PST).

How this will affect your organization:

If your Microsoft 365 Apps clients are configured to automatically update from the Office Content Delivery Network (CDN), then no action is required.

If you manage updates directly you can now download these latest updates and begin deployment.

What you need to do to prepare:

To get more details about these updates view the following release notes:

Message ID: MC540159

The post Updates available for Microsoft 365 Apps for all channels appeared first on M365 Admin.

Plan sharing with file container

A new authorization model is implemented for Planner plans, which will be a ‘shared container-based’ authorization model, where OneDrive and SharePoint Online files can be linked to plans to provide users with access to the plan if they have access to the shared container. This means that file-based authorization for plans will provide streamlined access to roster-backed plans that are connected to one or more SharePoint Online/OneDrive files. Note: Graph API is available only in beta 

For eg: A user with access to a Loop component or meeting notes that is linked to a plan in Planner will be able to access the plan without needing to be added as a roster member and thereby reducing any potential authorization errors that may arise owing to either roster limits or the absence of another user who can grant access.  

When this will happen: 

Standard Release: We will begin rolling out early April 2023 and expect to complete by mid-April 2023.

How this will affect your organization:

The users will have a revised authorization experience for the roster plans. The new authorization model allows users to access roster plans that have been shared with a file if they have access to the file (even if the user is not a direct member of the plan). 

Users of a Planner plan will see an informatory note as “People with access to these files can also access this plan”. 

Users who do not have access to the file (but are roster members) will be informed that a file is providing access to the plan but will not be informed what that file is. 

 What you need to do to prepare: 

There is no action needed to prepare for this change. You may want to notify your users about this change and update any relevant documentation as appropriate.

Message ID: MC537955

The post Plan sharing with file container appeared first on M365 Admin.

Feature Update 23H1 for SharePoint Server Subscription Edition has been released today

In previous versions of SharePoint Server new features were introduced with the release of new major versions. Those versions would be serviced with new security and quality improvements via monthly Public/Cumulative Updates but only on rare occasions, new feature experiences may be introduced via a Public/Cumulative Update. Unlike earlier versions SharePoint Server Subscription Edition is […]

Office 365 for IT Pros March 2023 Update Available

93rd Monthly Update Released for the Office 365 for IT Pros eBook

Office 365 for IT Pros
Office 365 for IT Pros

The Office 365 for IT Pros writing team is thrilled to announce the availability of the 93rd monthly update for the eBook. Subscribers for the EPUB/PDF version can download the updated files from Gumroad.com while Kindle users can request the updates from Amazon. See our FAQ for more information about fetching updated files for the book.

Many Changes in February 2023

This past month was hectic in terms of the number and types of changes that emerged across the Microsoft 365 ecosystem. Our change log captures where changes occurred in book chapters. Some of the changes deserve highlighting. Here’s my take:

Microsoft announced the rebranding of Yammer as Viva Engage. The core functionality of Yammer won’t change as it comes under the Viva brand. Book publishers hate product rebranding because of the effect it has on text and graphics. The February edition (92) of Office 365 for IT Pros included more than 250 mentions of Yammer in the text. This update reduces that number significantly. In some cases, we need to wait for Microsoft’s rebranding to be complete.

As part of the Viva Engage rebranding, Microsoft introduced a new Viva Engage Core service plan as part of some licenses. The thought behind the new service plan was good in that it made sure that users who depend on Yammer-sourced services like the Q&A app in Teams could continue working. However, the new plan caused a lot of hassle for tenants where Yammer wasn’t used because suddenly Yammer was available to users. In any case, it was a good opportunity to test the license management cmdlets in the Microsoft Graph PowerShell SDK as we head towards the deprecation of the license management cmdlets in the Azure AD and MSOL modules at the end of March 2023.

Speaking of the Microsoft Graph PowerShell SDK, several foibles (some would call them bugs) exist that you should be aware of when converting scripts from the old Azure AD and MSOL modules. Or read chapter 23 of Office 365 for IT Pros and use the advice presented there. If you write code for Azure Automation runbooks, remember that Microsoft will pause out Run As accounts in September 2023.

A new Syntex advanced management license is on its way to control access to security and management features for SharePoint Online and OneDrive for Business. The license is currently in preview, so you can test features like setting a default sensitivity label for SharePoint document libraries or blocking file downloads from sites. Microsoft hasn’t said how much they plan to charge for Syntex advanced management.

In the world of Exchange Online, we learned that Microsoft restricts the creation of inbound connectors for new tenants. Apparently, this is because of some security concerns. The connectors are created but remain in a disabled state until approval is gained from Microsoft Support.

More positively, the new and improved recall message feature is rolling out. Unlike the previous version, the server processes message recall requests and promises a recall success rate of 90% against the 40% attained by the old code. Message recall only works within a tenant, but it’s nice to have something that has a high chance of working, even when recipients have read a message or filed it out of the inbox.

This month, we took a look at Mesh Avatars in Teams. Not everyone will like the idea of an avatar taking their place during Teams meetings (only visually). On the other hand, if you’re not looking your best, maybe an avatar is the right thing to use.

The Teams Premium license is now generally available even if some of its features are still not fully baked. This month, we looked at the premium meeting templates feature and how templates could be used to manage different types of meetings within large organizations. Also in relation to Teams premium, if you use the trial licenses to check out the premium features, make sure that you remove those licenses after the 30-day trial is over. It’s less confusing that way.

So Much Change All The Time

The list above is only a snapshot of what happened during February 2023. The volume and kind of change underlines the value of a living book. It’s tough to keep text updated but after 93 monthly updates we’re in a kind of a rhythm. At least, I think we are.


Support the work of the Office 365 for IT Pros team by subscribing to the Office 365 for IT Pros eBook. Your support pays for the time we need to track, analyze, and document the changing world of Microsoft 365 and Office 365.

February 2023 Update for Office 365 for IT Pros

Update #92 Released to Subscribers

Office 365 for IT Pros

The Office 365 for IT Pros writing team is pleased to announce the availability of monthly update #93 for the Office 365 for IT Pros eBook. Subscribers to the EPUB/PDF version can download the updated files from Gumroad.com while Kindle subscribers must contact Amazon support to ask them to release the updates. Please consult our FAQ for more information about obtaining updated files.

Update #92 includes changes to many chapters. More details about the major changes covered this month are in our change log. However, it’s important to realize that we do not document every small change made in chapters. For instance, if we rewrite a paragraph to improve its clarity or make a point more forcibly, we might not note that fact. It’s all part of the constant maintenance we perform for the book.

User Feedback

We love receiving feedback from readers and were happy to receive several notes in January that helped us to improve the book. If you find something that doesn’t seem right or could be clearer, let us know by sending email to me. Before you do, please check the latest update to make sure that the fault exists there. When you write, it’s great if you include the chapter name, the heading where the problem exists, and details of why you think we’ve got something wrong.

82 Different Countries

As our subscribers know, we use Gumroad.com to distribute Office 365 for IT Pros. Every year, Gumroad lets us know where our books go. In 2022, people in 82 countries subscribed to Office 365 for IT Pros. The top ten countries for subscribers are:

  • United States.
  • United Kingdom.
  • Germany.
  • Australia.
  • Canada.
  • The Netherlands.
  • Switzerland.
  • Belgium.
  • France.
  • New Zealand.

It’s a great feeling to know that our work gets to so many places. We know that Office 365 is available in many more countries (Microsoft says 249 different markets), so we’ve still got some room to grow.

Microsoft 365 Security for IT Pros

On 16 January 2023, the team that takes care of the Microsoft 365 Security for IT Pros eBook released their 2023 edition. We don’t have anything to do with the Security book, which is staffed by a team of competent individuals that don’t need our help. We like to think that the Security book learned from our processes and procedures, but that’s about the limit of the connection. If you want to contact the security book team, head over to their website.

Time Running Out to Upgrade Azure AD PowerShell Scripts

We’ve invested a lot of time to continually improve and expand the coverage of the Microsoft Graph and the Microsoft Graph PowerShell SDK in Chapter 23 of Office 365 for IT Pros. PowerShell is a critical automation tool for Microsoft 365 tenant administrators and we are very conscious that time is running out to upgrade scripts written using cmdlets from the Azure AD, Azure AD Preview, and MSOL (Microsoft Online Services) modules. Although the formal deadline to retire these modules is June 30, 2023, the license management cmdlets will stop working from March 31, 2023, after Microsoft 365 switches to a new licensing platform.

Make sure that your scripts are ready for the transition. Migrations are always painful, but at least if you understand the technology and understand how the Graph works, you can take on the task of switching out old cmdlets with confidence. Before you do, be sure to read the sections in Chapter 23 that deal with the Graph and the Graph SDK. We’ll continue to update our coverage by adding new examples to Chapter 23 to help people through the migration with confidence.

Enjoy Update #92!

Windows 10 – Déploiement simplifié des piles de maintenance

Enfin Microsoft met fin au casse-tête des mises à jour des piles de maintenance. Mais pour l’instant uniquement pour Windows 10 2004 et ultérieur. L’éditeur a pris des mesures pour fournir une expérience plus transparente pour ceux qui gèrent les mises à jour mensuelles en onprem. Pour tenir les périphériques à jour, les administrateurs informatiques […]

The post Windows 10 – Déploiement simplifié des piles de maintenance appeared first on Les2T.

SCUP – Update de juin 2019 disponible.

L’update de juin 2019 de System Center Updates Publisher (SCUP) a été libéré par Microsoft. Il s’agit d’une Preview de l’outil. Pour Rappel SCUP est un outil autonome permettant à des éditeurs de logiciels indépendants ou à des développeurs d’applications métier de gérer des mises à jour personnalisées et de les intégrer à WSUS ou […]

The post SCUP – Update de juin 2019 disponible. appeared first on Les2T.

SCCM 1902 – Nouveau correctif : 4500571

Microsoft a libéré cette nuit un nouveau correctif pour la version 1902 de ConfigMgr. Celui-ci est disponible dans la console pour les Fast Ring comme pour les autres et corrige énormément de problèmes comme dans l’OSD ou dans les communications https. Problèmes résolus :  Le téléchargement de package de la tâche séquence action échoue et le […]

The post SCCM 1902 – Nouveau correctif : 4500571 appeared first on Les2T.

Fête des 10 ans d'SOSPC [Maj 4]

Merci à vous de suivre le flux Rss de www.sospc.name. ;o)<

Je me lance aujourd'hui dans la rédaction d'un article qui va énormément évoluer durant les six prochains mois. En effet, on va ici parler de ce projet fou initialisé à l'origine par Azamos et qui est de se rencontrer ''en vrai'' l'an prochain pour fêter les 10 ans d'existence d'SOSPC. Pour celles et ceux qui […]

Cet article Fête des 10 ans d'SOSPC [Maj 4] est apparu en premier sur votre site préféré www.sospc.name ;o)<

Converting Time Zones Easily In Power Automate

Did you know that Power Automate has a Date Time action that can easily convert, and format time zones in one action? Why is this important? Power Automate natively uses UTC as its time zone, as well as most SharePoint sites. Using an action can be easier than using expressions.

FeatureIMG

jcook127001

❌
❌