Skip to content

Commit 3aa3f54

Browse files
authored
Merge branch 'master' into typo-sharepoint/sharepoint-ps/sharepoint-online/ConvertTo-SPOMigrationEncryptedPackage.md
2 parents 4cac365 + abbb0c6 commit 3aa3f54

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

skype/skype-ps/skype/Grant-CsTeamsCallParkPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ schema: 2.0.0
1111

1212
The TeamsCallParkPolicy controls whether or not users are able to leverage the call park feature in Microsoft Teams. Call park allows enterprise voice customers to place a call on hold and then perform a number of actions on that call: transfer to another department, retrieve via the same phone, or retrieve via a different Teams phone. The Grant-CsTeamsCallParkPolicy cmdlet lets you assign a custom policy to a specific user.
1313

14-
NOTE: the call park feature currently only available in desktop and web clients. Call Park functionality is currently completely disabled in mobile clients. Supported with TeamsOnly mode
14+
NOTE: the call park feature currently only available in desktop, web clients and mobile clients. Call Park functionality is currently on the roadmap for Teams IP Phones. Supported with TeamsOnly mode for users with the Phone Sytem license
1515

1616
## SYNTAX
1717

skype/skype-ps/skype/Set-CsMobilityPolicy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@ Accept wildcard characters: False
403403
When set to True (the default value) users will be allowed to save credentials information (such as passwords) on their mobile device.
404404
This information can then be applied to auto-logon scenarios.
405405

406+
Note: If a user has AllowSaveCredentials set to False in the CsMobility policy, the Skype for Business App for iOS may sign out automatically when bringing it from the background to the foreground. This is due to the password not being saved anywhere but in the iOS process memory. Once the process is killed by the iOS system, the password will no longer be available, so the user will need to enter it again. However, there is no impact if modern authenticaion is implemented.
407+
408+
406409

407410
```yaml
408411
Type: Boolean

tools/office-cmdlet-updater/README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage:
44
1. Clone repo at: https://github.com/microsoftdocs/office-docs-powershell
5-
2. Configure your email address in tools/.local/config/default.json to receive emailed logs. (OPTIONAL)
5+
2. Configure your email address in tools/.local/default.json to receive emailed logs. (OPTIONAL)
66
3. Confirm you have NodeJS installed.
77
Open PowerShell or GitBash and type `npm --version`.
88
If not, install from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
@@ -14,23 +14,20 @@
1414
- execute into console `winrm quickconfig`
1515
- Microsoft Teams:
1616
- https://www.powershellgallery.com/packages/MicrosoftTeams
17+
- alternatively, it could be installed by the tool, check Notes section below
1718
- SharePoint Online:
1819
- https://www.microsoft.com/en-us/download/details.aspx?id=35588
19-
- Exchange Online cmdlets could be imported using [this guide](https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell)
20+
- Exchange Online:
21+
- cmdlets could be imported using [this guide](https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell)
2022
- Whiteboard:
2123
- https://www.powershellgallery.com/packages/WhiteboardAdmin
22-
- StaffHub:
23-
- https://www.powershellgallery.com/packages/MicrosoftStaffHub
24-
- Office Online Server cmdlets are not distributed separately
25-
- SharePoint Migration Tool (SPMT):
26-
- https://docs.microsoft.com/en-us/powershell/module/spmt
27-
7. Run the app, type `npm start` and press Enter.
24+
- alternatively, it could be installed by the tool, check Notes section below
25+
7. Run the app, type `node index` and press Enter in order to get info for all modules
26+
8. Run the app for a certain module, type `node index -m <TypeModuleNameHere>`, with one of the following options - teams, skype, sharepoint, whiteboard, exchange. For example, you should run `node index -m teams` to run the tool for Microsoft Teams
27+
9. Run `node index -help` to get help information for all available commands
2828

2929
## Notes
30-
1. The modules are installed from the PowerShell Gallery (PSGallery).
31-
This gallery contains user submitted code.
32-
If you would rather not install modules from the PSGallery then you can install the modules manually prior to running the tool.
33-
If you need to add PSGallery as a trusted source, you can do so with the following command:
34-
`Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted`
30+
1. Some modules could be installed from the PowerShell Gallery (PSGallery). This gallery contains user submitted code. If you would rather not install modules from the PSGallery then you can install the modules manually prior to running the tool. If you need to add PSGallery as a trusted source, you can do so with the following command: `Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted`
31+
2. Run the tool from PowerShell x64 as an Administrator user
3532

3633
## Sample Run

0 commit comments

Comments
 (0)