QUERY/COLLECTION/SQL/OTHER FOR ALL COMPLIANCY
Hi, I need a way of getting 5 columns out: Hostname, Last Logon Timestamp, Latest CU in SCCM, Installed CU, Compliant (true/false) I've got both an SCCM and SQL Query that gets the first 2 columns easily, but not sure the best way of getting the 3rd…
When StorageFile.GetScaledImageAsThumbnailAsync could fail?
I am using StorageFile.GetScaledImageAsThumbnailAsync to get thumbnails of downloaded JPEG pictures (Bing daily's). According to the doc, the method will return "null if there is no thumbnail image associated with the item". But for my tests,…
SCCM Feature Update to Windows 10 - Resync with August 2020 Updates
Hello, I was able to see the Feature Update synchronizing with August 2020 updates under wsyncmgr.log. These feature update were already synchronized, downloaded and distributed to various DP where it was utilized to upgrade many systems. However,…
Stuck in XP activation loop while stuck in safe mode 0_o
Ok well received a cute little hp mini 110 with windows XP. PROBLEM IS. It’s stuck in the activation loop with it also rebooting straight into safe mode. I’ve tried all the command via F8 and boots to same . I’ve tried just about every key combo And…
SharePoint Online Help Menu Corporate own help integration
Is there a way to integrate to SharePoint Online Modern sites corporate own Help sections and pages ? While we can add contact details via Corporate information, I wish to integrate our own help pages but cannot find any way to do that.
Activate Sandbox
I can't activate sandbox on this unit When I try to activate I don't receive phone verification code, and now I get Disallowed phone number. Any help with this?
Which Microsoft Dynamic 365 course is suitable for me?
Hi, I'm 6+ Years experienced .Net Developer, I want to choose Microsoft Dynamic 365 courses but I don't have an idea which one I should select for my career. Just suggest me a Learning Path to become a good professional in Microsoft Dynamic 365.
Microsoft.CloudAI.Containers.OCR.GrpcCompiled.MessageSender+MessageSenderClient is not ready
I am trying to execute the analyze image using swagger - /vision/v3.1-preview.2/read/analyze. I am getting following highlighted errors Using '/share' for shared mounts. Using '/share' for shared mounts. Logging to console. Logging to console. EULA…
Windows Server _ GPO & SMBV1
Hi, We have Windows server 2016,Whenever i try to push gpo update in the client machine, it throws error C:\Users\Administrator>gpupdate Updating policy... Computer policy could not be updated successfully. The following errors were…
How to include the trace header in a APIM return-response policy
When using the APIM return-response policy, no headers are returned except when explicitly set. I want to have the Ocp-Apim-Trace-Location header returned for debugging purposes. How can I get the correct value to put in the Ocp-Apim-Trace-Location…
Successfull Admin consent(to delegated graph permissions) but user is unable to consent to app, settings?
I have created an application in azure that fetches/puts Teams related data. Now users are not able to consent to this app. It always says require admin approval. I did follow admin consent flow …
Need powershell command to get Configuration issue in azure site recovery
Hi, I have a PowerShell script to generate and download an excel file with Replication health, agent version, Agent status from Azure site recovery for all servers. Now I need a script/PowerShell command to list RPO, configuration issues as well in…
Lync Server 2013 升级SFB Server 2019
是否支持Lync Server 2013 直接升级到升级SFB Server 2019,会有什么问题么,还是说必须经过SFB2015做跳板
Subscription Renewal
I have Microsoft 365 Business Standard. I received email to renew my subscription, however when I click to renew I get the below error message: "You don’t have permission to access this page or perform this action." How can I renew my…
Power Query - Unique list of all columns
Hi I need to create unique list for each column in my table. Attached is what I'm trying to do: let Source = Excel.CurrentWorkbook(){[Name="DATA"]}[Content], Custom1 = Table.FromList( Table.ColumnNames(Source)), Custom2 =…
ADF Copy Activity (from Azure DB to Azure Synapse Analytics) timeout expired
Hi All, We have faced the issue when Copy Activity (from Azure DB to Azure Synapse Analytics) failed into a timeout problem. Key points: The only one Copy Activity needs to load 110 million rows from Azure DB (data source a stored procedure that…
Export a string
Hi, How can i use the string "server_token_string" outside of the using? using (StreamReader sr = new StreamReader(@$"{localappdata}\Liquid Aqua\API\server_token.txt", Encoding.Default)) { …
SORT_IN_TEMPDB to OFF the rebuild index operations will use data file or log file space?
For rebuild Index. If we set SORT_IN_TEMPDB to OFF the rebuild index operations will use data file or log file space? Enough space not available in Tempdb drive. One index size is around 103GB and fragmentation is 19%. How much free space is required…
Teams for Linux stuck in older organization login page.
I used Teams for Linux (Ubuntu 20.04) for the company I used to work for, and since I left for my current company, I can't change the organization to log into using Teams for Linux. It seems it's stuck and not even uninstalling and installing it again…
need help in a sql query
Hi Guys New to sql. I need to show my final output in this manner . Not sure how to do use pivot or unpivot to get my output in the screenshot shared. So far I have my sql query using cte ;with stores as( select case when…