Blog

Attempting to use Windows Azure Active Directory Module for Windows PowerShell “Connect-MsolService” to connect to Azure throws the error: “Connect-MsolService : Method not found: ‘Void”

Problem You attempt to use the cmdlet Connect-MsolService in Windows Azure Active Directory Module for Windows PowerShell to connect to Azure but receive the following error: PS C:> Connect-MsolServiceConnect-MsolService : Method not found: ‘VoidSystem.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr, !!0)’.At line:1 char:1+ Connect-MsolService+ ~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : OperationStopped: (:) [Connect-MsolService],

Read More...

Using a CSV list to create Active Directory contacts

I’ve recently been asked to convert a set of contacts exported from Outlook as a CSV file into Active Directory contacts. This was the first time I’ve had to do something like this and this exercise made me realize that Outlook contacts actually had much

Read More...

Unabled to delete mailbox in Exchange 2013 Exchange Administrative Center with the error: “Active Directory operation failed on domainController.com. This error is not retriable. Additional information: Access is denied. Active directory response: 00000005: SecErr: DSID-03151D15, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0”

Problem You’re logged into the Exchange 2013 server Exchange Administrative Center and attempt to delete a user’s mailbox but receive the following error: Active Directory operation failed on domainController.com. This error is not retriable. Additional information: Access is denied. Active directory response: 00000005: SecErr: DSID-03151D15,

Read More...