Authenticate to Azure Management API
From within a Logic App I am trying to list all the runs history and delete them all the except the most recent two runs history. The API calls seem straightforward but I don't know what type of Authentication to choose or how to set them up. I'm…
How to activate Windows OS license and Office via Azure DC?
Dear All, I'm working for an enterprise where we have some co-workers are working from home (overseas outside China) due to Pandemic Covid-19. As we know that Windows OS and office package will turn to "deactivate" after 6-month outside our…
How to add a Job title column to the Resource center in PWA Site
Hi Guys, We would like to add a Job title column to the resource center in PWA Online SharePoint Site. Can you advise if this is possible. PFA snapshot.
OST files being created on the terminal server
Notes: Windows 2019 AD network Office 365 email accounts Windows 2019 Terminal Server Folder redirection set on the server for Application Data \SVR1\Users$\%USERNAME%\Application Data I set up a new terminal server a few weeks ago and for some…
Any example linux code in c/c++(or .net core cs) to connect to linux sql server?
I was looking for simple example code to connect on linux to a sql server on linux.
CSV keep dispaly no access and pause on Windows Server 2019 Cluster
I have created a windows cluster with 2 CSV (4 of Windows Server 2019 build 17763.1098) to Host a Virtual Machines. One day, we found that there have 2 Server Nodes cannot connect to the CSV and keep display "No Access" and paused after…
SBS2011 Remote Desktop Gateway
For years we're using our SBS2011 server as a Remote Desktop Gateway (with SSL certificate) to sign into a Windows 7 machine with RDP from the internet. Users don't have to establish a VPN connection first in order to reach this machine (all handled by…
formatting issues windows 10
i formatted my external hard drive. somehow windows formatting program decided to separate 80 gb. formatted and partitioned that. left the remaining 850gb aside. this remaining 850 gb can not be partitioned, expanded, formatted or anything else. i had a…
Questions about User CALs
Hi, I have some questions about how many CALs should I have on a specific environment. Currently it's something like this: All the AD DCs are Linux servers (Samba). 200 total AD users. Not all of those 200 users will access services that…
Co-management
Helou guys, why in MEM only see ConfMgr and not Co-management, when co-management is enabled on devices? View from Azure Devices
Windows VDI Pooled VM not going back to saved state
Hi all, We created a Windows VDI with Connection Broker and 3 Hosts in Windows Server 2016. Each host is having 15 Virtual PC's each with Windows 8.1. Everything is working fine at user end but when user signed out his session the VM state is still…
Why login on both RDS servers
We have 3 servers with Windows 2019 RDS Broker RDS production 1 (RDSPROD1) RDS production 2 (RDSPROD2) When a user logs in I sometimes see 2 events 787 (Session added to Broker's database). This seems to appear randomly. It seems to work…
Question on "Remote Desktop Services License Report"
Hi, We are running Remote Desktop Gateway on a Windows 2008R2 Server. Usually, there are around 50 to 70 users daily. There is a request to produce a "Remote Desktop Services License Report" listing the active users and devices issued…
Need to get these results from powershell into a sql table.
$adgroups = Get-ADGroup -Filter "name -like 'DL'" | sort name $data = foreach ($adgroup in $adgroups) { $members = $adgroup | get-adgroupmember | sort name foreach ($member in $members) { [PSCustomObject]@{ Group = $adgroup.name …
Issue with Desktop Outlook App not opening
Hello. My work updated to Office 365 before the pandemic. I've been using the Outlook desktop app because I prefer that to the online Outlook version. Today I tried to log onto the app and am getting this error message. How do I fix it? Thank you, …
Does Modern Satndby platform support wake on wlan on S4?
My platform is support S0 modern standby, but if I wanna wake on S4 by wlan, is it possible? OS: 20h1 WiFi module: Intel AX201
Deployed Web App only works without "www." subdomain
Hello there, I have a web app deployed on Azure that works if I just type in my domain as (example) "pololinger-s.com". But "www.pololinger-s.com" gives me the Microsoft 404 website not found screen. I configured the domain's DNS on…
Request URL not working?
Trying to request URL so i can use computer vision as an extension in MIT app inventor. Despite using both keys and regenerating a few times, I keep running into error 400 bad request. Request URL: …
Does BlobStorage API returns errors in JSON format?
Hi all, We're trying to get the errors from blobstorage API in JSON format but without success. Looks like that API isn't looking at the headers of Accept : application/json and ContentType : application/json. Despite them, it returns in XML format. …