Hi all,
I want to run a python script to create a large number of Exchange mailboxes.
I am using the os.system("New-Mailbox.......) method.
However if i try to execute the python script in powershell it runs it in simple old cmd prompt (which dosent have cmdlets such as New-Mailbox)
Is there any way I can run the python in powershell or will i have to go and write a .ps1 script??
Thanks,
Shalong
I want to run a python script to create a large number of Exchange mailboxes.
I am using the os.system("New-Mailbox.......) method.
However if i try to execute the python script in powershell it runs it in simple old cmd prompt (which dosent have cmdlets such as New-Mailbox)
Is there any way I can run the python in powershell or will i have to go and write a .ps1 script??
Thanks,
Shalong
Comment