int64

About this tag
The int64 tag on WindowsForum.com covers discussions about the Int64 data type in PowerShell scripting. Content includes questions about parameter types in PowerShell cmdlets, such as whether an Int64 parameter is mandatory or optional. The tag is relevant for users working with PowerShell syntax, data types, and scripting in Windows environments. It may also be useful for developers and IT professionals dealing with large integer values in automation tasks.
  1. Psilocelium

    PowerShell Syntax Question

    I just took a quiz that asked what type of parameter <String> is. Could you tell me if it is a mandatory parameter? For some reason I was thinking <String> would be defined as a value, not a parameter. Syntax Get-EventLog [-LogName] <String> [[-InstanceId] <Int64[]>] [-After <DateTime>]...
Back
Top