tag
6 TopicsTagging Photos Across Logins
I have photos in shared folders that I'm having problems tagging (or seeing tags) across different OneDrive accounts using the desktop app. I can add & see tags in some, but not others and vice versa. Some photos won't allow me to add tags at all. I have checked to make sure the files accept tags, tried multiple computers loggged into the same OneDrive account as well as those I've shared the file with and can't seem to find how/when I'm given the "permission" to add tags or not. Also odd that sometimes the tags show up across devices/accounts while others don't. Please help!29Views0likes0CommentsAzure - PowerShell Script to delete a specific Tag for any resources in all your Subscriptions
A classical question after many months of usage and delegation to different admin is related to the TAG Cleanup. You can be faced to a large diversity of Tags created at one moment, but not useful and mainly not maintained. This small script will help you to execute this cleanup in all your subscriptions you are in charge. Import-module Az Connect-AzAccount [string]$TagName = "YourSpecificTagKey" $TagCount = 0 $All_Az_Subscriptions = Get-AzSubscription Foreach ($Az_Subscription in $All_Az_Subscriptions) { Write-Host " " Write-Host " --------------------------------------- " Write-Host "Working on subscription ""$($Az_Subscription.Name)""" -foregroundcolor "yellow" $TagCount = 0 Set-AzContext -SubscriptionObject $Az_Subscription | Out-Null $AllTaggedresources = Get-AzResource -TagName $TagName $TagCount = $AllTaggedresources.Count Write-Host " >> TAG "" $($TagName) "" found "" $($TagCount) "" times" -foregroundcolor "green" if($TagCount -gt 0) { $AllTaggedresources.ForEach{ if ( $_.tags.ContainsKey($TagName) ) { $_.tags.Remove($TagName) } $_ | Set-AzResource -Tags $_.tags -Force } } } This script was inspired by these pages: https://stackoverflow.com/questions/54162372/how-to-fix-this-error-in-azure-powershell-can-not-remove-tag-tag-value-becaus https://learn.microsoft.com/en-us/powershell/module/az.resources/set-azresource?view=azps-11.6.0 Fabrice Romelard938Views0likes0CommentsDelete tags in WAC
Once you create a tag, unless I am missing something, there is no way to edit or delete it. You can remove a tag from a machine but that is about it. Eventually the list of tags will grow too large for manageability and usability and misspelled and stale tags will linger forever... Has anyone discovered a way to perform that task or is it in on a roadmap for future releases? Thank you in advance.Solved2.8KViews1like3CommentsSS36: smart social media text expander
Suggestion (SS): 36 Classification: tags PRIORITY IN MY OPINION: 6 on a scale from 1 (low) to 10 (high) i wish i can write %% apple, banana, bear etc %% and edge convert it to #apple #banana #bear same for example with çç apple, banana çç by adding @apple @banana or maybe to integrate something like that is able to do that. would be much faster to write tags, especially for website that don't support easy tag mode like here.1.8KViews1like6Comments@mention tag - max limit ?
Hello community, I would like to ask developer why there is a limit for maximum user for @mention tag? I can add tag just for 100 members. Why is that limitation? i can have a group of 300+ members and it is easier for me to add tag then to create specail channel3.5KViews1like4Comments