[ ] Windows Identity Foundation 3.5 Windows-Identity-Fou... Available [X] Windows PowerShell PowerShellRoot Installed [X] Windows PowerShell 5.1 PowerShell Installed [X] Windows PowerShell 2.0 Engine PowerShell-V2 Installed [ ] Windows PowerShell Desired State Configurati... DSC-Service Available...
Get-WindowsFeature是PowerShell 5中的一个命令,用于获取Windows操作系统中已安装或可用的功能(Features)。它可以帮助管理员查看系统中已安装的功能,以及安装或卸...
In this article, I will demonstrate how to get Windows features using PowerShell on servers. The Get-WindowsFeature cmdlet lists all the roles and Windows features installed on a server. If you are asked to find the features installed on a specific server, you can use PowerShell to complete...
功能名称 : Microsoft-Windows-GroupPolicy-ServerAdminTools-Update 状态: 已禁用 功能名称 : Windows-Internal-Database 状态: 已禁用 功能名称 : FailoverCluster-PowerShell 状态: 已禁用 功能名称 : ServicesForNFS-ServerAndClient 状态: 已禁用 功能名称 : ClientForNFS-Infrastructure 状态: 已禁用 功能名称 :...
Gets information about Windows Server roles, role services, and features that are available for installation and installed on a specified server. Syntax PowerShell 複製 Get-WindowsFeature [[-Name] <String[]>] [-Vhd <String>] [-ComputerName <String>][-Credential <PSCredential>] [-LogPath <...
PowerShell Kopieren Get-WindowsFeature -ComputerName Server01 | Where InstalledThis example returns a list of features installed on a specified server, Server01.Example 5PowerShell Kopieren Get-WindowsFeature -ComputerName Server01 | Where InstallState -Eq Removed...
Gets information about Windows Server roles, role services, and features that are available for installation and installed on a specified server.SyntaxPowerShell Copy Get-WindowsFeature [[-Name] <String[]>] [-Vhd <String>] [-ComputerName <String>][-Credential <PSCredential>] [-LogPath <...
Gets information about Windows Server roles, role services, and features that are available for installation and installed on a specified server.SyntaxPowerShell Copy Get-WindowsFeature [[-Name] <String[]>] [-Vhd <String>] [-ComputerName <String>][-Credential <PSCredential>] [-LogPath <...
Gets information about Windows Server roles, role services, and features that are available for installation and installed on a specified server. Syntax PowerShellCopy Get-WindowsFeature[[-Name] <String[]>] [-Vhd <String>] [-ComputerName <String>] [-Credential <PSCredential>] [-LogPath <Strin...
To get started with Docker on Windows Server, we have a powershell script which configures your environment to enable container-related OS features and install the Docker runtime. PowerShell Copy Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main...