!deploy v2.28.0 - Fixes/features for #188, #190, #192, #194, #195, #196, #197 #198
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2.28.0
Get-GSDriveFile
now supports specifying a full file path.Get-GSDriveFile
will now replace any special path characters in the filename with underscoresGet-GSDriveFile
will now include an additionalOutFilePath
property if the file is downloaded. This property will contain the full path to the downloaded file.Fields
parameter onGet-GSDriveFile
andUpdate-GSDriveFile
were not being honored.Update-GSDriveFile
:CopyRequiresWriterPermission [switch]
Starred [switch]
Trashed [switch]
WritersCanShare [switch]
Update-GSChromeOSDevice
:AnnotatedAssetId [string]
AnnotatedLocation [string]
AnnotatedUser [string]
Notes [string]
Limit
parameter withFirst
alias to the followingList
functions:Get-GSActivityReport
Get-GSAdminRole
Get-GSAdminRoleAssignment
Get-GSCalendar
Get-GSCalendarAcl
Get-GSCalendarEvent
Get-GSChromeOSDevice
Get-GSDataTransferApplication
Get-GSDrive
Get-GSDriveFileList
Get-GSDrivePermission
Get-GSGmailMessageList
Get-GSGroup
Get-GSGroupMember
Get-GSMobileDevice
Get-GSResource
Get-GSTask
Get-GSTaskList
Get-GSUsageReport
Get-GSUser
Get-GSUserLicense
Get-GSTeamDrive
was not paginating through the results.Get-GSTeamDrive
has been changed toGet-GSDrive
.Get-GSTeamDrive
has been turned into an alias forGet-GSDrive
to maintain backwards compatibility.SupportsTeamDrives = $true
withSupportsAllDrives = $true
on all functions that have it.Export-PSGSuiteConfig
is faster due to safely assuming that the P12Key and/or ClientSecrets values have already been pulled from the corresponding keys.Test-GSGroupMembership
.UseDomainAdminAccess
switch parameter toGet-GSTeamDrive
Get-GSUserLicenseListPrivate
by rolling theList
code intoGet-GSUserLicense
Get-GSResourceListPrivate
by rolling theList
code intoGet-GSResource