Skip to content

Commit

Permalink
Added SaaS BulkSeatChange clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Celerium committed Mar 2, 2024
1 parent 1fe55ca commit 947bf55
Show file tree
Hide file tree
Showing 7 changed files with 905 additions and 899 deletions.
8 changes: 5 additions & 3 deletions DattoAPI/Public/SaaS/Set-DattoBulkSeatChange.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Set-DattoBulkSeatChange {
The Set-DattoBulkSeatChange cmdlet is used to bulk set SaaS
Protection seat changes
Both "seatType" & "actionType" parameters are case-sensitive
Both 'seatType' & 'actionType' parameters are case-sensitive
.PARAMETER saasCustomerId
Defines the id of the Datto SaaS organization
Expand All @@ -29,7 +29,8 @@ function Set-DattoBulkSeatChange {
Seat Types can be found by referencing the data returned from Get-DattoSeat
Example:
'User', 'SharedMailbox', 'SharedDrive', 'Site', 'TeamSite', 'Team'
Office365: 'User', 'SharedMailbox', 'Site', 'TeamSite', 'Team'
Google: 'User', 'SharedDrive'
.PARAMETER actionType
Defines what action to take against the seat
Expand Down Expand Up @@ -62,7 +63,8 @@ function Set-DattoBulkSeatChange {
Sets the Datto SaaS protection seats from the defined Google customer id
.NOTES
N\A
This function does not work for legacy Google Seat Management 1.0 system.
Seat Management details can be found by referencing Datto's [documentation](https://saasprotection.datto.com/help/Google/Content/Managing_service_seats/01_Exploring_seat_management_features.htm).
.LINK
https://celerium.github.io/Datto-PowerShellWrapper/site/SaaS/Set-DattoBulkSeatChange.html
Expand Down
10 changes: 6 additions & 4 deletions build/DattoAPI/2.3.0/DattoAPI.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,7 @@ function Set-DattoBulkSeatChange {
The Set-DattoBulkSeatChange cmdlet is used to bulk set SaaS
Protection seat changes
Both "seatType" & "actionType" parameters are case-sensitive
Both 'seatType' & 'actionType' parameters are case-sensitive
.PARAMETER saasCustomerId
Defines the id of the Datto SaaS organization
Expand All @@ -2603,7 +2603,8 @@ function Set-DattoBulkSeatChange {
Seat Types can be found by referencing the data returned from Get-DattoSeat
Example:
'User', 'SharedMailbox', 'SharedDrive', 'Site', 'TeamSite', 'Team'
Office365: 'User', 'SharedMailbox', 'Site', 'TeamSite', 'Team'
Google: 'User', 'SharedDrive'
.PARAMETER actionType
Defines what action to take against the seat
Expand Down Expand Up @@ -2636,7 +2637,8 @@ function Set-DattoBulkSeatChange {
Sets the Datto SaaS protection seats from the defined Google customer id
.NOTES
N\A
This function does not work for legacy Google Seat Management 1.0 system.
Seat Management details can be found by referencing Datto's [documentation](https://saasprotection.datto.com/help/Google/Content/Managing_service_seats/01_Exploring_seat_management_features.htm).
.LINK
https://celerium.github.io/Datto-PowerShellWrapper/site/SaaS/Set-DattoBulkSeatChange.html
Expand Down Expand Up @@ -2693,4 +2695,4 @@ function Set-DattoBulkSeatChange {

end {}
}
#EndRegion '.\Public\SaaS\Set-DattoBulkSeatChange.ps1' 122
#EndRegion '.\Public\SaaS\Set-DattoBulkSeatChange.ps1' 124
1,770 changes: 885 additions & 885 deletions build/DattoAPI_Built_Results.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/en-US/DattoAPI-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4051,7 +4051,7 @@
</command:details>
<maml:description>
<maml:para>The Set-DattoBulkSeatChange cmdlet is used to bulk set SaaS Protection seat changes</maml:para>
<maml:para>Both "seatType" &amp; "actionType" parameters are case-sensitive</maml:para>
<maml:para>Both 'seatType' &amp; 'actionType' parameters are case-sensitive</maml:para>
</maml:description>
<command:syntax>
<command:syntaxItem>
Expand Down Expand Up @@ -4088,7 +4088,7 @@
<maml:para>Defines the seat type to backup</maml:para>
<maml:para>This is a case-sensitive value</maml:para>
<maml:para>Seat Types can be found by referencing the data returned from Get-DattoSeat</maml:para>
<maml:para>Example: 'User', 'SharedMailbox', 'SharedDrive', 'Site', 'TeamSite', 'Team'</maml:para>
<maml:para>Example: Office365: 'User', 'SharedMailbox', 'Site', 'TeamSite', 'Team' Google: 'User', 'SharedDrive'</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
<dev:type>
Expand Down Expand Up @@ -4183,7 +4183,7 @@
<maml:para>Defines the seat type to backup</maml:para>
<maml:para>This is a case-sensitive value</maml:para>
<maml:para>Seat Types can be found by referencing the data returned from Get-DattoSeat</maml:para>
<maml:para>Example: 'User', 'SharedMailbox', 'SharedDrive', 'Site', 'TeamSite', 'Team'</maml:para>
<maml:para>Example: Office365: 'User', 'SharedMailbox', 'Site', 'TeamSite', 'Team' Google: 'User', 'SharedDrive'</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
<dev:type>
Expand Down Expand Up @@ -4250,7 +4250,7 @@
<command:returnValues />
<maml:alertSet>
<maml:alert>
<maml:para>N\A</maml:para>
<maml:para>This function does not work for legacy Google Seat Management 1.0 system. Seat Management details can be found by referencing Datto's \ documentation\ (https://saasprotection.datto.com/help/Google/Content/Managing_service_seats/01_Exploring_seat_management_features.htm).</maml:para>
</maml:alert>
</maml:alertSet>
<command:examples>
Expand Down
8 changes: 5 additions & 3 deletions docs/site/SaaS/Set-DattoBulkSeatChange.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Set-DattoBulkSeatChange -saasCustomerId <String> -externalSubscriptionId <String
The Set-DattoBulkSeatChange cmdlet is used to bulk set SaaS
Protection seat changes

Both "seatType" & "actionType" parameters are case-sensitive
Both 'seatType' & 'actionType' parameters are case-sensitive

## EXAMPLES

Expand Down Expand Up @@ -88,7 +88,8 @@ This is a case-sensitive value
Seat Types can be found by referencing the data returned from Get-DattoSeat
Example:
'User', 'SharedMailbox', 'SharedDrive', 'Site', 'TeamSite', 'Team'
Office365: 'User', 'SharedMailbox', 'Site', 'TeamSite', 'Team'
Google: 'User', 'SharedDrive'
```yaml
Type: String
Expand Down Expand Up @@ -185,7 +186,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS
## NOTES
N\A
This function does not work for legacy Google Seat Management 1.0 system.
Seat Management details can be found by referencing Datto's \[documentation\](https://saasprotection.datto.com/help/Google/Content/Managing_service_seats/01_Exploring_seat_management_features.htm).
## RELATED LINKS
Expand Down

0 comments on commit 947bf55

Please sign in to comment.