I am trying to do some work with sharepoint online and finding it very difficult.
Firstly this would be easily resolved if the option I need was enabled with sharepoint online but as it is not I am forced to try and do it this way. The option in hand is a data source to an on-site AD server to pull custom attributes across to AD. I have contacted Microsoft about this and they said it is unavailable with sharepoint online.
The tasks I want to be able to do is modify the user profile properties with custom attributes.
I do believe to have found the PS code I need to manipulate but my powershell is missing half the functions?
I can connect to sharepoint online and see my current sites.
I can import the sharepoint modle.
Most of the functions I am trying to use just return this: 'The term 'Get-SPWeb' is not recognized as the name of a cmdlet'
Is this because those functions are just simple not available for sharepoint online and only for the on-site sharepoint server?
Add-PSSnapin Microsoft.Sharepoint.PowershellAdd-PSSnapin : No snap-ins have been registered for Windows PowerShell version 4
Am I doing something wrong here? or just trying to do too much with sharepoint online?!
Rob