User Profile
itsbrad
Iron Contributor
Joined 10 years ago
User Widgets
Recent Discussions
Re: Calls being placed on hold after sharing screen
adriansin These days we normally get the join second device message so you should be able to add the computer to the call, and share the screen. This has even worked for us on VVX series phones that are not Teams certified. More info can be found here -> https://support.microsoft.com/en-us/office/join-a-teams-meeting-on-a-second-device-c28e7407-183b-46ea-ab17-2212700e5f4129KViews0likes0CommentsRe: Azure ATP sensor instalation error.
thanks EliOfek I had the same issue. When I ran perfmon.exe I had the error popup: "Unable to add these counters: \Memory\Available MBytes \Memory\% Committed Bytes In Use \Memory\Cache Faults/sec \Memory\Cache Faults/sec \PhysicalDisk(*)\%Idle Time \PhysicalDisk(*)\Avg. Disk Queue Length \Network Interface(*)\Bytes Total/sec" So for those not familiar on how to rebuild the counters here is the process: 1. Launch Command Prompt as Administrator. 2. Change Directory to "C:\WINDOWS\System32" 3. Then rebuild your resource counters by typing the command: lodctr /r 4. This will rebuild your counter values, it can take some time to complete. 5. Then you can verify by rerunning perfmon.exe again, and should start without an error 6. Now you should be able to install the ATP Sensor as normal7.4KViews1like0CommentsRe: Organization assets library
I kind of gave up on this for a while as it dropped in priority and MS support was spinning their wheels. Recently I checked and the Organization assets library is now showing up correctly on word, excel and PowerPoint. So perhaps its one of those features that just takes time to full rollout to tenants or maybe support did something but never advised me. Anyway for now its working correctly.12KViews0likes4CommentsRe: Organization assets library
Thanks for your insight Alireza Rahimifarid but you are actually reading the original post incorrectly. The full command I posted is: "Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/branding/Assets -ThumbnailURL https://contoso.sharepoint.com/sites/branding/Assets/contosologo.jpg -OrgAssetType OfficeTemplateLibrary" The above is all one long command it just doesn't fit in the post. If I even eliminate the thumbnail portion and only run: "Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/branding/Assets -OrgAssetType OfficeTemplateLibrary" I get the same result, a successful command but the library does not show up anywhere as a Template Library. I have a support ticket open with Microsoft, they confirmed they were able to duplicate the issue and are testing.12KViews0likes12CommentsOrganization assets library
I can create an organizational asset library using power shell without issue if my -Orgtype is the default "ImageDocumentLibrary,". If I try to create a Office Template library, with the below command it does run successfully with no errors. But the library does not seem to receive the additional attributes it needs to become a Template library, as I can not the see the template library in any picker nor do I see it in any of the office products(word, Excel, Powerpoint ect). Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/branding/Assets -ThumbnailURL https://contoso.sharepoint.com/sites/branding/Assets/contosologo.jpg -OrgAssetType OfficeTemplateLibrary Am I missing a step to get this working?21KViews2likes41Comments
Recent Blog Articles
No content to show