what's the problem here?? ( I attached link) #73609
-
Beta Was this translation helpful? Give feedback.
Answered by
danmoseley
Aug 9, 2022
Replies: 2 comments 4 replies
-
Hello. This is not the right repo for powershell questions. It is the right repo if you trace it to an issue in the underlying libraries. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
danmoseley
-
I've attached the relevant code:
```
Task<PSDataCollection<PSObject>> T = powershell.InvokeAsync<string,
string>(a1, a2);
for (int Ag = 0; Ag < T.Result.ToArray().Length; Ag++)
{
for (long jh = 0; jh < T.Result[Ag].Properties.Count();
jh++)
{
label3.Text = label3.Text + "\n\n" +
T.Result[Ag].Properties.ToArray()[jh];
}
}
}
```
בתאריך יום ג׳, 9 באוג׳ 2022 ב-10:34 מאת Dan Moseley <
***@***.***>:
… Have you simplified the code as far as you possibly can so you have the
minimum code that repros the issue?
—
Reply to this email directly, view it on GitHub
<#73609 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNBJWKWTFHO3KLSLZ4X2UTVYICYXANCNFSM557SRQEQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
<https://netanel.ml>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. This is not the right repo for powershell questions. It is the right repo if you trace it to an issue in the underlying libraries.