Can anyone help me with this MS Azure question?
I am currently preparing for the AZ104 exam and came across this question that I just can't figure out: Why are there 2?
I am currently preparing for the AZ104 exam and came across this question that I just can't figure out: Why are there 2?
I hope I express myself clearly. If, as a company/freelancer, I use a server instead of a physical Windows server, which is located as an IaSS in a cloud farm, such as TERRA from Wortmann… …how do I install software that I have physically on CD/DVD or USB stick at my desk? Let's assume that…
Good morning! I would like to report the current status of policy compliance in a subscription. So I pull the following data: $azState = Get-AzPolicyStateSummary -SubscriptionId $subscriptionId $exportObject.Compliance.TotalRessources = $azState.Results.ResourceDetails[0].Count + $azState.Results.ResourceDetails[1].Count + $azState.Results.ResourceDetails[2].Count $exportObject.Compliance.CompliantRessources = $azState.Results.ResourceDetails[0].Count $exportObject.Compliance.NonCompliantRessources = $azState.Results.ResourceDetails[1].Count $exportObject.Compliance.Exceptions = $azState.Results.ResourceDetails[2].Count $exportObject.Compliance.Percentage = [math]::Round((1.0 – $exportObject.Compliance.NonCompliantRessources / ($exportObject.Compliance.CompliantRessources + $exportObject.Compliance.NonCompliantRessources + $exportObject.Compliance.Exceptions)) *…
Hello everyone We have the following situation. We are currently implementing a new software. The manufacturer is sending us key account managers who aren't very technically savvy. So far, so good. We were just discussing whether we could perform a software downgrade on the test instance in case of an emergency. The manufacturer said, "Not…