Przemysław Kłys

Results 223 issues of Przemysław Kłys

Query to https://admin.microsoft.com/#/Settings/Services/:/Settings/L1/SkypeTeams for 2 settings basically submits everything from `Get-O365OrgMicrosoftTeams` back to the server. And we're talking 500 nested settings. ![image](https://user-images.githubusercontent.com/15063294/131912803-0296e6f5-86e4-4dd5-a64d-f4dc86ad3563.png) Requires testing and investigation

doesn't work

Something along the lines of: ```powershell $Users = Get-AzureADUser -All $true foreach ($User in $Users) { Add-AzureADGroupMember -ObjectId 'Self.pwd.reset' -RefObjectId $User.UserPrincipalName } ```

enhancement

This would be useful in situation where certain field is required to do action. For example - Get all users from OU - X Match only users that have O365...

enhancement

Related to: https://github.com/EvotecIT/OfficeIMO/issues/7 When image is located in main document: ![image](https://user-images.githubusercontent.com/15063294/197341921-34df6652-2bad-4934-be78-00198beda02c.png) When image is located in header/footer: ![image](https://user-images.githubusercontent.com/15063294/197341962-cdb75528-c19e-4a88-8273-3cc5f642d333.png) This needs changes - @shane-droid

enhancement

![image](https://user-images.githubusercontent.com/15063294/192869785-3420eed2-28ac-4d76-94b0-759d9cc9a2a1.png)