FIX: The Documentation URL must be a raw Markdown file hosted on GitHub

The ‘Raw Markdown file’? I published my first module in the PowerShell Gallery Repository. I made areadme file on Github and saw that you could link a markdown file in the PowerShell Gallery via edit package, unfortunately I encountered this error: Conversion of Markdown to HTML failed with ‘The Documentation URL must be a raw … Continue reading FIX: The Documentation URL must be a raw Markdown file hosted on GitHub

FIX: The operation couldn’t be performed because ” matches multiple entries. Exchange

Use the DistinguishedName! I bet an awful lot of Exchange admins have encountered this error in PowerShell: The operation couldn’t be performed because ” matches multiple entries. I got the error using the Get-MailboxRestoreRequest cmdlet, but it doesn’t matter which cmdlet you were using for the solution. The problem often is a guestuser or a … Continue reading FIX: The operation couldn’t be performed because ” matches multiple entries. Exchange