Hi
Is it possible to create an Azure OU programatically using the Adaxes PowerShell module?
Thanks
Matt
Hello Matt,
Yes, it can be done the very same way you do it for OUs in on-premises AD domains managed by Adaxes. For examples, have a look at the following SDK article: https://adaxes.com/sdk/SampleScripts.CreatingOrganizationalUnits.
Thank you, I've just found you need to specify the Azure domain for the Server switch, i.e.
New-AdmOrganizationalUnit -Path <path to OU parent> -Name <name of OU> -Server <youdomain.onmicrosoft.com>
Thanks as always for your quick help.
Hi! When browsing an OU in the webinterface, there are 3 task available under Create New: User, Contact and Group. Is it possible to remove these? We only want users to create objects from the Action pane on the home screen.
Hello, I am trying to figure out how to create a scheduled task via PowerShell. I've been referencing the SDK, mostly pulling script examples straight out of it. After following the steps on ... ==================> # Save the Scheduled Task $task.SetInfo()
Is it possible to create a business unit and have it auto populate with group owners in a specific OU. I've tried a few scripts to get propertie adm-managedbylist but none have worked so far.
I am trying to find a way to create Groups based off an OU and a list of options (check boxes) within the portal For example: Select the Target OU to add groups ... 3 - Remote Administrators Option 3 - Remote Developers Option 4 - Readers Option 4 - Writers
I'm trying to schedule a report to look in a few specific OUs. Currently "Look in" location only allows for single instance or multiple drop downs. How do I schedule multiple OU locations without creating multiple reports?