external help file | Module Name | online version | schema |
---|---|---|---|
PSDates-help.xml |
PSDates |
2.0.0 |
Converts a datetime value to a Wmi datetime string
ConvertTo-WmiDateTime [[-Date <DateTime>]] [-ProgressAction <ActionPreference>] [<CommonParameters>]
This function will return the WMI datetime string based on a datetime passed.
ConvertTo-WmiDateTime -Date '06/25/2019 16:17'
Return the WMI datetime string for the datetime of "06/25/2019 16:17"
Specifies a date and time.
Type: DateTime
Parameter Sets: (All)
Aliases:
Accepted values:
Required: True (None) False (All)
Position: 0
Default value: (Get-Date)
Accept pipeline input: False
Accept wildcard characters: False
DontShow: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Accepted values:
Required: True (None) False (All)
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
DontShow: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Fill Related Links Here