You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 2.36.3 - 2020-03-20
* [Issue #270](#270)
* Added `CheckAll` switch parameter to `Get-GSUserLicense`
* Updated `User` parameter aliases for all `*-GSUserLicense` functions to include `UserId` for better pipeline support.
* Miscellaneous
* Updated GitHub Release section in psake.ps1 to POST the release to the Org URL due to failures.
Copy file name to clipboardexpand all lines: PSGSuite/Public/Licensing/Get-GSUserLicense.ps1
+14-8
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ function Get-GSUserLicense {
21
21
.PARAMETERLimit
22
22
The maximum amount of results you want returned. Exclude or set to 0 to return all results
23
23
24
+
.PARAMETERCheckAll
25
+
If $true, force a check of all license products when specifying a User. This will return all license types it finds for a specific user instead of the default behavior of short circuiting after matching against the first license assigned.
$text="#$($env:BHProjectName) v$($versionToDeploy) is now available on the #PSGallery! https://www.powershellgallery.com/packages/$($env:BHProjectName)/$($versionToDeploy) #PowerShell"
$text="#$($env:BHProjectName) v$($versionToDeploy) is now available on the #PSGallery! https://www.powershellgallery.com/packages/$($env:BHProjectName)/$($versionToDeploy) #PowerShell"
0 commit comments