Cant set-location to NAS drive or get-childitem using powershell
Hi I have Netgear STORA attached to surfacePro4 using a USB to ethernet adapter. I can ping successfully to the location \stora using both powershell and command prompt. z: has been assigned to the required location on the stora I can use DIR to…
hyper-v increase the number of unsuccessful vm start attempts
Is there a way in hyper-v to increase the faulty starts of a vm? We are currently struggling with a firmware problem with RHEL / CentOS 8 (UEFI) concerning hyper-v, whereby the VM is started and after 5 unsuccessful attempts it is stopped. Is it possible…
Vnet peering vs vnet cloud networking?
1) Within the same region, Vnet peering which is a method of connecting vnets within the same subscription? Why not just connect VNets to another vnet using a virtual firewall within the same cloud subscription? ( I thought Vnet peering is designed…
#VALUE! Error message
I've created a spreadsheet for someone and it works fine on my device. I have emailed it to the client and they are getting a #VALUE! error message in one column. I'm not getting it on my version. They have emailed me the spreadsheet back and I get…
windows server 2012 r2 : queda de sistema erp com "dados corrompidos "
Temos um servidor windws server 2012 r2 standard em vm citrix xcenter onde roda um sistema erp com banco de dados db2 IBM. Durante 2 a 3 dias e um dia a mais especifico , o arquivo do banco de dados diz o fornecedor estar corrompido por questoes do…
"Insert error." for Mongo insertMany operation
When performing a Mongo insertMany operation with ordered=false, Cosmos responds in some cases with the following error: BulkWriteError{index=0, code=2, message='Error=2, Details='Insert error.', details={}} The troubleshooting documentation…
Is it safe to rename and remove an OU?
Hi, I have Windows 2012 DC. I need to rename an OU. I wonder if it is safe to rename it. Will it impact anything? I also need to remove a parent OU. For example, I have Computer OU, under Computer OU I have Workstation OU, under Workstation OU I have…
Error uploading file larger than 5 mb in Local Sharepoint Shared Documents (Sharepoint 2010)
Hi, Quite new to Sharepoint and I've tried every possible solution available online, from webconfig changes, to IIS limit changes and trying to upload via powershell script as well. I've allowed for the maximum allowed file size and increased the…
DISM image capture missing files after copy
We are having a strange problem taking an image from a VM to deploy on PCs. We have done it this way for a couple years without issue but this round seems to be acting odd. I boot into the VM with Windows PE, run DISM /image-capture etc, save the WIM,…
Minecraft bedrock edition ps4
Hello Microsoft, I have been playing minecraft for about 7 years now and when bedrock edition came out I thought that I would finally be able to play on survers but I saw comeing soon I was like "oh that's fine it has only just came out soo they…
Is the learning / certification portal down?
Am trying to login into the certification portal for over an hour and it hasn't been going through. Would you know if the portal is down?! I have my AZ-900,scheduled!
Office Word, Excel, and PowerPoint's Startup Field Value Form
Hi, I recall several years ago, the company I worked at had some templates ready with fields to filled up. At that time, I didn't have to go through File -> Propoerties -> and go to each value and set it. Instead, whenever we opened a new…
ADFS MFA failing for some users
We are running 2012R2 ADFS with Azure MFA. The MFA handover seems to be failing for some users. They can successfully logon to Microsoft 365 Apps using MFA, but when trying to logon to On-premises or other Cloud Apps (RDWEB, Zoom, Oracle) they get…
Changing Azure spot eviction policy midway
Hi Folks I think I know the answer to this and it's probably no but I wanted to ask first. I am doing some testing with an Azure VM using Spot instance with eviction policy set to capacity. It seems when I need to use for a bit longer, MS decide to…
changed managed account password used in multiple farms
Hi, We have a farm account that we use as a managed account on multiple dev farms. (sp 2016) I changed the password through central admin on one farm and the other farms show that the password was changed in central admin. (based on last changed date…
Does Azure AD support temporary security credentials?
Does Azure AD have a service, similar to AWS STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html), which lets you request temporary, limited-privilege, credentials to enable trusted users to authenticate to Azure resources?
Having issue while deploying migrate appliance in VMware infra
I am trying to deploy Azure Migrate appliance in my vmware infra but when it's reaching up to save and start discovery phase facing below error. Details Azure Key Vault create or update operation failed for 'https://FPA-MIG3085ekv.vault.azure.net'.…
Local User - Environment - It does not work
Local User - Environment - Start the following program at logon: I correctly indicate the program that should run when the user enters, but it does not and does not mark any error.
How to Include/exclude directory and files in PROJECT_NAME.vcxproj using makefile
I have visual studio project PROJECT_NAME.vcxproj which has its .c and .h files included to build. I want to update this project using makefile so as to remove/exclude some directors and files from PROJECT_NAME.vcxproj so that is does not get build. Is…
Want to warn when i use the same symbol defined two another library when link
I have below case: I add below code in testa.c file. extern unsigned char globaltest; void a() { if (globaltest == 3) { globaltest = 4; } } Define test lib1.lib and lib2.lib and define globaltest in those lib. Link testa.obj lib1.lib…