ThomasKur / M365Documentation

Automatic Microsoft 365 Documentation to simplify the life of admins and consultants.
Other
300 stars 45 forks source link

Expected values for components and sections #36

Closed nicojdejong closed 4 months ago

nicojdejong commented 1 year ago

I had a look around for a list of valid component and section names, but could not find them easily. Any guidance?

tld6764 commented 1 year ago

I'm having the same issue. Where did you happen to find the component and section names?

stephanvandekruis commented 11 months ago

Yes also looking for this. I tried -Components Azure -ExcludeSections "Domains" but domains is not vallid

chris-alben commented 10 months ago

Appreciate this is a little old, but for those interested in the future.

Components Values: AzureAD, CloudPrint, InformationProtection, Intune, Windows365 Where you wish to document multiple workloads, separate each component with a comma, so for example, if needing to document Intune, Azure AD and Information Protection, the command would look as follows:

Get-M365Doc -Components AzureAD,Intune,InformationProtection

IncludeSections and ExcludeSections are as follows: AzureAD: AADAdministrativeUnit. AADAuthMethod,AADBranding, AADConditionalAccess, AADConditionalAccessSplit, AADDirectoryRole, AADDomain, AADIdentityProvider, AADOrganization, AADPolicy, AADSubscription

CloudPrint: CPConnector, CPPrinter

InformationProtection: MIPLabel

Intune: MdmAdmxConfigurationProfile, MdmAppleConfiguration, MdmAutopilotProfile, MdmCompliancePolicy, MdmConfigurationPolicy, MdmConfigurationProfile, MdmDeviceCategory, MdmEnrollmentConfiguration, MdmExchangeConnector, MdmPartner, MdmPowerShellScript, MdmSecurityBaseline, MdmTermsAndCondition, MdmWindowsUpdate, MobileApp, MobileAppConfiguration, MobileAppDetails, MobileAppManagement

Windows365: W365Image, W365OnPremConnection, W365ProvisionProfile, W365UserSettings

ThomasKur commented 5 months ago

Is the AutoComplete not working? like described in issue #42? When I test, I can leverage tab to get all the possible values... but if this does not work there is somewhere also a bug?

ThomasKur commented 4 months ago

No answer and not able to reproduce.