Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
WriteLog
0.9.9
Public/Set-ProcessId.ps1
Function
Set-ProcessId
{
[
cmdletbinding
(
)
]
param
(
[
Parameter
(
Mandatory
=
$true
)
]
[string]
$Id
)
$Script:processId
=
$Id
}