Updated Wiki
Родитель
5f21fbe47f
Коммит
76bf2e402a
|
@ -6,7 +6,7 @@
|
|||
| --- | --- | --- | --- | --- |
|
||||
| **IsSingleInstance** | Key | String | Specifies the resource is a single instance, the value must be 'Yes' |Yes|
|
||||
| **Identity** | Write | String | The Identity parameter specifies the ATP policy that you want to modify. There's only one policy named Default. ||
|
||||
| **Ensure** | Write | String | Since there is only one policy, the default policy, this must be set to 'Present' |Present, Absent|
|
||||
| **Ensure** | Write | String | Since there is only one policy, the default policy, this must be set to 'Present' |Present|
|
||||
| **AllowClickThrough** | Write | Boolean | The AllowClickThrough parameter specifies whether to allow users to click through to the original blocked URL in Office 365 ProPlus. Default is $true. ||
|
||||
| **BlockUrls** | Write | String[] | The BlockUrls parameter specifies the URLs that are always blocked by Safe Links scanning. You can specify multiple values separated by commas. ||
|
||||
| **EnableATPForSPOTeamsODB** | Write | Boolean | The EnableATPForSPOTeamsODB parameter specifies whether ATP is enabled for SharePoint Online, OneDrive for Business and Microsoft Teams. Default is $false. ||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
| Parameter | Attribute | DataType | Description | Allowed Values |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| **Identity** | Key | String | The Identity parameter specifies the CAS Mailbox Plan that you want to modify. ||
|
||||
| **Ensure** | Write | String | CASMailboxPlans cannot be created/removed in O365. This must be set to 'Present' |Present, Absent|
|
||||
| **Ensure** | Write | String | CASMailboxPlans cannot be created/removed in O365. This must be set to 'Present' |Present|
|
||||
| **ActiveSyncEnabled** | Write | Boolean | The ActiveSyncEnabled parameter enables or disables access to the mailbox by using Exchange Active Sync. Default is $true. ||
|
||||
| **ImapEnabled** | Write | Boolean | The ImapEnabled parameter enables or disables access to the mailbox by using IMAP4 clients. The default value is $true for all CAS mailbox plans except ExchangeOnlineDeskless which is $false by default. ||
|
||||
| **OwaMailboxPolicy** | Write | String | The OwaMailboxPolicy parameter specifies the Outlook on the web (formerly known as Outlook Web App) mailbox policy for the mailbox plan. The default value is OwaMailboxPolicy-Default. You can use the Get-OwaMailboxPolicy cmdlet to view the available Outlook on the web mailbox policies. ||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
| **BccSuspiciousOutboundMail** | Write | Boolean | The BccSuspiciousOutboundMail parameter enables or disables adding recipients to the Bcc field of outgoing spam messages. Valid input for this parameter is $true or $false. The default value is $false. You specify the additional recipients using the BccSuspiciousOutboundAdditionalRecipients parameter. ||
|
||||
| **NotifyOutboundSpam** | Write | Boolean | The NotifyOutboundSpam parameter enables or disables sending notification messages to administrators when an outgoing message is determined to be spam. Valid input for this parameter is $true or $false. The default value is $false. You specify the administrators to notify by using the NotifyOutboundSpamRecipients parameter. ||
|
||||
| **NotifyOutboundSpamRecipients** | Write | String[] | The NotifyOutboundSpamRecipients parameter specifies the administrators to notify when an outgoing message is determined to be spam. Valid input for this parameter is an email address. Separate multiple email addresses with commas. ||
|
||||
| **Ensure** | Write | String | Specify if this rule should exist or not. This value must be 'Present' as the Default policy cannot be deleted. |Present, Absent|
|
||||
| **Ensure** | Write | String | Specify if this rule should exist or not. This value must be 'Present' as the Default policy cannot be deleted. |Present|
|
||||
| **GlobalAdminAccount** | Required | PSCredential | Credentials of the Exchange Global Admin ||
|
||||
|
||||
# EXOHostedOutboundSpamFilterPolicy
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
| **DisplayName** | Key | string | The display name of the Shared Mailbox ||
|
||||
| **TimeZone** | Write | string | The name of the Time Zone to assign to the mailbox ||
|
||||
| **Locale** | Write | string | The code of the Locale to assign to the mailbox ||
|
||||
| **Ensure** | Write | string | Present ensures the group exists, absent ensures it is removed |Present, Absent|
|
||||
| **Ensure** | Write | string | Present ensures the Mailbox Settings are applied |Present|
|
||||
| **GlobalAdminAccount** | Required | PSCredential | Credentials of the SharePoint Global Admin ||
|
||||
|
||||
## Description
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
| Parameter | Attribute | DataType | Description | Allowed Values |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| **IsSingleInstance** | Key | String | Specifies the resource is a single instance, the value must be 'Yes' |Yes|
|
||||
| **Ensure** | write | string | 'Present' is the only value accepted, configurations using 'Ensure = 'Absent'' will throw an Error! |Present, Absent|
|
||||
| **Ensure** | Write | string | 'Present' is the only value accepted. |Present|
|
||||
| **UnifiedAuditLogIngestionEnabled** | Required | string | Determins if Unified Audit Log Ingestion is enabled |Enabled, Disabled|
|
||||
| **GlobalAdminAccount** | Required | PSCredential | Credentials of the SharePoint Global Admin ||
|
||||
|
||||
|
|
20
O365Group.md
20
O365Group.md
|
@ -4,15 +4,13 @@
|
|||
|
||||
| Parameter | Attribute | DataType | Description | Allowed Values |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| **DisplayName** | Key | string | The display name for the group ||
|
||||
| **GroupType** | Required | string | The group's type |Office365, Security, DistributionList, MailEnabledSecurity|
|
||||
| **Description** | Write | string | The group's description ||
|
||||
| **ManagedBy** | Write | string[] | The group's owner user principal ||
|
||||
| **Members** | Write | string[] | Members of the group ||
|
||||
| **Alias** | Write | string | For MailEnabledSecurity Group Types ONLY. The group's alias ||
|
||||
| **PrimarySMTPAddress** | Write | string | For MailEnabledSecurity Group Types ONLY. The group's email address ||
|
||||
| **Ensure** | Write | string | Present ensures the group exists, absent ensures it is removed |Present, Absent|
|
||||
| **GlobalAdminAccount** | Required | PSCredential | Credentials of the SharePoint Global Admin ||
|
||||
| **DisplayName** | Key | string | The display name for the group. ||
|
||||
| **MailNickName** | Key | string | The group's Internal Name. ||
|
||||
| **ManagedBy** | Required | string[] | The group's owner user principal. ||
|
||||
| **Description** | Write | string | The group's description. ||
|
||||
| **Members** | Write | string[] | Members of the group. ||
|
||||
| **Ensure** | Write | string | Present ensures the group exists, absent ensures it is removed. |Present, Absent|
|
||||
| **GlobalAdminAccount** | Required | PSCredential | Credentials of the SharePoint Global Admin. ||
|
||||
|
||||
## Description
|
||||
|
||||
|
@ -40,9 +38,9 @@ Configuration Example
|
|||
O365Group OttawaTeam
|
||||
{
|
||||
DisplayName = "Ottawa Employees"
|
||||
MailNickName = "OttawaEmployees"
|
||||
Description = "This is only for employees of the Ottawa Office"
|
||||
GroupType = "Office365"
|
||||
ManagedBy = "TenantAdmin@O365DSC1.onmicrosoft.com"
|
||||
ManagedBy = "TenantAdmin@contoso.onmicrosoft.com"
|
||||
Members = @("Bob.Houle", "John.Smith")
|
||||
Ensure = "Present"
|
||||
GlobalAdminAccount = $credsGlobalAdmin
|
||||
|
|
|
@ -21,7 +21,7 @@ This resource allows users to configure a Site Collection as Hub Site
|
|||
Collection and configure its properties.
|
||||
|
||||
NOTE:
|
||||
The AllowedToJoin parameter accepts e-mailaddresses (for users, Office
|
||||
The AllowedToJoin parameter accepts e-mail addresses (for users, Office
|
||||
365 Groups and Mail-Enabled Security groups) or DisplayName (for
|
||||
Security groups). However, when using DisplayName it is required that
|
||||
there is only one group with that name. The resource will throw an
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
| **FinerQueryTokenization** | Write | boolean | By default, search tokenizes queries coarser than content. If a managed property 'ID' contains the string '1-23-456#7', and you query ID:'1-23', you might not get a partial match because search didn't break the query into small enough parts. Consider selecting finer query tokenization if the content of this managed property contains separators such as dots and dashes. Finer query tokenization makes queries against this managed property slower. ||
|
||||
| **MappedCrawledProperties** | Write | string[] | Names of the crawled properties that are mapped to this managed property ||
|
||||
| **CompanyNameExtraction** | Write | boolean | Enables the system to extract company name entities from the managed property when crawling new or updated items. Afterwards, the extracted entities can be used to set up refiners in the web part. ||
|
||||
| **Ensure** | Write | string | Present ensures the site collection exists, absent ensures it is removed |Present, Absent|
|
||||
| **Ensure** | Write | string | Present ensures the Search Managed Property exists. |Present|
|
||||
| **CentralAdminUrl** | Required | string | The Url of the SharePoint Online Central Administration ||
|
||||
| **GlobalAdminAccount** | Required | PSCredential | Credentials of the SharePoint Global Admin ||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
| **QueryTransform** | Write | string | Change incoming queries to use this new query text instead. Include the incoming query in the new text by using the query variable '{searchTerms}'. ||
|
||||
| **ShowPartialSearch** | Write | boolean | Show partial search or not ||
|
||||
| **UseAutoDiscover** | Write | boolean | Specifies if AutoDiscover should be used for the Exchange Source URL ||
|
||||
| **Ensure** | Write | string | Present ensures the site collection exists, absent ensures it is removed |Present, Absent|
|
||||
| **Ensure** | Write | string | Present ensures the Search Result Source exists. |Present|
|
||||
| **CentralAdminUrl** | Required | string | The Url of the SharePoint Online Central Administration ||
|
||||
| **GlobalAdminAccount** | Required | PSCredential | Credentials of the SharePoint Global Admin ||
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
| **DisableAppViews** | Write | string | Disables or enables AppViews. |Unknown, Disabled, NotDisabled|
|
||||
| **DisableCompanyWideSharingLinks** | Write | string | Disables or enables company wide sharing links. |Unknown, Disabled, NotDisabled|
|
||||
| **DisableFlows** | Write | string | Disables or enables Flows. |Unknown, Disabled, NotDisabled|
|
||||
| **RestrictedToGeo** | Write | string | Defines geo-restriction settings for this site |BlockMoveOnly, BlockFull|
|
||||
| **RestrictedToGeo** | Write | string | Defines geo-restriction settings for this site |NoRestriction, BlockMoveOnly, BlockFull, Unknown|
|
||||
| **SharingAllowedDomainList** | Write | string | Specifies a list of email domains that is allowed for sharing with the external collaborators. Use the space character as the delimiter. ||
|
||||
| **SharingBlockedDomainList** | Write | string | Specifies a list of email domains that is blocked for sharing with the external collaborators. ||
|
||||
| **SharingDomainRestrictionMode** | Write | string | Specifies the external sharing mode for domains. |None, AllowList, BlockList|
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
| Parameter | Attribute | DataType | Description | Allowed Values |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| **TeamName** | Key | string | Team NAme ||
|
||||
| **User** | Required | string | UPN of user to add to Team ||
|
||||
| **User** | Key | string | UPN of user to add to Team ||
|
||||
| **Role** | Write | String | User role in Team |Member, Owner|
|
||||
| **Ensure** | Write | String | Present ensures the Team user exists, absent ensures it is removed |Present, Absent|
|
||||
| **GlobalAdminAccount** | Required | PSCredential | Credentials of the SharePoint Global Admin ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче