Get-InstalledModule [[-Name] <String[]>] [-MinimumVersion <String>] [-RequiredVersion <String>] [-MaximumVersion <String>] [-AllVersions] [-AllowPrerelease] [<CommonParameters>]说明该Get-InstalledModule cmdlet 获取使
模組: PowerShellGet 取得PowerShellGet 所安裝電腦上的模組清單。語法PowerShell 複製 Get-InstalledModule [[-Name] <String[]>] [-MinimumVersion <String>] [-RequiredVersion <String>] [-MaximumVersion <String>] [-AllVersions] [-AllowPrerelease] [<CommonParameters>]...
Возвращаетсписокмодулейнакомпьютере, установленныхспомощью PowerShellGet. Синтаксис PowerShellКөшіру Get-InstalledModule[[-Name] <String[]>] [-MinimumVersion <String>] [-RequiredVersion <String>] [-...
モジュール: PowerShellGet スクリプトを更新します。構文PowerShell コピー Update-Script [[-Name] <String[]>] [-RequiredVersion <String>] [-MaximumVersion <String>] [-Proxy <Uri>] [-ProxyCredential <PSCredential>] [-Credential <PSCredential>] [-Force] [-AllowPrerelease] [-Accept...
BiosSoftwareElementState BIOS 软件元素状态 BIOS 中软件元素的状态。 BiosStatus BIOS 状态 BIOS 的状态信息。 BiosSystemBiosMajorVersion 系统BIOS 主版本号 系统BIOS 的主版本号。 BiosSystemBiosMinorVersion 系统BIOS 次版本号 系统BIOS 的次版本号。 BiosTargetOperatingSystem BIOS 目标操作系统 BIOS 支持的目标操...
List installed software on Windows with PowerShell List and validate IPv4 subnet masks using PowerShell List installed .NET versions on remote computers M Main Page Manage local group membership on remote servers with PowerShell Manually parse CSV with escaped delimiters Mdt the unattend answer file ...
查询: 在 PowerShell 中,可以使用 Get-WindowsFeature 命令来获取 Windows 功能的信息,包括已安装和可用的功能。以下是 Get-WindowsFeature 命令的一些常见参数: -Name:指定要获取的功能的名称。可以使用通配符来匹配多个功能,例如 -Name
$installed=$response|Where-Object{$_.installed-EQ$true-and$_.display_name-EQ$appInstalled} $output=$serverName+","+$installed.display_name +","+$installed.version $output|Add-Content-Path$filepath } Related Topics Community: Use API to Pull Software Inventory for Every Computer in an Organi...
Get-HotFix 将管道中的对象发送到 Sort-Object cmdlet。 Sort-Object 按升序对对象进行排序,并使用 属性 参数计算每个 installedOn 日期。 数组表示法 [-1] 选择最新的已安装修补程序。参数-ComputerName指定远程计算机。 键入远程计算机的 NetBIOS 名称、Internet 协议(IP)地址或完全限定的域名(FQDN)。 如果未指定...
I use Chocolatey (chocolatey.org) as my source of software installation and would like to know if it is possible to run a Powershell script to install chocolatey (and maybe the software I need) during the post setup. Normally you run the following command in Powershell to install ...