En utilisant ce site, vous acceptez le politique de confidentialité.
Accepter
EntérinEntérinEntérin
  • MAISON
  • INFORMATIQUE PRO
  • TECHNOLOGIE
  • Microsoft
    • Azuré
    • Configmgr / sccm
    • DPM
    • Orchestrateur
    • Hyper-v
    • Microsoft Edge Insider
    • MSI
    • Bureau 365
    • Bureau Insider
    • Power Bi
    • Skype
    • Serveur SQL
    • Équipes
  • FENÊTRES
    • Centre d'administration Windows
    • Client Windows
    • Serveur Windows
  • Liste de collecte de requêtes SCCM
En lisant: Aperçu du centre d'administration Windows 1812 libéré
Redimensionneur de policeAA
EntérinEntérin
Redimensionneur de policeAA
  • MAISON
  • INFORMATIQUE PRO
  • TECHNOLOGIE
  • Microsoft
  • FENÊTRES
  • Liste de collecte de requêtes SCCM
Recherche
  • MAISON
  • INFORMATIQUE PRO
  • TECHNOLOGIE
  • Microsoft
    • Azuré
    • Configmgr / sccm
    • DPM
    • Orchestrateur
    • Hyper-v
    • Microsoft Edge Insider
    • MSI
    • Bureau 365
    • Bureau Insider
    • Power Bi
    • Skype
    • Serveur SQL
    • Équipes
  • FENÊTRES
    • Centre d'administration Windows
    • Client Windows
    • Serveur Windows
  • Liste de collecte de requêtes SCCM
Centre d'administration Windows

Aperçu du centre d'administration Windows 1812 libéré

Publié: Février 11, 2024
4 Lecture minimale
PARTAGER

Aperçu du centre d'administration Windows 1812 libéré. This is the first release where you’ll be able to preview the dark UI theme, which is still a work in progress.

Contenu
Dark Theme (preview)Configure Windows Admin Center using PowerShellExtension managementExport/import of connectionsWindows Admin Center Known Issues

Other new features are:

  • Power configuration tab on the server settings page, where you can change the configured power profile.
  • If the server has an IPMI-compatible BMC, you’ll find the BMC serial number and a hyperlink to its IP address on the Server Overview page.
  • If Windows Admin Center is installed in service mode, you can now use PowerShell to automate the following (examples included below):
    • Import/export of connections (with tags)
    • Extension management

We have also improved the High-Availability deployment experience and script.

Dark Theme (preview)

To enable the dark theme, enter the experiment key msft.sme.shell.personalization on the advanced tab of the global settings. This will enable a new personalization tab, where you can toggle to the dark theme.

NOTE: Dark theme is still a work in progress, please do not report bugs at this time.

Configure Windows Admin Center using PowerShell

After installing this release, you’ll find two new PowerShell modules that you can use to automate Windows Admin Center configuration when it is installed as a server service.

NOTE: Windows Admin Center installed in desktop mode is not supported.

Extension management

# Add the module to the current sessio
Import-Module "$env:ProgramFiles\windows admin center\PowerShell\Modules\ExtensionTools" 
# Available cmdlets: Get-Feed, Add-Feed, Remove-Feed, Get-Extension, Install-Extension, Uninstall-Extension, Update-Extension # List feeds Get-Feed "https://wac.contoso.com" 
# Add a new extension feed 
Add-Feed -GatewayEndpoint "https://wac.contoso.com" -Feed "\\WAC\our-private-extensions" 
# Remove an extension feed Remove-Feed -GatewayEndpoint "https://wac.contoso.com" -Feed "\\WAC\our-private-extensions" 
# List all extensions 
Get-Extension "https://wac.contoso.com" 
# Install an extension (locate the latest version from all feeds and install it) 
Install-Extension -GatewayEndpoint "https://wac.contoso.com" "msft.sme.containers" 
# Install an extension (latest version from a specific feed, if the feed is not present, it will be added) 
Install-Extension -GatewayEndpoint "https://wac.contoso.com" "msft.sme.containers" -Feed "https://aka.ms/sme-extension-feed" 
# Install an extension (install a specific version) 
Install-Extension "https://wac.contoso.com" "msft.sme.certificate-manager" "0.133.0" 
# Uninstall-Extension 
Uninstall-Extension "https://wac.contoso.com" "msft.sme.containers" # Update-Extension 
Update-Extension "https://wac.contoso.com" "msft.sme.containers"

Export/import of connections

# Add the module to the current session Import-Module "$env:ProgramFiles\windows admin center\PowerShell\Modules\ConnectionTools" # Available cmdlets: Export-Connection, Import-Connection 
# Export connections (including tags) to .csv files Export-Connection "https://wac.contoso.com" -fileName "WAC-connections.csv" 
# Import connections (including tags) from .csv files 
Import-Connection "https://wac.contoso.com" -fileName "WAC-connections.csv"

Windows Admin Center Known Issues

Extension Manager

If you have upgraded from an older version, extension manager will display an old version number for pre-installed extensions, however the actual tool UI will be up to date. This will block you from removing pre-installed extensions. Extensions from feeds will continue working normally.

Pour résoudre ce problème, close Windows Admin Center, delete the ‘%ProgramData%\Server Management Experience\Extensions’ directory, and restart Windows Admin Center.

ÉTIQUETÉ:Microsoft Windows Admin CenterMicrosoft Windows InsiderServeur Microsoft WindowsPowershellFenêtresFenêtres 10
Article précédent Comment trouver des ordinateurs inactifs dans Active Directory en utilisant PowerShell
Article suivant Téléchargez Java MSI x64 et x86 8.0.2010.9
Laisser un commentaire Laisser un commentaire

Laisser une réponse Annuler la réponse

Votre adresse email ne sera pas publiée. Les champs obligatoires sont marqués *

Ce site utilise Akismet pour réduire le spam. Découvrez comment les données de vos commentaires sont traitées.

Traduction

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
par Transposh - translation plugin for wordpress

Articles populaires

Configuration système requise pour Windows Server 2016
Serveur Windows
Liste de collecte de requêtes Configuration Manager
Liste de collecte de requêtes Configuration Manager
Configmgr
Navigation structurée/gérée activée sur les pages modernes dans les sites d'équipe classiques
Technologie
SCCM n'a pas réussi à obtenir les emplacements DP comme version attendue de MP
Configmgr

Messages récents

Installation et configuration de Fail2ban pour la protection SSH sur Ubuntu 24.04
Linux
Activation et configuration de FirewallD sur AlmaLinux
Linux
Création d'utilisateur et configuration de la clé SSH dans AlmaLinux
Linux
Comment réinitialiser le mot de passe sur AlmaLinux
Linux

© 2023 Entérin

Aller à la version mobile
Content de te revoir!

Connectez-vous à votre compte

Nom d'utilisateur ou adresse e-mail
Mot de passe

Vous avez perdu votre mot de passe?