< Back

New-ProcessObject

Sat Jan 18, 2020 1:31 pm

NAME New-ProcessObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.process" (or one of its derived types).





SYNTAX

New-ProcessObject [-accountName <string>] [-commandLine <string>] [-createdDateTime <DateTimeOffset>] [-fileHash

<object>] [-integrityLevel <string>] [-isElevated <bool>] [-name <string>] [-parentProcessCreatedDateTime

<DateTimeOffset>] [-parentProcessId <int>] [-parentProcessName <string>] [-path <string>] [-processId <int>]

[<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.process" (or one of its derived types).





PARAMETERS

-accountName <string>

The "accountName" property, of type "Edm.String".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-commandLine <string>

The "commandLine" property, of type "Edm.String".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdDateTime <DateTimeOffset>

The "createdDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-fileHash <object>

The "fileHash" property, of type "microsoft.graph.fileHash".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-integrityLevel <string>

The "integrityLevel" property, of type "microsoft.graph.processIntegrityLevel".



This property is on the "microsoft.graph.process" type.



Valid values: 'unknown', 'untrusted', 'low', 'medium', 'high', 'system', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isElevated <bool>

The "isElevated" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-name <string>

The "name" property, of type "Edm.String".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-parentProcessCreatedDateTime <DateTimeOffset>

The "parentProcessCreatedDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-parentProcessId <int>

The "parentProcessId" property, of type "Edm.Int32".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-parentProcessName <string>

The "parentProcessName" property, of type "Edm.String".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-path <string>

The "path" property, of type "Edm.String".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-processId <int>

The "processId" property, of type "Edm.Int32".



This property is on the "microsoft.graph.process" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS