taljacob2 / meeting-recorder

If you own a Windows machine, you may run these VBScript files to schedule a recording for a video-conference meeting.
0 stars 0 forks source link

Feat convert to powershell #3

Open taljacob2 opened 1 year ago

taljacob2 commented 1 year ago

Having issues right now in the thread scriptblock, because of the lines: It is hard to import the functions into the scriptblock and run them. I think it is because Launch-ZoomMeeting requires Launch-Chrome. Because if I run Launch-Chrome it works fine. But if I try to run Launch-ZoomMeeting (like right now) then I receive errors:

${function:Launch-Chrome} = [scriptblock]::Create(${using:function:Launch-Chrome})

${function:Launch-ZoomMeeting} = [scriptblock]::Create(${using:function:Launch-ZoomMeeting})
Launch-ZoomMeeting $using:Url

image