Uses of Annotation Type
io.github.eggy03.ferrumx.windows.annotation.IsolatedPowerShell
Packages that use IsolatedPowerShell
Package
Description
-
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.compounded
Methods in io.github.eggy03.ferrumx.windows.service.compounded with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull Optional<HardwareId> HardwareIdService.get(long timeout) Retrieves anOptionalcontaining the HWID information using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<MsftNetAdapterToIpAndDnsAndProfile> MsftNetAdapterToIpAndDnsAndProfileService.get(long timeout) Retrieves an immutable list of adapters and their configs connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32DiskDriveToPartitionAndLogicalDisk> Win32DiskDriveToPartitionAndLogicalDiskService.get(long timeout) Retrieves an immutable list of physical disks with related partition and logical disk data connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32DiskPartitionToLogicalDisk> Win32DiskPartitionToLogicalDiskService.get(long timeout) Retrieves an immutable list of physical disk and related logical disks connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32NetworkAdapterToConfiguration> Win32NetworkAdapterToConfigurationService.get(long timeout) Retrieves an immutable list of network adapters and related configuration connected in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32ProcessorToCacheMemory> Win32ProcessorToCacheMemoryService.get(long timeout) Retrieves an immutable list of processors and related cache information connected to the system using an isolated PowerShell process with a configurable timeout. -
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.display
Methods in io.github.eggy03.ferrumx.windows.service.display with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32DesktopMonitor> Win32DesktopMonitorService.get(long timeout) Retrieves an immutable list of monitors connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32VideoController> Win32VideoControllerService.get(long timeout) Retrieves an immutable list of video controllers (GPUs) present in the system using an isolated PowerShell process with a configurable timeout. -
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.mainboard
Methods in io.github.eggy03.ferrumx.windows.service.mainboard with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32Baseboard> Win32BaseboardService.get(long timeout) Retrieves an immutable list of motherboard entries present in the system using an isolated PowerShell process with a configurable timeout.Win32BiosService.get(long timeout) Retrieves an immutable list of BIOS entries present in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32PortConnector> Win32PortConnectorService.get(long timeout) Retrieves an immutable list of mainboard ports present in the system using an isolated PowerShell process with a configurable timeout. -
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.memory
Methods in io.github.eggy03.ferrumx.windows.service.memory with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32PhysicalMemory> Win32PhysicalMemoryService.get(long timeout) Retrieves an immutable list of physical memory modules connected to the system using an isolated PowerShell process with a configurable timeout. -
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.network
Methods in io.github.eggy03.ferrumx.windows.service.network with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull @Unmodifiable List<MsftDnsClientServerAddress> MsftDnsClientServerAddressService.get(long timeout) Retrieves an immutable list of DNS Server and Client configuration for all network adapters present in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<MsftNetAdapter> MsftNetAdapterService.get(long timeout) Retrieves an immutable list of network adapters connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<MsftNetConnectionProfile> MsftNetConnectionProfileService.get(long timeout) Retrieves an immutable list of connection profiles for all network adapters connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<MsftNetIpAddress> MsftNetIpAddressService.get(long timeout) Retrieves an immutable list of IPv4 and IPv6 configs for all network adapters connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32NetworkAdapterConfiguration> Win32NetworkAdapterConfigurationService.get(long timeout) Retrieves an immutable list of network adapter configurations connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32NetworkAdapter> Win32NetworkAdapterService.get(long timeout) Retrieves an immutable list of network adapters connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32NetworkAdapterSetting> Win32NetworkAdapterSettingService.get(long timeout) Retrieves an immutable list ofWin32NetworkAdapterSettingentities using an isolated PowerShell process with a configurable timeout. -
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.peripheral
Methods in io.github.eggy03.ferrumx.windows.service.peripheral with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32Battery> Win32BatteryService.get(long timeout) Retrieves an immutable list of batteries present on the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32Printer> Win32PrinterService.get(long timeout) Retrieves an immutable list of printers connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32SoundDevice> Win32SoundDeviceService.get(long timeout) Retrieves an immutable list of sound devices present on the system using an isolated PowerShell process with a configurable timeout. -
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.processor
Methods in io.github.eggy03.ferrumx.windows.service.processor with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32AssociatedProcessorMemory> Win32AssociatedProcessorMemoryService.get(long timeout) Retrieves an immutable list ofWin32AssociatedProcessorMemoryentities using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32CacheMemory> Win32CacheMemoryService.get(long timeout) Retrieves an immutable list of processor cache entries using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32Processor> Win32ProcessorService.get(long timeout) Retrieves an immutable list of processor entries using an isolated PowerShell process with a configurable timeout. -
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.storage
Methods in io.github.eggy03.ferrumx.windows.service.storage with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32DiskDrive> Win32DiskDriveService.get(long timeout) Retrieves an immutable list of disk drives connected in the system. using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32DiskDriveToDiskPartition> Win32DiskDriveToDiskPartitionService.get(long timeout) Retrieves an immutable list ofWin32DiskDriveToDiskPartitionentities using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32DiskPartition> Win32DiskPartitionService.get(long timeout) Retrieves an immutable list of disk partitions using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32LogicalDisk> Win32LogicalDiskService.get(long timeout) Retrieves an immutable list of logical disk volumes present in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32LogicalDiskToPartition> Win32LogicalDiskToPartitionService.get(long timeout) Retrieves an immutable list ofWin32LogicalDiskToPartitionentities using an isolated PowerShell process with a configurable timeout. -
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.system
Methods in io.github.eggy03.ferrumx.windows.service.system with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull Optional<Win32ComputerSystem> Win32ComputerSystemService.get(long timeout) Retrieves anOptionalcontaining the Computer System information using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32Environment> Win32EnvironmentService.get(long timeout) Retrieves an immutable list of env variables using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32OperatingSystem> Win32OperatingSystemService.get(long timeout) Retrieves an immutable list of operating systems installed in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32PnPEntity> Win32PnPEntityService.get(long timeout) Retrieves an immutable list of pnp entities connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32Process> Win32ProcessService.get(long timeout) Retrieves an immutable list of processes running in the system using an isolated PowerShell process with a configurable timeout. -
Uses of IsolatedPowerShell in io.github.eggy03.ferrumx.windows.service.user
Methods in io.github.eggy03.ferrumx.windows.service.user with annotations of type IsolatedPowerShellModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32UserAccount> Win32UserAccountService.get(long timeout) Retrieves an immutable list of user accounts using an isolated PowerShell process with a configurable timeout.