.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 serv
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-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-PSDrive New-Service Pop-Location Push-Location
BiosListOfLanguages BIOS 支持的语言列表 BIOS 支持的所有语言的列表。 BiosManufacturer BIOS 制造商 BIOS 固件的制造商名称。 BiosName BIOS 名称 BIOS 固件的名称。 BiosOtherTargetOS BIOS 支持的其他目标操作系统 BIOS 支持的其他操作系统类型。 BiosPrimaryBIOS 主BIOS 系统中的主 BIOS 版本。 BiosReleaseDate ...
Powershell to export list of all services not running as SYSTEM account on all domain computers I need to see if there are any services running as service accounts and wanted to query all our domain computers to get the service name, what state is it in (Running/Di...
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-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). ...
Get-EventGets the events in the event queue. Get-EventLogGets the events in an event log, or a list of the event logs, on the local or remote computers. Get-EventSubscriberGets the event subscribers in the current session. Get-ExecutionPolicyGets the execution policies for the current sessio...
The SendAs permission is granted using Add-RecipientPernission, so to retrieve the list of users who has permission to send as the shared mailbox, you can run: Get-RecipientPermission -Identity <SharedMailbox> OR Get-RecipientPermission -Identity <SharedMailbox> | Sel...
Get-SPRSSite Gets the SharePoint sites based on whether the "ReportingService" feature is enabled. By default, sites that enable the "ReportingService" feature are returned. Basic samples Return a list of cmdlets that contain 'SPRS' in the name. This list is the full list of Reporting Serv...