Search found 17 matches

by ralf_jantschek
Tue May 23, 2023 6:26 am
Forum: PowerShell Studio
Topic: When starting EXE a Console is starting
Replies: 6
Views: 1743

Re: When starting EXE a Console is starting

Hello,

thanks, finally it's done and does exactly what it says on the tin ;-).
Ralf
by ralf_jantschek
Tue May 23, 2023 12:21 am
Forum: PowerShell Studio
Topic: When starting EXE a Console is starting
Replies: 6
Views: 1743

Re: When starting EXE a Console is starting

Hello, the intended goal is to access a DB and display the results in a grid on the screen (roughly) But while I try to "Build&run" the script there is no new EXE File generated, instead i'm getting this: ------ Build started: RM_Console, Configuration: x64 ------ Packaging with Micros...
by ralf_jantschek
Sun May 21, 2023 11:55 pm
Forum: PowerShell Studio
Topic: When starting EXE a Console is starting
Replies: 6
Views: 1743

Re: When starting EXE a Console is starting

Hello, here are my settings, it still shows this window
by ralf_jantschek
Wed May 17, 2023 4:36 am
Forum: PowerShell Studio
Topic: When starting EXE a Console is starting
Replies: 6
Views: 1743

When starting EXE a Console is starting

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: 5.8.221.0 Operatin...
by ralf_jantschek
Tue Mar 07, 2023 12:34 am
Forum: PowerShell
Topic: Making Outlook Appointments
Replies: 5
Views: 4110

Re: Making Outlook Appointments

Hello Group,
unfortunately this problem persits...
Is there a chance to get some help?

Thanks a lot
by ralf_jantschek
Mon Feb 20, 2023 11:53 pm
Forum: PowerShell
Topic: Making Outlook Appointments
Replies: 5
Views: 4110

Re: Making Outlook Appointments

Hello,

Maybe I posted tooo much Code:

Code: Select all

$calendar = $olNamespace.Folders('XXX)
This is the Code in question.

anyway, thanks for the answer
by ralf_jantschek
Mon Feb 20, 2023 6:12 am
Forum: PowerShell
Topic: Making Outlook Appointments
Replies: 5
Views: 4110

Making Outlook Appointments

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: Operating system: ...
by ralf_jantschek
Mon Sep 10, 2018 4:26 am
Forum: PowerShell Studio
Topic: settings lost
Replies: 6
Views: 3025

Re: settings lost

Hi,
I'm not quite sure on how prepare the thing without the somewhat confidential source code ...
Can you please advise.
by ralf_jantschek
Tue Sep 04, 2018 3:45 am
Forum: PowerShell Studio
Topic: settings lost
Replies: 6
Views: 3025

Re: settings lost

Hello,

the problem persits....
by ralf_jantschek
Mon Aug 13, 2018 12:01 am
Forum: PowerShell
Topic: Trouble creating meeting request
Replies: 4
Views: 1920

Re: Trouble creating meeting request

Hello,
as I have to create the appointment in different mailbox hence the

Code: Select all

$calendar = $olNamespace.Folders("Path to the folder where the appointment is created in")
your suggestion won't work