Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 1.63 KB

File metadata and controls

88 lines (60 loc) · 1.63 KB
document type cmdlet
external help file linuxtools-Help.xml
HelpUri https://github.com/Skatterbrainz/linuxtools/blob/master/docs/Get-SysCtl.md
Locale en-US
Module Name linuxtools
ms.date 11/09/2025
PlatyPS schema version 2024-05-01
title Get-SysCtl

Get-SysCtl

SYNOPSIS

Get the value of sysctl parameters.

SYNTAX

__AllParameterSets

Get-SysCtl [[-Name] <string>] [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

Get the value of sysctl parameters, or for a specified parameter.

EXAMPLES

EXAMPLE 1

Get-SysCtl

Get all sysctl parameters.

EXAMPLE 2

Get-SysCtl -Name vm.swappiness

Get the value of the vm.swappiness sysctl parameter.

PARAMETERS

-Name

The name of the sysctl parameter to get. If not specified, all parameters are returned.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS