-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing IM Field? #179
Comments
Hey @Mschram72 - I do believe you're correct in that it's not yet supported, but should be an easy one to add =]. Sanity checking to confirm right now, thanks for popping in on the other issue too! |
Thanks so much :D ! |
Confirmed it does not exist yet! Should have this added in within the next couple days 💪 It will be added in as the [Google.Apis.Admin.Directory.directory_v1.Data.UserIm]@{
Im = 'scrthq'
Primary = $true
Type = 'home'
Protocol = 'custom_protocol'
CustomProtocol = 'twitter'
} |
(that will still depend on the parameter being added to the |
Perfect! This is going to save me a ton of time! Thanks so much for your help, and for the excellent set of cmdlets!! |
Happy to help, I'm glad the module is useful for you! 💟 |
## 2.26.2 * [Issue #177](#177) * Added: Fields parameter to Get-GSDriveFileList * [Issue #178](#178) * Fixed: Start-GSDriveFileUpload failing on PowerShell 4.0 * [Issue #179](#179) * Added: Ims parameter to both New-GSUser and Update-GSUser * Added: Add-GSUserIm function to create correct type for new Ims parameter. * Miscellaneous * Added: Clear-PSGSuiteServiceCache to clear the cache and dispose of any remaining open web clients. * Improved overall service caching. * Added: Support for Cloud-Identity licenses for Get-GSUserLicense * Added: OutputType for all applicable Helper functions (i.e. Add-GSUserIm)
## 2.26.2 * [Issue #177](#177) * Added: `Fields` parameter to `Get-GSDriveFileList` * [Issue #178](#178) * Fixed: `Start-GSDriveFileUpload` failing on PowerShell 4.0 * [Issue #179](#179) * Added: `Ims` parameter to both `New-GSUser` and `Update-GSUser` * Added: `Add-GSUserIm` function to create correct type for new `Ims` parameter. * Miscellaneous * Added: `Clear-PSGSuiteServiceCache` to clear the cache and dispose of any remaining open web clients. * Improved overall service caching. * Added: Support for `Cloud-Identity` licenses for `Get-GSUserLicense` * Added: `OutputType` for all applicable Helper functions (i.e. `Add-GSUserIm`)
## 2.26.2 * [Issue #177](#177) * Added: Fields parameter to Get-GSDriveFileList * [Issue #178](#178) * Fixed: Start-GSDriveFileUpload failing on PowerShell 4.0 * [Issue #179](#179) * Added: Ims parameter to both New-GSUser and Update-GSUser * Added: Add-GSUserIm function to create correct type for new Ims parameter. * Miscellaneous * Added: Clear-PSGSuiteServiceCache to clear the cache and dispose of any remaining open web clients. * Improved overall service caching. * Added: Support for Cloud-Identity licenses for Get-GSUserLicense * Added: OutputType for all applicable Helper functions (i.e. Add-GSUserIm)
Hey @Mschram72 - v2.26.2 is out now with IM management support. Please try it out and let me know if you're having any issues! Thanks for your patience! |
Works perfectly! Thanks so much mate! |
You bet @Mschram72 !! <3 |
Is it possible to access the IM field under (Get-GSUSER -primaryemail [email protected]).IMS.IM ?
I can read the value, but cannot find a way to update it, or to create a new user with something in this field.
The text was updated successfully, but these errors were encountered: