We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation on https://microsoft365dsc.com/user-guide/get-started/authentication-and-permissions/ suggests using Get-M365DSCCompiledPermissionList -ResourceNameList @('AADUser', 'AADApplication') -PermissionsType 'Application'
Get-M365DSCCompiledPermissionList -ResourceNameList @('AADUser', 'AADApplication') -PermissionsType 'Application'
However, I get this error: A parameter cannot be found that matches parameter name 'PermissionsType'
A parameter cannot be found that matches parameter name 'PermissionsType'
There is a bug on the website documentation.
The parameter actually is PermissionType (singluar).
PermissionType
1.24.403.1
other
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the issue
The documentation on https://microsoft365dsc.com/user-guide/get-started/authentication-and-permissions/ suggests using
Get-M365DSCCompiledPermissionList -ResourceNameList @('AADUser', 'AADApplication') -PermissionsType 'Application'
However, I get this error:
A parameter cannot be found that matches parameter name 'PermissionsType'
There is a bug on the website documentation.
The parameter actually is
PermissionType
(singluar).Microsoft 365 DSC Version
1.24.403.1
Which workloads are affected
other
The DSC configuration
No response
Verbose logs showing the problem
No response
Environment Information + PowerShell Version
No response
The text was updated successfully, but these errors were encountered: