How do I delete a virtual machine created using Azure Lab Services?
I created a lab environment withing Azure Lab Services. I would like to reduce the number of virtual machines but cannot fine any option to delete or reduce the number. Is there such an option or it re-publishing the template the only option?
I want to include Teams (Microsoft 365 Business Standard) in my current Microsoft 365 subscription. My subscription is now labelled "Microsoft 365 Apps for enterprise:
I want to include Teams (Microsoft 365 Business Standard) in my current Microsoft 365 subscription. My subscription is now labelled Microsoft 365 Apps for enterprise. I have tried numerous times using the upgrade path via my installed free Teams…
How to digitally sign the installation files of the desktop bridge app?
This problem may not be as simple as the title says, because for some reason, I am not authorized to have a certificate, and I can only give the program (not the code) to another person for digitally sign. I'll elaborate on the following. What I…
Domain controller per subnet in multisubnet Windows clustering
Is it imperative to have a domain controller per subnet in multisubnet Windows failover cluster? I was able to join all nodes in the domain however I cannot add to the cluster nodes from different subnets. I only have one DC set up in the domain. Thanks.…
Move on-prem web app from LDAP to Azure AD authentication
Hi All, Our organization has a really old on-prem IIS ASP.NET web app and the vendor no longer exists; however, it's still heavily used by our users until we have a new solution in place. The application is configured for LDAP authentication via…
Can you use RDS CALs per user and per device in the same environment as Windows server 2012?
Can you use RDS CALs per user and per device in the same environment as Windows server 2012?
my account is disabled
The operating system :Windows (Windows 10 Pro) Error message: The account is currently disabled It cannot be used
How do you open a mpp file with Project Online ?
Hi there, I just subscribed to a project plan license so that I can view and edit mpp files. I can't find a way to open a file ! I don't find any manual or video to explain this quite basic operation. I must miss something obvious, but can't get to…
Registry Location For File Extension Associations
Can anyone provide the exact location in the System Registry where the Default Programs for File Associations are stored? Case in point, if I would want to know the Default Programs that will open *.rtf, *.pdf, *.txt, *.doc, etc. Querying the Registry is…
how to clone Azure directory
I wonder whether any one here can tell me how to clone an existing Azure directory to a new directory? I have cloned a CRM instance, and would like this new CRM to link to this cloned directory. By cloning the directory, I hope users' B2C objective ID…
Visual Studio Code - cannot see the login option to upload local project to Azure DevOps
here is my story, please help. I am kind of new to VS Code. Installed VC code & created dome project files. Now I would like to upload to to Azure Dvops- Repo[ I have the azure rerpo ]. I have installed the extension [ Azure repos 1.161.0] into…
Well the 3×3 Gridview this week also be available for Linux ?
Hallo, so finally the 3x3 grid is announced to be rollout to the public, this week. 17010055-show-video-for-all-people-in-video-meeting still far away from seeing all the meeting participants, but at least better than the 2x2 grid. we take any…
Surface Hub 2s on hidden network?
Is there a reason why the Surface Hub will stay connected to our guest network, but will not stay connected the our internal? Both use wpa2-enterprise to authenticate, and the only difference is our internal network is hidden. If I connect it to the…
KB4556813 or KB4552926 broke .NET, has anyone else experienced this?
Hello all, Last night we installed two updates on a 2016 Data Center edition server, KB4556813 or KB4552926. 2926 specifically dealing with .NET. The server is configured as a web application server which runs APIs configured to use .NET. When going to…
is login.live.com down?
I'm getting error code 503 when I try to login to my account. I checked https://downforeveryoneorjustme.com/login.live.com it said it was down as the time of this post. Please help.
i have lost my email my email.
i have lost my email, and i cannot access the recovery options i put. i only had my phone number and i moved from that country and lost the number. how can i get it back, and what will i do? i have tried filling the form but i had trouble doing…
Importing SAP BW using a Specified Date Range
I am trying to update a Import query in SAP BW Query in Power BI. I was trying to use the star schema approach but every time I add a new dimension it asks for a date. Every month we want to add the new month and drop off the old. For example we start…
Window server 2012 R2 all administrative tools and file become @bk[.]ru file extenstion due to malware ransomware
Dear Team, In Window server 2012 R2 all administrative tools, VHDX and data file become @bk[.]ru file extenstion due to may be malware ransomware. How i can recover/remove the Extenstion throgh any Antivirus or tools, please help me. Ved…
Seamless SSO and Azure MFA
Hello, We are testing staged Seamless SSO. It appears to be passing though our passwords just fine but we are getting MFA'ed when accessing any O365 resource. We have a conditional access rule setup and our local network IPs are added to the trusted…
Selecting, deselecting ListView items by code...and manually
Hi, Working with a list of about 50,000 items, I must be able to select/deselect items code behind. I first tried to achieve this through UI. For instance, to deselect a selection: foreach (ListViewItem item in ListView_DB_Edit.Items) …