Remover atualizações de segurança
Boa tarde Após as atualizações kb4560366 e kb4557957 meu spooler de impressão para quando mando imprimir na HP Designjet 510 24in Printer. A impressora já está com o driver mais recente encontrado no site da HP. Como faço para desinstalar esses…
Security - Default Azure user created for Office 365 mailboxes.
I noticed that all our users created in Office 365 get an Azure account too. This normally would not be a problem, but it looks like even a low privileged user can login to Azure, view all users, memberships, devices, and domains. I found…
Remover atualizações de segurança
Boa tarde Após as atualizações kb4560366 e kb4557957 meu spooler de impressão para quando mando imprimir na HP Designjet 510 24in Printer. A impressora já está com o driver mais recente encontrado no site da HP. Como faço para desinstalar esses…
exe running on azure
I have an application windows that acts as a small webserver (.exe file) I want to deploy on azure with port 80 open ...is this possible do I get a fixed ip address and what is the cost/ options
Is it Possible to get SasToken for only a Directory in file share to download all files including sub directory's files in C#?
Can I get a sasToken for a directory in File Share in Azure File Storage using REST API using C# to download all files of that directory including sub directories but that sastoken will not be valid for other directories in the same File Share. There are…
Creating datasets in Azure Machine Learning service from more than 100 paths
Hi, I need to create a dataset in Azure Machine Learning service from an Azure Data Lake Gen2 registered as a Datastore. Data in the lake are 1000's of avro files stored by an Event Hub Capture following the pattern…
Host Pool VMs need Active Directory
Hi, I wanted to expand on the following question where the final post suggested starting a new thread, which I can't find. https://learn.microsoft.com/en-us/answers/questions/33235/use-wvd-with-azure-ad-only.html I want to create a host pool…
unable to use compute instance
i always get error : User live.com#keshav31.dasari@Anonymous .com does not have access to compute instance keshavdp100. Only the creator can access a compute instance. Click here to sign out and sign in again with a different account. …
MCSE exams
Hi, I did pass 3 exams 70-333 , 70-339 and 70-345 is that enough for MCSE , as said in your website hope i hear from you soon Regards
Setting up security response headers for Azue CDN content
We are delivering Angular application over Azure CDN(no web server), also there would be lots of images/videos(stored on Blob storage) that our site would be serving. How can I add security headers like X Frame options, X SSS protection, no sniff while…
How can I set up a SSL certificate in my VM while using it as endpoint for a failover in cloud service provider
Hello, I have been looking for an answer but I couldnt find a specific answer for my problem. I am currently using a domain (ex: domain.com ) which is used by AWS. I used a route 53 to make a failover to my VM in azure using a subdomain (ex:…
Export / Import SAML attributes for a given enterprise app?
Is there an easy way to export / import SAML attributes for a given enterprise app?
Protect Angular SPA with Azure Ad authentication
Hi, I need to protect my Angular SAP and Node JS API with Azure AD Authentication. which flow should i use? Auth Code Flow or Implicit Flow? Where can i find the sample apps ot tutorials that show steps to implement the suitable flow in both…
Macro VBA copy folder
Bonjour, Je souhaiterais copier un fichier de type PKG ainsi qu'un fichier de type VAR d'un dossier vers un autre dossier en le renommant. Quel serait la ou les lignes de codes les plus approprié ?
Azure DevOps CI/CD not deploying my pipeline triggers in an Active state
My dev ADF has pipeline triggers that are Active and set to run every hour. Using devops repos & CI/CD, I deployed these triggers from our dev to test ADF environments. The pipeline triggers were successfully created in my test environment, but they…
windows 10 update 2004 and lost desktop
I updated windows 10 2004 today with latest update and have lost my desktop for some reason. II have tried everything to get it back without success. Any ideas what might be the problem ?
How to avoid external users from being affected with an existing conditional access policy?
I was tasked to find ways (if any) to have external users NOT be affected with existing conditional accesses in the company WITHOUT modifying said existing policies. We have 1 policy that prevents any user from accessing the company's tenant content…
taking a test in English language
https://learn.microsoft.com/en-us/learn/certifications/exams/98-349 According to this page, exam should be available on one of the following languages: English, Chinese (Simplified), Chinese (Traditional), French, German, Italian, Japanese, Korean,…
Xamarin iOS: Info.plist file for Xamarin.Sdk.framework is missing
After uploading a build of the iOS app, App Store Connects gives the error: Invalid bundle: The Info.plist file for Xamarin.Sdk.framework is missing or could not be read. What can help prevent this issue?
BasicProperties.RetrievePropertiesAsync(new List() { "System.Size"}) gives folder size as zero
I am trying to get the size of the folder. I tried the following ways, both of them gives the size as 0 or null Method 1: IDictionary<string,object> property = await storageFolder.Properties.RetrievePropertiesAsync((new List<string>() {…