Get-Item Get-ItemProperty Get-ItemPropertyValue Get-Location Get-Process Get-PSDrive Get-PSProvider Get-Service Get-TimeZone Invoke-Item Join-Path Move-Item Move-ItemProperty New-Item New-ItemProperty New-PSDriv
.DESCRIPTION Get-MrAutoStoppedService is a function that returns a list of services from the specified remote computer(s) that are set to start automatically, are not currently running, and it excludes the services that are set to start automatically with a delayed startup. .PARAMETER Computer...
Get-Member 发现 产品文档 开发语言 主题 此主题的部分內容可能由机器或 AI 翻译。 消除警报 版本 PowerShell 7.5 搜索 Export-Clixml Export-Csv Export-FormatData Export-PSSession Format-Custom Format-Hex Format-List Format-Table Format-Wide Get-Alias...
Filter out Get-WmiObject Win32_service for a list of services Filter scheduled tasks for ones whose action properties contain file names from a file Filter Win32_GroupUser Class > Invalid Query Filtering an Array of Objects filtering event logs with specific date range Filtering files by date (...
Get-Service -Name <服务名称> -RequiredServices Get-Service -Name <服务名称> -DependentServices 上述第一个命令获取该服务的必需服务,即该服务所依赖的服务。第二个命令获取该服务的从属服务,即该服务所支持的服务。 示例1 Get-Service-Name"Windows Update"-RequiredServices ...
BiosListOfLanguages BIOS 支持的语言列表 BIOS 支持的所有语言的列表。 BiosManufacturer BIOS 制造商 BIOS 固件的制造商名称。 BiosName BIOS 名称 BIOS 固件的名称。 BiosOtherTargetOS BIOS 支持的其他目标操作系统 BIOS 支持的其他操作系统类型。 BiosPrimaryBIOS 主BIOS 系统中的主 BIOS 版本。 BiosReleaseDate ...
Get-Service-Namew32time |Select-Object-Property* Output Name : w32time RequiredServices : {} CanPauseAndContinue : False CanShutdown : True CanStop : True DisplayName : Windows Time DependentServices : {} MachineName : . ServiceName : w32time ServicesDependedOn : {} ServiceHandle : Status ...
Get-WmiObject 是 PowerShell 中的一个命令,用于获取 Windows 管理信息 (WMI) 对象。WMI 是 Microsoft 提供的一种用于管理 Windows 操作系统的标准接口,它允许管理者通过脚本或命令行工具来查询系统信息、执行管理任务以及监控系统状态。 使用 Ge
Get-ExchangeServer-IdentityMailbox01 |Format-List This example returns detailed information about the Exchange server named Mailbox01. Parameters -Domain The Domain parameter filters the results by the fully qualified domain name (FQDN) of the domain (for example, contoso.com). ...
Start the Reporting Services service. Copy get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance Enter the following command from the SharePoint Management Shell to return a filtered list of rows from the log file. The command filters for li...