Convert powershell command to C#

  • Thread starter Thread starter Karthick E
  • Start date Start date
K

Karthick E

Guest
Hello All,

This is the first time I'm trying to convert powershell script to c# code.

foreach ( $csv in $csv)
{

Set-CsOnlineDialInConferencingUser -Identity $csv.UserPrincipalName -ServiceNumber $csv.ServiceNumber

}

Continue reading...
 
Back
Top