Skip to content

Instantly share code, notes, and snippets.

<#
.SYNOPSIS
Sets a known folder's path using SHSetKnownFolderPath.
.PARAMETER KnownFolder
The known folder whose path to set.
.PARAMETER Path
The target path to redirect the folder to.
.NOTES
Forked from: https://gist.github.com/semenko/49a28675e4aae5c8be49b83960877ac5
#>
Name AD Attribute Description
Display Name displayName The name displayed when sending emails from the group, as well as, the GAL
Alias mailNickname Used by Exchange to find any local object with an e-mail address
Primary Email address proxyAddresses Primary email address of the group
Notes description Field to help people understand why the group exists
Hide this group from address lists msExchHideFromAddressLists Should the group be visible from the GAL
Owners managedBy The users who manage the group
Members member Who receives emails that are sent to the group
Group Membership Permissions msExchGroupJoinRestriction Permissions on who and how people can join the group
Office 365 Product Category Competitors
Microsoft Teams Collaboration Slack, Ryver
Exchange Online Email G-Suite, In-house solution
OneDrive File Storage Dropbox, Box, Google Drive
Office Suite Productivity LibreOffice, Google Docs
SharePoint Online CMS Jive, Confluence
Microsoft Flow Automation IFTTT, Zapier
ToDo Task Management Todoist, Wunderlist
Outlook Customer Manager CRM Salesforce, HubSpot
IFTTT Zapier Microsoft Flow
Price Free Free up to 100 runs/month or $20 multi-step workflows Free up to 750 runs/month
Connectors 600 1000 200
Learning Curve Easy Easy Difficult
Workflow Power Low Medium High
Recommended Use Home Professional Professional
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"plugins": ["import", "html"],
"parserOptions": {
{
"presets": [
["es2015", { "modules": false }]
]
}

Contents

  • Atom settings