Anthony Howell
Anthony Howell
When running the command: ```powershell Get-MgDirectoryDeletedItem -DirectoryObjectId microsoft.graph.user ``` I would expect the output to show me the deleted users in Azure AD. Instead it shows: ``` Id DeletedDateTime --...
Personally, I like how the ActiveDirectory cmdlets operate when it comes to returning certain attributes. By default there is a minimal set of attributes returned and when a property is...
### Type of Connector Independent Publisher Connector ### Name of Connector Square Payments ### Describe the bug I created a Logic App workflow and added in a Square Payments action....
Backstory ---------- I have a module that has a large number of cmdlets with the same parameters so I'm working on doing automated updates to those parameter docs. Originally I...
New-MgUser fails 'does not exist or one of its queried reference-property objects are not present.'
When creating a new user with ```New-MgUser```, if not all of the required parameters are passed it throws a rather cryptic error: ```text Resource 'User_' does not exist or one...
After watching Mark Kraus's web cmdlets deep dive at the PowerShell summit, I noticed that there are quite a few additions to Invoke-RestMethod in v6 (authentication, for example). Curl2PS should...