Microsoft Docs - 최신 문서

Microsoft 기술 문서가 이전된 docs.microsoft.com에서는 콘텐츠용 웹 환경뿐 아니라 솔루션을 학습, 관리 및 배포하는 데 사용하는 콘텐츠를 만들고 지원하는 방법을 현대화했습니다. 이는 Microsoft 기술과 관련된 모든 것을 위한 원스톱 상점입니다. docs.microsoft.com에서 새롭고 흥미로운 내용을 최신 상태로 유지할 수 있도록 귀하를 위한 전용 피드를 만들었습니다.


Selected Feed: PowerShell

uninstall chrome - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192681/uninstall-chrome Hi All As chrome is not supported on Windows Server 2012 R2. i am trying to uninstall it from add/remove programs but i dont see it in add/remove programs. how do i remove chrome manually. i tried the below powershell script but it did not work. Get-Process chrome |Stop-Process -Force Set-Location 'C:\Program Files (x86)\Google\Chrome\Application' .\chrome.exe -ArgumentList '/uninstall', '/silent' -Wait
Published Date : 2023년 3월 23일 목요일

Virtualization Technology (VT) and Windows 11 Core Isolation Feature Issue - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192673/virtualization-technology-(vt)-and-windows-11-core Dear Community, I'm currently experiencing a conundrum with my system. I cannot have virtualization enabled on my system after a Windows update was pushed to my system. Let me explain why. The Core Isolation feature, Memory Integrity, is causing the Program Compatibility subsystem to block many of my standard and sole drivers for many programs, some of which are also hypervisors that, obviously, require virtualization to be enabled. No driver replacements exist. No amount of Google-Fu has net me any tangible results. All of the below fix actions are reverted or ignored after restarting the system. I have cleared my TPM keys multiple times from Windows and the BIOS. I even re-joined the Windows Insider Program and subscribed to the Beta Channel to see if a newer feature update would resolve the issue (spoiler: it did not). I do not have a restore point to go back to. Reinstalling Windows is a last resort. I have only found one solution that isn't ideal, which is to disable Virtualization Technology in my UEFI BIOS. This completely disables those features that I cannot turn off and also disables my ability to operate my hypervisors. I realized this after forgetting to enable it after updating the BIOS. I could use your assistance in resolving my problem. What fix do you all want me to try (besides the ones that I have listed in this post, of course)? Here are my system details: OS: Windows 11 Pro Version: 10.0.22623 Build 22624 Motherboard: ASUS RoG Maximus XIII Extreme Processor: Intel Core i9-10900K BIOS: 1701 (from 1402) Intel ME Update: 15.XX.XX (it meets or exceeds ASUS requirements for BIOS update) RAM: 64 GB Page File: 9.5 GB TPM: 2.0 Here are the promised fix actions that seem to resolve everyone else's Core Isolation feature issues, but my own: ** For all items related to the registry below, 1 = ENABLE, 0 = DISABLE ** Delete Core Isolation Policies - Validate that no entries are underneath this registry path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Policy Manager Enable/Disable Hypervisor-Protected Code Integrity (HVCI) Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\State Key: HVCIEnabled (REG_DWORD) Virtualization Based Security Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard Key: EnableVirtualizationBasedSecurity (REG_DWORD) Key: Locked (REG_DWORD) CredentialGuard Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\CredentialGuard Key: Enabled (REG_DWORD) HypervisorEnforcedCodeIntegrity Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity Key: Locked (REG_DWORD) Key: HVCIMATRequired (REG_DWORD) Key: Locked (REG_DWORD) KernelShadowStacks Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\KernelShadowStacks Key: Enabled (REG_DWORD) SystemGuard Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\SystemGuard Key: Enabled (REG_DWORD) Key: Managed (REG_DWORD) Repair the Windows Security App Get-AppxPackage *Microsoft.Windows.SecHealthUI* | Reset-AppxPackage Alternate Method via Command Prompt (administrator) PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *Microsoft.Windows.SecHealthUI*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}" Repair System/Image Files DISM.exe /Online /Cleanup-image /Restorehealth Scan integrity of protected system files and replace with known good sfc /scannow Review SFC logs for actioned items findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > C:\sfcdetails.txt Turn off Core Isolation features via GUI Start Menu -> type "Core Isolation" -> Open Core Isolation Drag each slider to the left to turn off/disable for the following: Configure Device Guard via group policy editor (gpedit.msc) Start Menu -> type "gpedit.msc" -> Open gpedit.msc Navigate to: Two Options Exist to configure the policy:
Published Date : 2023년 3월 23일 목요일

Unable to connect to Azure Virtual Desktop with Web client or with Remote desktop client. - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192495/unable-to-connect-to-azure-virtual-desktop-with-we Unable to connect to Azure Virtual desktop with web client and also with Remote desktop client. After entering credentials - shows the message as Opening ports and then show the below error message "We could not start the connection due to a webworker error. Please click Reconnect to start a new session without webworkers" Tried several times to reconnect, restarted the VM as well but no luck Someone please help
Published Date : 2023년 3월 23일 목요일

Quickest way to check if list of computers are online or not - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/920457/quickest-way-to-check-if-list-of-computers-are-onl Hi I have a list of computer names which i need to loop through and check to see which of them are online (accessible) before I then proceed with the next step in my app. In my powershell script which I am converting to a VB.net app I was using the below which worked quite quickly In VB I have tried using the below but it is quite a lot slower So hence my question what would be the best way to quckly check if a computer is online, these are all domain connected computers, so on reliable quick connections usually, and the list of computers I would be checking is usually around 400 computers.
Published Date : 2023년 3월 23일 목요일

MFA - Where to find the sensitive details? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1191077/mfa-where-to-find-the-sensitive-details Hi I want to know where I can find the MFA configuration/context of users in Azure OR wherever that it exists. I am specifically looking for the TOTP secret that is stored in the system against a configured device and extract that information. If someone know where to look and how to export it then, it would be really helpful. All help is appreciated! Thanks
Published Date : 2023년 3월 23일 목요일

Re-size VPN Gateway BASIC SKU to STANDARD without recreating the VPN Gateway - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192578/re-size-vpn-gateway-basic-sku-to-standard-without Hi Our organization needs to re-size from VPN gateway BASIC SKU to STANDARD SKU. Can this be done without downtime and without recreating the VPN Gateway? Regards Koomar
Published Date : 2023년 3월 23일 목요일

Windows 11 upgrade being forced on me - how can I stop it? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/684093/windows-11-upgrade-being-forced-on-me-how-can-i-st Currently running Windows 10. Offered an upgrade to Windows 11 which I accepted. However, after upgrading some of my programs didn't work and all my e-mails had disappeared. Reverted to Windows 10. So far so good. A couple of days later Windows updates automatically and installs Windows 11. I uninstall it again. A day or two later windows wants to update. When checking the update I find it is Windows 11 with a button to check for optional updates, i.e. the Windows 11 upgrade is not optional. I delay the upgrade seven days and try to find a solution. I delay again and still have no luck in finding a solution. Now Windows is telling me it will restart and upgrade in 1 hour. I have good reasons not to want this upgrade and resent it being forced upon me. It is supposed to be optional but is being forced upon me. Yes, I can uninstall it again every few days after it automatically upgrades but this wastes time and there is always the risk that at some stage it won't work properly leaving me with a ruined machine. Please help!
Published Date : 2023년 3월 23일 목요일

UnifiedGroup New, Set, Remove does not work with EXO V2 App-Only App-only certificate authentication - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/207505/unifiedgroup-new-set-remove-does-not-work-with-exo I am unable to use EXO V2 (2.0.3) in "app-only" certificate connection to perform any kind of New, Set, or Remove on Unified Groups (I am only dealing with groups, so I don't know if there are any other issues). There is already a related question https://learn.microsoft.com/en-us/answers/questions/203561/powershell-connect-apponly-to-exo-anyone-able-to-u.html but I have poked around more and have some additional info, and I also desperately need this to work for a project, so I decided to post my own question. In short, I have a Powershell script that is designed to first collect some data, then it updates various groups, creating, deleting, updating the groups, or adding members or owners to groups. It's completely automated, running hourly, and having a user run it manually and authenticate every time is not acceptable (all users have MFA, so we have to use certificate based). However, running the script manually (with user credentials and completing the MFA interrogation) does work. Running using certificate authentication also works to a point. Certificate Authentication itself works fine, and once authenticated, the script can Get anything, including groups and users. The script is registered in Azure App Registrations and has the "Exchange Service Administrator" role applied (I've also tried the Global/company admin), and access is admin approved. So there is nothing wrong with permissions that I can see. Again, I want to emphasize that I know the script works, as it works manually with normal user credentials. Anyway, when running "app-only" certificate connection it fails with strange errors on any New-UnifiedGroup, Set-UnifiedGroup, or Remove-UnifiedGroup command. A typical New-UnifiedGroup command looks like this: But I get this error: The group can't be created For Set-UnifiedGroup I get this error: We failed to update the unified group. Please try again later. For Remove-UnifiedGroup I get this error (strangest error of all): Unable to remove group GROUP_1. At C:\Users[my profile]\AppData\Local\Temp\tmp_c4pvjn40.0n1\tmp_c4pvjn40.0n1.psm1:59286 char:9 The Remove-UnifiedGroup actually gave me a line in some temp file script, although the others did not. It also halted execution, while the others did not. That temp script is called "Implicit remoting module by Import-PSSession cmdlet". And line 59286 appears to be in a section of code that looks like this: (That's not my code, but the code from the temp script). The error is thrown from the last try-catch-throw (that's line 59286), on $steppablePipeline.End(). Finally, I should note that the on other question I have referenced (https://learn.microsoft.com/en-us/answers/questions/203561/powershell-connect-apponly-to-exo-anyone-able-to-u.html ) two different people mentioned that there is an internal incident or ticket that might be open about this issue. However, no further details were provided. It is urgent that I get New-UnifiedGroup, Set-UnifiedGroup, and Remove-UnifiedGroup working for this script via app-only certificate based authentication, as it is our client's only avenue to do so, since all users in their Azure/Office365 are required to be MFA. If this is a Microsoft problem, I need to show our client some evidence of this, and I also need to provide them with information about when the problem might get fixed. If I am, in fact, just doing something wrong, any assistance would be appreciated.
Published Date : 2023년 3월 23일 목요일

How to automate azure CDN service using powershell? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192588/how-to-automate-azure-cdn-service-using-powershell Please let me know if you have any samples to automate CDN and Front Door using powershell scripts.
Published Date : 2023년 3월 23일 목요일

I need to remove webapps from deleted items, which seen after Get-AzDeletedWebApp pwsh command - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1190634/i-need-to-remove-webapps-from-deleted-items-which Hi All Ive got 2 different Azure Directories with different subscriptions: Dir1 and Dir2; Subscription1 and Subcription2. Under Dir1 and Subscription1 was created WebApp1. Then it was deleted. Now Im trying to create under Dir2 and Subscription2 web application with the same name WebApp1, but its not permitted. Ive found, that those deleted web apps are stored for 30 days under /providers/Microsoft.Web/deletedSites/ (Get-AzDeletedWebApp powershell command) My question is - how can I force those deletion, as firstly created web app under Dir1 and Subscription1 was created by mistake. Thanks for all replies.
Published Date : 2023년 3월 23일 목요일

How do I download Microsoft 365 xlsx file to local folders using PowerShell - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192621/how-do-i-download-microsoft-365-xlsx-file-to-local I have created a form and created a powerautomate task to link form to Excel online file in documents folder now my next task is to auto download file once a day, There is no rest service i can use.. if anyone can guide me that will be really great.
Published Date : 2023년 3월 23일 목요일

Creating a custom role based on a built in role - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192604/creating-a-custom-role-based-on-a-built-in-role I am currently using a trial Office 365 azure account to try out some role changes before they are deployed to our live Azure AD. I want to set up a custom role based on the built in Teams Administrator role which I can then assign to a group containing an application service principal. However when I create a custom role through the portal most of the permissions for the Teams Administrator are not listed (e.g. microsoft.directory/organization/standard/read). Is there another way I should be creating the role? I have tried connecting to Azure through powershell but as this is a trial system, there is no azure subscription and the connection fails.
Published Date : 2023년 3월 23일 목요일

Audit Shared Mailbox - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192505/audit-shared-mailbox Hello! Is it possible audit a shared Mailbox ? how to check who add or remove any member, etc etc? Any tip on office admin center or by powershell? Thank you
Published Date : 2023년 3월 23일 목요일

ISO Slipstreamed with 2023-03 ServicingStack and CU does not show patches were applied. - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192243/iso-slipstreamed-with-2023-03-servicingstack-and-c Hello, I have been creating slipstreamed ISOs for a year now using a powershell script to add the msu's into the install.wim. No problems at all up until this most recent servicing stack and cumulative update. For some reason this latest one just won't install for me and VMs created from the ISO are coming up as missing the patches. Here is the code block I use to add the package into the install.wim. I thought maybe the /cleanup-image /resetbase was causing the problem so I tried it both with and without that step (which is why it is commented in my code paste below). I am using InsightVM and Ivanti to scan the VMs I create and let me know if the patches are seen. Every VM I have created in this way has come up with zero vulns, but this month it's completely missing the SS and CU. I don't know if it's something to do with the age of the Windows 2016 version I'm running or what. Please advise. Product Level: Windows Server 2016 Standard 1607 I start with this ISO: Download SS and CU from here: I extract the iso and mount up each index and apply patches in this for loop. Again.. this has been working perfectly for a year now.
Published Date : 2023년 3월 23일 목요일

Will disabling automatic approval rule halt current approvals previously initiated by enabling and Run Rule action? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192603/will-disabling-automatic-approval-rule-halt-curren WSUS standalone server (no SCCM), automatic approvals. If I programmatically enable Default Automatic Approval Rule and trigger Run Rule, it will approve and autoinstall patches on a Computer Group I have defined. The PowerShell script immediately then disables the Automatic Approval Rule. Will that work, or should it be enabled for a few days preferrably? I would like to know what happens under the hood. If I trigger an action like above, does it fully occur even if I immediately disable the rule? I guess it all has to do with how WSUS is programmed. Does the action trigger events that gets queued? If so, disabling the rule shouldn't effect the queue. Unless Microsoft has decided that should abort the events in the queue. I know I can schedule patching with GPO etc, but would like to know how this works on a detailed technical level, please.
Published Date : 2023년 3월 23일 목요일

Trying to update Sensitivity Label on Group with MG Powershell - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192601/trying-to-update-sensitivity-label-on-group-with-m I am using the following code to update the label on a M365 group: It works if I update e.g. DisplayName: but with the label I get: Am I missing some permissions? Should I use a different command? Or assign a Graph some permission to my app id?
Published Date : 2023년 3월 23일 목요일

detection on RDP connection since last 3 months - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192422/detection-on-rdp-connection-since-last-3-months I would like to confirm if RDP connection has been performed (either successfully connected or fail) in my PC since last 3 months. What kind of powershell script should do this task? Thankyou!
Published Date : 2023년 3월 23일 목요일

What is the total size allocated to a Storage account and the for types like Queues, tables, blobs and files. - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192516/what-is-the-total-size-allocated-to-a-storage-acco Hi team,What is the total size allocated to a Storage account and the for types like Queues, tables, blobs and files.Also I would like to know consumed size for all the types abo eve using powershell or using KQL. This requirement is across our subs.
Published Date : 2023년 3월 23일 목요일

Is ADO Pipeline "Powershell on target machine" able to connect to destination server using customize PSsessionconfiguration? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192385/is-ado-pipeline-powershell-on-target-machine-able To restrict the WinRM, we usually disable all default endpoint to connect remotely with Local\Network Deny permission for each endpoint. For who wish to use WinRM, we always create customize sessionconfiguration for specify account to connect. However, I cannot find a way for ADO Pipeline to connect with "Powershell on target machine v3" to use custom pssessionconfiguration because no parameter to accept as below, I only can find PSsessionoption which do not have parameter name as "configurationname" to point the customize sessionconfiguration in WinRM connection. Example: Enter-pssession -computername <XXXXX> - configurationname <XXXXXXX> Please advise if anyone has some idea on this.
Published Date : 2023년 3월 23일 목요일

Windows server 2019 dhcp server redundancy configuration(failover configuration) - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192409/windows-server-2019-dhcp-server-redundancy-configu hello. I have a question. After installing winodws server 2019 dhcp, I want to ask if the settings set in dhcp server 1 are automatically synchronized with dhcp server 2 when configuring failover. (Only 1 is set and 2 is when only dhcp is installed) (I am providing translated content for English speakers. Please excuse any grammatical errors.) Thanks & Best regards
Published Date : 2023년 3월 23일 목요일

defender firewall rule not shown in Windows 10 computer - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192445/defender-firewall-rule-not-shown-in-windows-10-com Hi experts, I have created the Microsoft Defender Firewall Rules, and deployed it to test Windows 10 devices. I create the rules under Devices > Windows > Configuration profiles > Create profile > Choose Windows 10 and later as the platform, Choose Templates, then Endpoint protection as the profile type. Select Windows Defender Firewall, then Firewall rules. But I can't find the firewall rules in the firewall settings on the computers. How could I make sure the firewall rules are arrived and applied to the computers?
Published Date : 2023년 3월 23일 목요일

"az keyvault secret set" to set localDB connection string errors in powershell due to parenthesis in (localDB) - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192594/az-keyvault-secret-set-to-set-localdb-connection-s In powershell, Using az keyvault secret set to set the localdb connection string as a key vault secret fails because of the closing parenthesis ")" that precedes the "\". az keyvault secret set --name ConnectionString-messaging --vault-name kvtemptest --value "server=(LocalDb)\\MSSQLLocalDb;database=messaging;trusted_connection=yes;Pooling=false;" the error I get is \MSSQLLocalDb was unexpected at this time. Tried the below too (backtick) but same results az keyvault secret set --name ConnectionString-bwalk-messaging --vault-name kvtemptest --value "server=(LocalDb)\MSSQLLocalDb;database=Bwalk_Messaging;trusted_connection=yes;Pooling=false;" ` (doubling the braces) `az keyvault secret set --name ConnectionString-bwalk-messaging --vault-name kvtemptest --value "server=((LocalDb))\MSSQLLocalDb;database=Bwalk_Messaging;trusted_connection=yes;Pooling=false;"`` (enclosing single quotes) az keyvault secret set --name ConnectionString-bwalk-messaging --vault-name kvsamtemptest --value "server='(LocalDb)\\MSSQLLocalDb';database=Bwalk_Messaging;trusted_connection=yes;Pooling=false;" the command works gr8 in git bash console
Published Date : 2023년 3월 23일 목요일

RDS HTML5 WebClient File Transfer Feature Failed from remote session to local computer - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192406/rds-html5-webclient-file-transfer-feature-failed-f Hi, I'm using RDS HTML5 WebClient Version 1.0.28.0 and I'm not able to get File Transfer working from remote session to local computer. Looking at Console on client side nothing seems to go wrong BUT in the remote session the copy in "downloads" folder fails with "unexpected error... the peripheral is not connected". Once I tried to copy a file ni "downloads" the Virtual drive is not working anymore for Uploads ou Downloads. If I only use file transfert from local computer to remote session it's working great. Do you have any clue to solve this ? Thanks for your help.
Published Date : 2023년 3월 23일 목요일

password invalid credential manager - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1191739/password-invalid-credential-manager Hi, I need to save same secrets from keyvault to the credential manager to use sftp with UNC. So , I get the creds using powershell and I created a credential object. However, when I try to access to the UNC, it prompt the windows security and asks for the credential (which is already saved by powershell in cred manager). When this time I check (save my information, check image ). it will not ask for password when browse UNC. I tried to change it manuelly and I get again prompt to enter password. I tried to create manually a credential enty to credential manager and I get the same issue. Why the password saved from the windows security is accepted to open unc and not the one saved manually or using powershell (it is the same entry in credential manager) Did I missed any thing?
Published Date : 2023년 3월 23일 목요일

simultaneously connecting to two networks separating local Lan to one, and internet to another - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192340/simultaneously-connecting-to-two-networks-separati I have a computer (call it #1) with two network adaptors. The first network adaptor connects to a private internet via dhcp (giving me an ip address of 192.168.203.212) The second network adaptor connects to an internal LAN network which provides me with a static ip address (192.168.1.25) and the computers on this internal Lan network have shared drives which I connect to by addresses like \station2\share2 (I could also set this path to \192.168.1.10) My question is I need computer #1 to be able to make simultaneous internet quires, and also be able to connect to the internal databases on various Lan computers e.g., \station2\share1 , & \station3\share3 etc. Computer #1 is running an Access database program requiring it to query an internet database and then also query data on local Lan shares i.e., (\station2\share2) etc. I have read that I can set a priority for one adaptor and if that adaptor cannot or dose not know how to route the computer will time out and it may be able to send it out again to the lower priority adaptor but will lead to delays. The data required to run the database requires responses from both networks. And before anyone asks the desired end points required cannot be moved to one network. A Linux programmer said he had heard of a "routing table" that may be able to direct all Lan traffic calls to a specific adaptor but he did not know how to do that.
Published Date : 2023년 3월 23일 목요일

GPO doesnt apply schedule task neither execute startup script - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192250/gpo-doesnt-apply-schedule-task-neither-execute-sta Hello, Please help me, I'm getting crazy and I think I'm gonna suicide in the next days it this continue. I need to execute a vbs script. The script works perfectly stored in local computer, then I put it on a shared folder, same shared folder for other apps that I want to deploy throught GPO and also works when I execute that in local computer. I tried to deploy the script in 3 ways: Looks like the policy doesn't apply, for example, the scheduled task was not even created. I already did a gpresult and check in rsop.msc and the policy is applied.
Published Date : 2023년 3월 23일 목요일

Simultaneously connecting to two networks with local Lan traffic to adaptor#1, & Internet traffic to adaptor#2 - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192348/simultaneously-connecting-to-two-networks-with-loc Need simultaneous routing to two network adaptors. Computer 1 runs an Access Database which needs to quire data stored on both a private Internet connection (provided by dhcp on the first network adaptor, which gives out addresses in the 192.168.203.20x range), as well as access data on an private internal LAN (with static addresses assigned to all computers). The internal LAN computer shares are accessed as (i.e., \computer2\share1 or \192.168.1.10\share1, etc). I have head that you can set a priority for each adaptor but that requires the chosen route to time out and perhaps send the quire to the second adaptor and that is not what we need because we need to access simultaneous databases. Also, the local LAN network CANNOT be combined with the private internet network. Perhaps there is a routing table command that could direct traffic to specific Lan addresses e.g., \192.168.1.x or (\localCPU3\share3) to a specific adaptor and internet quires to the other adaptor.
Published Date : 2023년 3월 23일 목요일

Help! Need to update a massive number of hyperlinks to new ones across entire SharePoint Online tenant - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192580/help-need-to-update-a-massive-number-of-hyperlinks Just found out that in less than a week, redirects we have in place with an external vendor will stop working. Which means we've got thousands of links to externally hosted videos across SharePoint, both in lists and on site pages that will stop working. I have all of the information available in front of me in .csv - current link, new link it should be changed to, site owner, site URL, site page URL, list name (if applicable), hyperlink text, etc. so on and so forth. Rather than try to run a communication campaign of sending emails to the site owners to update, I'd much rather automate this behind the scenes. Especially since we have hardly any time left. I'm not a SharePoint admin, but I can get any suggestions in front of them. I'm thinking that surely there must be some way of doing this with a PowerShell script. PLease help Community! If you have a solution, you may just save my life (or at least significantly decrease stress level) :)
Published Date : 2023년 3월 23일 목요일

How to set Azure lockout policy settings using Graph apis? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192569/how-to-set-azure-lockout-policy-settings-using-gra Hi, I am looking for a way to set the lockout policy settings in Azure using Powershell (preferably Microsoft Graph API or azure cli). The specific settings I want to export with Powershell are 'Lockout threshold' and 'Lockout duration in seconds' that can be found in the Azure portal at Home > Security > Authentication Methods > Password Protection.
Published Date : 2023년 3월 23일 목요일

Azure Vitual network gateway - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/390917/azure-vitual-network-gateway Hi, I am using azure legacy virtual network gateway with SKU Baisc. It is working fine for one customer. My other customer has custom security parameters for IKE/IPSec. Basic SKU can not support custom security parameters. So I want to upgrade it with Basic to Standard SKU. During the upgrade can we face downtime?
Published Date : 2023년 3월 23일 목요일

Kerberos Pre-authentication - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192531/kerberos-pre-authentication Hi How to check if all accounts require kerberos pre-authentication?
Published Date : 2023년 3월 23일 목요일

Azure Event Hub not sending Linux OS level logs to Splunk - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1190839/azure-event-hub-not-sending-linux-os-level-logs-to Hello, I am trying to setup "Diagnostic settings" for the Linux VMs, so I can see the OS level logs and metrics in Splunk. The Splunk can see "Administration" logs from the console. So that works fine. Also the windows VMs OS logs are visible in the Splunk. The problem is that after I installed the extensions on the Linux VMs, I still can't see the metrics and OS logs in the Splunk. I created an Event Hub and ran the configuration by following this page: https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/diagnostics-linux?toc=%2Fazure%2Fazure-monitor%2Ftoc.json&tabs=azcli#protected-settings This is the command that I ran: az vm extension set --publisher Microsoft.Azure.Diagnostics --name LinuxDiagnostic --version 4.0 --resource-group "xxx-IoT-dev-rg" --vm-name "xxxx26u3txinhdg" --protected-settings "/home/../protectedsettings.json" --settings "/home/../publicSettings.json" --enable-auto-upgrade true when I verified and ran the status everything is showing 'successful status' as you see below. Can some please advice if there is something wrong with the json files? I assume that the issues lie in those two json configuration files. I tried to follow the instructions and that is what gleaned from the instructions. My public and protected settings files are at the bottom of this post as text files thank you for your help Status after vm extentions set: get-azvm -resourcegroupname 'xxxx-IoT-dev-rg' -Name 'vm-yxxxxx' -Status Code : ProvisioningState/succeeded Extensions[0] : Name : AzureNetworkWatcherExtension Type : Microsoft.Azure.NetworkWatcher.NetworkWatcherAgentLinux TypeHandlerVersion : 1.4.2573.1 Statuses[0] : Extensions[1] : Name : LinuxDiagnostic Type : Microsoft.Azure.Diagnostics.LinuxDiagnostic TypeHandlerVersion : 4.1.10 Statuses[0] : VMAgent : VmAgentVersion : 2.9.0.4 ExtensionHandlers[0] : ExtensionHandlers[1] : ExtensionHandlers[2] : Statuses[0] : Statuses[0] : Code : ProvisioningState/succeeded Level : Info DisplayStatus : Provisioning succeeded Time : 3/17/2023 6:40:48 PM Statuses[1] : Code : PowerState/running Level : Info DisplayStatus : VM running Public settings.json: (file attached)publicsettings.txt Protected settings.json (file attached)protectedsettings.txt
Published Date : 2023년 3월 23일 목요일

How to export reports from Microsoft 365 defender which are highlighted in below screenshots via PowerShell or any other way for the same? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192538/how-to-export-reports-from-microsoft-365-defender How to export reports from Microsoft 365 defender which are highlighted in below screenshots via PowerShell or any other way for the same? See below screenshot for reference.
Published Date : 2023년 3월 23일 목요일

Uninstall Phone link - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/963543/uninstall-phone-link Phone link uninstall is greyed out. How do I uninstall?
Published Date : 2023년 3월 23일 목요일

Azure secured hub with cross tenant Vnet peering - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/851119/azure-secured-hub-with-cross-tenant-vnet-peering Hello, I am facing one challenge in Azure networking and I am really trying to figure it out but without luck at the moment. I have configured secured virtual hub in vWAN (Virtual WAN + Virtual hub + Azure Firewall). Thing is that there is requirement to configure cross tenant Vnet peering into secured virtual hub. I successfully managed that thanks to this Docs and some code modification: https://learn.microsoft.com/en-us/azure/virtual-wan/cross-tenant-vnet Peering above is not possible to configure via Azure portal so everything must be done via PowerShell. After deployment I noticed that Vnet from different tenant was successfully added into virtual network connections in Virtual WAN but I am not able to configure inspection of private traffic via Azure Firewall Manager in Security configuration deployed in this secured hub: I wasn't able to find any PS cmdlet which can modify this settings and question is if this is even possible to configure it? Thank you.
Published Date : 2023년 3월 23일 목요일

Suddenly unable to connect to Exchange Online via Powershell - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192542/suddenly-unable-to-connect-to-exchange-online-via Hi, Suddenly (started on 13 of March) I can't connect to the ExchangeOnline via Powershell. With no changes to the infrastructure I started getting the following error. Could you suggest troubleshooting steps, please?
Published Date : 2023년 3월 23일 목요일

Exporting sharepoint folders and sub-folders names + permissions - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1184351/exporting-sharepoint-folders-and-sub-folders-names Hi team, I have a SharePoint site with a lot of folders, sub-folders, and sub-sub-sub-folders... Each folder has different accessibility. I would like to export a csv file with: How may I do it? Thanks, Tamir
Published Date : 2023년 3월 23일 목요일

Schedule reboot of Linux VM for every other Tuesday (or every 14 days) - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192478/schedule-reboot-of-linux-vm-for-every-other-tuesda Hi Is it possible to schedule reboots of a Linux VM every other Tuesday at 5.15am? Even if I use auto shutdown/startup, I can't see how to schedule this for every 14 days. Thanks
Published Date : 2023년 3월 23일 목요일

Last modified time unattached disk Azure - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192477/last-modified-time-unattached-disk-azure Hello Team, I hope you're doing fine, I'm just noticing that i have a lot of unattached disks in Azure, i want to see the last modified time of these disks, but i cannot find the information in azure portal (overview) neither in Powershell Get-AzDisk -ResourceGroupName "XXXX" -DiskName "xxxxx", i only have the creation date time. Is it possible to have this info? thanks
Published Date : 2023년 3월 23일 목요일

Exchange 2013 Cutover Migration to M365 - unable to create migration endpoint in M365, .local AD domain - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1186736/exchange-2013-cutover-migration-to-m365-unable-to Trying to create a migration endpoint in M365 for a cutover migration fails with a message "Error creating endpoint. We weren't able to connect to the remote server. Please verify the migration endpoint settings are correct...". It suggests using the Exchange Remote Connectivity Analyzer (ExRCA). That has interesting results. Testing done against "Exchange Server...Outlook Connectivity" option (as cutover migration appears to require Outlook Anywhere): ExRCA using default AutoDiscover: connectivity test failed: This is somewhat expected, because AutoDiscover.xml points in many places to srv.company.local. ExRCA using manually specified server settings: Connectivity test successful with warnings: The warnings were about validating the cert using Root Certificate Update functionality from Windows Update, and testing the MAPI Referral Service on the Exchange Server (not sure if this is needed for a cutover migration (?)) When trying to create the migration endpoint in M365, it looks up server information based on the test mailbox address, presumably using AutoDiscover to start. This is not auto-filled, it comes up blank. However, there's the opportunity to enter the same Exchange server hostname and RPC proxy server hostname as in the ExRCA test. The same mailbox and AD user credentials were used for the endpoint and in ExRCA. One thing I tested was enabling the MRSProxy in the EWS virtual directory. This made no difference to the inability to create the migration endpoint. I'm not sure if this needs to be enabled for a cutover migration, it seems to be related to mailbox move functions (correct me if I'm wrong). Conceptually the simplest solution is to get autodiscover.xml to return mail.company.com instead of srv.company.local but I have zero idea how to do that - it may be generated (?) Alternately, if there's some other setting needed on-prem to get the M365 migration endpoint to be accepted, that would be great. Thanks for taking the time to go through all this.
Published Date : 2023년 3월 23일 목요일

Alias in exchange online visible but does not exisit in onprem AD - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1189529/alias-in-exchange-online-visible-but-does-not-exis Hello, For one of our users we see an existing alias in our Exchange online portal. In our AD onprem there is no such alias. Most likely something went wrong during our renaming of this user? in ADSIEDIT we cannot find the alias. I found some information on deleting the user, but there's a lot of maildata, I do want to explore other possibilities first. thanks
Published Date : 2023년 3월 23일 목요일

I wanted to change the email address of a user in exchange server by powershell command which also needs to be updated on active directory - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192071/i-wanted-to-change-the-email-address-of-a-user-in I wanted to change the email address of a user in exchange server by powershell command which also needs to be updated on active directory
Published Date : 2023년 3월 23일 목요일

Upload Harware hash with MDT in a task sequence - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192452/upload-harware-hash-with-mdt-in-a-task-sequence Hello Everyone, I need some help with MDT. Do you have any idea how I can upload the hardware hash of a device into Intune before restarting in OOBE mode during a task sequence? I tried to execute a PowerShell script, It runs without any errors but it does nothing in WinPE environment. What would be your suggestion? Do I need to copy it to the local drive and execute it from there? Thank you for your help.
Published Date : 2023년 3월 23일 목요일

Azure Automation - Source Control - PAT - Powershell - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1191294/azure-automation-source-control-pat-powershell I have created an azure automation account and wish to setup a source control connection with github using a PAT. The PAT has been created with the correct permissions but when I try to run the powershell command I get the following error However when I try to add the sourcecontrol using the UI it works (but no option to authenticate by using the PAT). The automation account has been created in the correct location and there is no location parameter for the sourcecontrol connection so I am confused why I am getting this error. The cmdlet I am running:
Published Date : 2023년 3월 23일 목요일

demote errors in DC - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1190891/demote-errors-in-dc Hi Team, I am migrating from win server 2012 R2 to win server 2022. I already migrated FSMO roles from primary to new server. There is no issues so far after migrated roles. But the problem started the demotion to old server which 2012 R2. I am getting errors as " the server is unwilling to process the request" How should I demote this old server ? I would appreciate if you shared your experience. Thanks TUN
Published Date : 2023년 3월 23일 목요일

Inactive Sharepoint users - Sharepoint on-premise - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192239/inactive-sharepoint-users-sharepoint-on-premise We need inactive Sharepoint users list for each site in Sharepoint on-premise. Is possible to get inactive users based on last visited date or last accessed date of the user? If it is possible, explain it in detail.
Published Date : 2023년 3월 23일 목요일

SharePoint Online - PnP PowerShell - Remove Installed Apps - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192342/sharepoint-online-pnp-powershell-remove-installed Hi MS Q&A, Have been attempting to report on available Apps deployed / installed against a SharePoint Online Site Collections via the following PowerShell operations to help with subsequent removal / uninstall: The main intention was attempting to locate instances of following Apps and conduct removal: Unfortunately, have been unsuccessful with attempts with App removal via Remove-PnPApp and Uninstall-PnPApp cmdlet against the App ID obtained from the prior AppTiles object review attempt. The following was the encountered error message against each above cmdlet attempted: {"odata.error":{"code":"-1, Microsoft.SharePoint.Client.ResourceNotFoundException","message":{"lang":"en-US","value":"Exception of type 'Microsoft.SharePoint.Client.ResourceNotFoundException' was thrown."}}} Seeking any advice if there are any alternative ways to remove the App via PnP PowerShell. Appreciate any advice and information. Thank you.
Published Date : 2023년 3월 23일 목요일

How to get all firewall rules with all the properties via Azures Resource Graph? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192152/how-to-get-all-firewall-rules-with-all-the-propert Hi, I need help with proper formulation of a query that would give me all firewall rules with all properties so it can be saved as a CSV file. All rules from a particular directory.
Published Date : 2023년 3월 23일 목요일

Adding custom claims to JWT token for App Registration using ClaimsMappingPolicy (OIDC Auth Code Flow) - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192180/adding-custom-claims-to-jwt-token-for-app-registra This article shows the process I am familiar with when adding a custom claim such as EmployeeID to the JWT token that is passed in the OIDC auth code flow: https://learn.microsoft.com/en-us/answers/questions/260800/custom-static-claim-in-jwt-token However Claims mapping policies link referred to on this post above no longer contains information on how to add the claim via the claims mapping policy in Azure AD Powershell. In fact it redirects to information on SAML now. This change to the documentation occurred right around the end of January. It doesn't appear that Microsoft has deprecated this functionality, so is there a reason this information has been removed from the learn.microsoft.com portal? Thanks
Published Date : 2023년 3월 23일 목요일

I have created account in Active directory not updated in Azure Active deirectory - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1191852/i-have-created-account-in-active-directory-not-upd I have created 3 users accounts and 1 for update phone number in Active Directory , but its not taking effect in Azure.
Published Date : 2023년 3월 23일 목요일

Automation Account - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1189802/automation-account Hi Team, I have an automation account in one subscription, and auto-start powershell is setup in the runbook on the same subscription virtual machine. My question is that I have another virtual machine that is in a different subscription, so do I need to create another automation account to set up the start process for this virtual machine? I have tried with existing automation, but unfortunately, it does not work for different subscriptions. So,what is solution for that?
Published Date : 2023년 3월 23일 목요일

Microsoft.aad.brokerplugin_cw5n1h2txyewy error code 2147024864 - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1186434/microsoft-aad-brokerplugin-cw5n1h2txyewy-error-cod User is getting periodic Microsoft 365 login prompt. From the event log, found the error Failure to load the application settings for package Microsoft.AAD.BrokerPlugin__cw5n1h2txyewy. Error Code: -2147024864 Source: AppModel-State. Tried the Powershell script: if (-not (Get-AppxPackage Microsoft.AAD.BrokerPlugin)) { Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown } Get-AppxPackage Microsoft.AAD.BrokerPlugin The problem did not go away. What could be wrong?
Published Date : 2023년 3월 23일 목요일

Retirement Announcement - Azure Automation is retiring Agent-based User Hybrid Runbook Worker on 31st Aug 2024 - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1188378/retirement-announcement-azure-automation-is-retiri On 31 Aug 2024, we?ll retire Azure Automation Agent-based User Hybrid Worker (Windows & Linux). Before that date, please migrate to Extension-based User Hybrid Worker.
Published Date : 2023년 3월 23일 목요일

deploying win form app with sql server express and create the database of the project on the client machine during installation - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192146/deploying-win-form-app-with-sql-server-express-and Hello guys how are you doing , i have developed my first winform application i created a database in SQL server management studio and everything is working well on my computer , now i want to deploy the application to be working on the client machine so i need to include the sql server as well as creating the database during the installation . i have managed i have tried to copy the mdf file of the database on the client machine and attach it using SQL server management studio and it worked fine , so my question is .... how to make the setup files create and include the mdf file in the right directory ?? so i do not need to install sql server managemnt on the client machine and copy the mdf file manually !! i was thinking the whole operation should be executed during installation and no need for extra un
Published Date : 2023년 3월 23일 목요일

About PowerShell Scriptblock non work problem - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1191583/about-powershell-scriptblock-non-work-problem Hi All, I created PowerShell went to auto download adobe reader and auto install, but always show exitcode:87 My Script:
Published Date : 2023년 3월 23일 목요일

Scheduled Task permission issues - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192196/scheduled-task-permission-issues Hello Everyone I am having an issue with an ongoing Scheduled task for a Powershell Script. I am only able to run the task when I User who belongs to the Domain Administrator Group, but I cannot let it run with the SYSTEM-User or a User with local administrator permissions. The task immediately ends and he does not run the script. Here are my settings: The action starts the Powershell-EXE and the Argument is the path to the script itself. Both Users (SYSTEM USER and the local User with local Administrator Rights) have full access to the Folder of the script. Do you may know what the issue could be ? Thank you for your help. Kind regards, Gabriel
Published Date : 2023년 3월 23일 목요일

How to disable the two factor authentication from single user. - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/101179/how-to-disable-the-two-factor-authentication-from Hi, We are using SharePoint. And we would like to disable the two factor authentication for only one or two users. Thanks in Advance
Published Date : 2023년 3월 22일 수요일

Log Replay Service 개요 - Azure SQL Managed Instance

https://learn.microsoft.com/ko-kr/azure/azure-sql/managed-instance/log-replay-service-overview Azure SQL Managed Instance의 Log Replay Service에 대해 알아봅니다.
Published Date : 2023년 3월 22일 수요일

Azure Monitor 설명서 - Azure Monitor

https://learn.microsoft.com/ko-kr/azure/azure-monitor/ 이제 Log Analytics 및 Application Insights가 포함된 Azure Monitor는 클라우드 및 온-프레미스 리소스와 애플리케이션의 성능 및 가용성을 최대화할 수 있는 원격 분석 데이터를 수집하고 분석하기 위한 정교한 도구를 제공합니다.
Published Date : 2023년 3월 22일 수요일

Azure ExpressRoute: Azure PowerShell 사용하여 회로 피어링 다시 설정

https://learn.microsoft.com/ko-kr/azure/expressroute/expressroute-howto-reset-peering Azure PowerShell을 사용하여 Azure ExpressRoute 회로에 피어링을 사용 설정하고 중단하는 방법을 알아봅니다.
Published Date : 2023년 3월 22일 수요일

Azure VM에서 성능 모니터링 - Azure Application Insights - Azure Monitor

https://learn.microsoft.com/ko-kr/azure/azure-monitor/app/azure-vm-vmss-apps Azure 가상 머신 및 가상 머신 확장 집합에 대한 애플리케이션 성능 모니터링.
Published Date : 2023년 3월 22일 수요일

.NET Core에서 Azure App Service 성능 모니터링 - Azure Monitor

https://learn.microsoft.com/ko-kr/azure/azure-monitor/app/azure-web-apps-net-core ASP.NET Core를 사용하는 Azure App Service에 대한 애플리케이션 성능 모니터링 차트 부하 및 응답 시간, 종속성 정보 및 성능에 대한 경고를 설정합니다.
Published Date : 2023년 3월 22일 수요일

Azure Active Directory를 사용하여 Kerberos 인증을 사용하여 하이브리드 ID를 위해 SMB를 통해 Azure 파일 공유에 액세스

https://learn.microsoft.com/ko-kr/azure/storage/files/storage-files-identity-auth-azure-active-directory-enable Azure AD(Azure Active Directory)를 통해 Azure Files SMB(서버 메시지 블록)를 통해 하이브리드 사용자 ID에 대한 ID 기반 Kerberos 인증을 사용하도록 설정하는 방법을 알아봅니다. 그런 다음, 사용자는 Azure AD 자격 증명을 사용하여 Azure 파일 공유에 액세스할 수 있습니다.
Published Date : 2023년 3월 22일 수요일

공용 IP 주소를 가상 머신에 연결

https://learn.microsoft.com/ko-kr/azure/virtual-network/ip-services/associate-public-ip-address-vm Azure Portal, Azure CLI 또는 Azure PowerShell 사용하여 공용 IP 주소를 VM(가상 머신)에 연결하는 방법을 알아봅니다.
Published Date : 2023년 3월 22일 수요일

Azure App Service 성능 모니터링 Java - Azure Monitor

https://learn.microsoft.com/ko-kr/azure/azure-monitor/app/azure-web-apps-java Java를 사용하는 Azure App Service에 대한 애플리케이션 성능 모니터링. 차트 부하 및 응답 시간, 종속성 정보 및 성능에 대한 경고를 설정합니다.
Published Date : 2023년 3월 22일 수요일

자습서 - Azure PowerShell을 사용하여 자동으로 확장 집합 크기 조정 - Azure Virtual Machine Scale Sets

https://learn.microsoft.com/ko-kr/azure/virtual-machine-scale-sets/tutorial-autoscale-powershell Azure PowerShell을 사용하여 CPU 요구량이 늘거나 줄어듦에 따라 가상 머신 확장 집합의 크기를 자동으로 조정하는 방법을 알아봅니다.
Published Date : 2023년 3월 22일 수요일

Azure 파일 동기화 서버 엔드포인트 프로비전 해제

https://learn.microsoft.com/ko-kr/azure/storage/file-sync/file-sync-server-endpoint-delete 사용 사례에 따라 Azure 파일 동기화 서버 엔드포인트를 프로비전 해제하는 방법에 대한 지침입니다.
Published Date : 2023년 3월 22일 수요일

StorSimple 8000 시리즈 솔루션 개요

https://learn.microsoft.com/ko-kr/azure/storsimple/storsimple-overview StorSimple 계층화, 디바이스, 가상 디바이스, 서비스, 스토리지 관리에 대해 설명하고 StorSimple에서 사용하는 주요 용어를 소개합니다.
Published Date : 2023년 3월 22일 수요일

Azure Application Insights를 사용하여 ASP.NET에 대한 모니터링 구성 - Azure Monitor

https://learn.microsoft.com/ko-kr/azure/azure-monitor/app/asp-net Azure 또는 온-프레미스에 호스트되는 ASP.NET 웹 사이트에 대한 성능, 가용성 및 사용자 동작 분석 도구를 구성합니다.
Published Date : 2023년 3월 22일 수요일

프라이빗 가용성 테스트 - Azure Monitor Application Insights - Azure Monitor

https://learn.microsoft.com/ko-kr/azure/azure-monitor/app/availability-private-test 프라이빗 테스트를 사용하여 방화벽 뒤에서 실행되는 내부 서버에서 가용성 테스트를 사용하는 방법을 알아봅니다.
Published Date : 2023년 3월 22일 수요일

명령줄에서 Python 함수 만들기 - Azure Functions

https://learn.microsoft.com/ko-kr/azure/azure-functions/create-first-function-cli-python 명령줄에서 Python 함수를 만든 다음, 로컬 프로젝트를 Azure Functions의 서버리스 호스팅에 게시하는 방법을 알아봅니다.
Published Date : 2023년 3월 22일 수요일

Azure Service Bus 메시지 세션 - Azure Service Bus

https://learn.microsoft.com/ko-kr/azure/service-bus-messaging/message-sessions 이 문서에서는 세션을 사용하여 관련 메시지의 무제한 시퀀스를 공동으로 순서를 지정하여 처리하는 방법을 설명합니다.
Published Date : 2023년 3월 22일 수요일

사용자 지정 IP 주소 접두사(BYOIP) - Azure Virtual Network

https://learn.microsoft.com/ko-kr/azure/virtual-network/ip-services/custom-ip-address-prefix Azure 사용자 지정 IP 주소 접두사란 무엇이며 고객이 Azure에서 고유의 범위를 활용하는 방법에 대해 알아봅니다.
Published Date : 2023년 3월 22일 수요일

C# REST SDK를 사용하여 Azure Maps 애플리케이션을 만드는 방법 - Azure Maps

https://learn.microsoft.com/ko-kr/azure/azure-maps/how-to-dev-guide-csharp-sdk C# SDK 개발자 가이드를 사용하여 Azure Maps를 통합하는 애플리케이션을 개발하는 방법입니다.
Published Date : 2023년 3월 22일 수요일

Azure Monitor에서 사용하는 IP 주소 - Azure Monitor

https://learn.microsoft.com/ko-kr/azure/azure-monitor/app/ip-addresses 이 문서에서는 Azure Monitor에 필요한 서버 방화벽 예외에 대해 설명합니다.
Published Date : 2023년 3월 22일 수요일

Java REST SDK를 사용하여 Azure Maps 애플리케이션을 만드는 방법(미리 보기) - Azure Maps

https://learn.microsoft.com/ko-kr/azure/azure-maps/how-to-dev-guide-java-sdk Java REST SDK 개발자 가이드를 사용하여 Azure Maps 통합하는 애플리케이션을 개발하는 방법입니다.
Published Date : 2023년 3월 22일 수요일

AKS(Azure Kubernetes Service)용 CoreDNS 사용자 지정 - Azure Kubernetes Service

https://learn.microsoft.com/ko-kr/azure/aks/coredns-custom AKS(Azure Kubernetes Service)를 통해 하위 도메인을 추가하거나 사용자 지정 DNS 엔드포인트를 확장하도록 CoreDNS를 사용자 지정하는 방법을 알아봅니다.
Published Date : 2023년 3월 22일 수요일

Microsoft Azure StorSimple 가상 배열 개요

https://learn.microsoft.com/ko-kr/azure/storsimple/storsimple-ova-overview 온-프레미스 가상 배열과 Microsoft Azure 클라우드 스토리지 간의 스토리지 작업을 관리하는 통합된 스토리지 솔루션인 StorSimple 가상 배열을 설명합니다.
Published Date : 2023년 3월 22일 수요일

Azure Monitor로 Python 애플리케이션 모니터링 - Azure Monitor

https://learn.microsoft.com/ko-kr/azure/azure-monitor/app/opencensus-python 이 문서에서는 OpenCensus Python을 Azure Monitor와 연결하는 방법에 대한 지침을 제공합니다.
Published Date : 2023년 3월 22일 수요일

Azure Portal에서 StorSimple 8000 시리즈 디바이스 배포

https://learn.microsoft.com/ko-kr/azure/storsimple/storsimple-8000-deployment-walkthrough-u2 업데이트 3 이상을 실행하는 StorSimple 8000 시리즈 디바이스 및 StorSimple 디바이스 관리자 서비스를 배포하기 위한 단계와 모범 사례를 설명합니다.
Published Date : 2023년 3월 22일 수요일

정부 포털에서 StorSimple 8000 시리즈 디바이스 배포

https://learn.microsoft.com/ko-kr/azure/storsimple/storsimple-8000-deployment-walkthrough-gov-u2 Azure Government 포털에서 업데이트 3 이상을 실행하는 StorSimple 8000 시리즈 디바이스 및 서비스를 배포하기 위한 단계와 모범 사례를 설명합니다.
Published Date : 2023년 3월 22일 수요일

Python REST SDK를 사용하여 Azure Maps 애플리케이션을 만드는 방법(미리 보기) - Azure Maps

https://learn.microsoft.com/ko-kr/azure/azure-maps/how-to-dev-guide-py-sdk Python SDK 개발자 가이드를 사용하여 Azure Maps 통합하는 애플리케이션을 개발하는 방법입니다.
Published Date : 2023년 3월 22일 수요일

작성 API - 질문 답변 - Azure Cognitive Services

https://learn.microsoft.com/ko-kr/azure/cognitive-services/language-service/question-answering/how-to/authoring 질문 답변 작성 API를 사용하여 새 질문 답변 쌍 추가, 프로젝트 만들기 및 게시와 같은 일반적인 작업을 자동화합니다.
Published Date : 2023년 3월 22일 수요일

Azure Stack Hub 권한 있는 엔드포인트 참조 - Azure Stack Hub

https://learn.microsoft.com/ko-kr/azure-stack/reference/pep/ PowerShell Azure Stack 권한 엔드포인트에 대한 참조
Published Date : 2023년 3월 22일 수요일

Use GPU for compute-intensive workloads in AKS hybrid - AKS hybrid

https://learn.microsoft.com/en-us/azure/aks/hybrid/deploy-gpu-node-pool Learn how to deploy GPU-enabled node pools on AKS hybrid.
Published Date : 2023년 3월 22일 수요일

Start-AzsCryptoWipe privileged endpoint for Azure Stack Hub - Azure Stack Hub

https://learn.microsoft.com/en-us/azure-stack/reference/pep/start-azscryptowipe Reference for PowerShell Azure Stack privileged endpoint - Start-AzsCryptoWipe
Published Date : 2023년 3월 22일 수요일

Azure App Service에 ASP.NET Core 앱 배포

https://learn.microsoft.com/ko-kr/aspnet/core/host-and-deploy/azure-apps/ 이 문서에는 Azure 호스트 및 배포 리소스의 링크가 포함됩니다.
Published Date : 2023년 3월 22일 수요일

ASP.NET Core에서 Kestrel 웹 서버 구현

https://learn.microsoft.com/ko-kr/aspnet/core/fundamentals/servers/kestrel ASP.NET Core의 플랫폼 간 웹 서버인 Kestrel에 대해 알아봅니다.
Published Date : 2023년 3월 22일 수요일

Install-Package : Dependency loop detected for package 'Microsoft.SqlServer.SqlManagementObjects' - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192303/install-package-dependency-loop-detected-for-packa Hi, I'm having a rough time trying to install SQL SMO to a server. This is my first time trying Nuget. Previously I would use the .msi. I'm running the following from Admin PowerShell ISE: I'm receiving the following error: With the verbose flag enabled, I see the following package is seemingly tried twice (the second time is when the process aborts and the error is thrown): System.Memory. Any help will be appreciated! Thanks, Taarik.
Published Date : 2023년 3월 22일 수요일

Virtual machine maintenance in azure - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1190979/virtual-machine-maintenance-in-azure Hi What is Virtual machine maintenance in azure How to perform Virtual machine maintenance in azure
Published Date : 2023년 3월 22일 수요일

시험 MS-102: Microsoft 365 관리자(베타) - Certifications

https://learn.microsoft.com/ko-kr/certifications/exams/ms-102 시험 MS-102: Microsoft 365 관리자(베타)
Published Date : 2023년 3월 22일 수요일

Android 12 IKEv2 & RRAS - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1038520/android-12-ikev2-rras Hello, collegues! Unfortunately, in Android 12+ (depend by manufacturer, but in my phone so) has been cut out support for all VPN protocols expect IKEv2/Ipsec. What's may be better than use IKEv2/Ipsec MSCHAPv2 and have no trouble? But here is a requeried parameter "IPSec identifier", it can't be blank or null. Anything I try to use for it not working (fqdn, $null, ip, ikev2, etc). For example, others hardware routers just ignore this parameter and connected succesfully, but not RRAS. Also there is no errors or warnings in logs. Maybe anyone know how to setup this parameter in RRAS (or maybe in NPS)? Thanks!
Published Date : 2023년 3월 22일 수요일

시험 MS-220: Troubleshooting Microsoft Exchange Online - Certifications

https://learn.microsoft.com/ko-kr/certifications/exams/ms-220 시험 MS-220: Troubleshooting Microsoft Exchange Online
Published Date : 2023년 3월 22일 수요일

Microsoft 365 Certified: Teams Voice Engineer Expert - Certifications

https://learn.microsoft.com/ko-kr/certifications/m365-teams-voice-engineer-expert/ 2023년 7월 1일에 이 인증은 Microsoft 365 Certified: Collaboration Communications Systems Engineer Associate로 대체됩니다. Microsoft Teams 음성 엔지니어는 조직에서 통합 커뮤니케이션 솔루션을 계획, 설계, 구성, 유지 관리하고 문제를 해결합니다.
Published Date : 2023년 3월 22일 수요일

시험 AZ-801: Configuring Windows Server Hybrid Advanced Services - Certifications

https://learn.microsoft.com/ko-kr/certifications/exams/az-801 시험 AZ-801: Configuring Windows Server Hybrid Advanced Services
Published Date : 2023년 3월 22일 수요일

시험 MS-720: Microsoft Teams Voice Engineer - Certifications

https://learn.microsoft.com/ko-kr/certifications/exams/ms-720 시험 MS-720: Microsoft Teams Voice Engineer
Published Date : 2023년 3월 22일 수요일

Microsoft Certified: Teams Support Engineer Specialty - Certifications

https://learn.microsoft.com/ko-kr/certifications/m365-teams-support-engineer-specialty/ 이 인증의 응시자는 고급 문제 해결 방법을 사용하여 Microsoft Teams 환경을 지원하고, 원격 분석 및 로그 데이터를 분석하고, 배포 문제를 해결하고, 성능을 조정하는 지원 엔지니어입니다.
Published Date : 2023년 3월 22일 수요일

시험 AZ-204: Developing Solutions for Microsoft Azure - Certifications

https://learn.microsoft.com/ko-kr/certifications/exams/az-204/ 시험 AZ-204: Developing Solutions for Microsoft Azure
Published Date : 2023년 3월 22일 수요일

시험 MS-740: Troubleshooting Microsoft Teams - Certifications

https://learn.microsoft.com/ko-kr/certifications/exams/ms-740 시험 MS-740: Troubleshooting Microsoft Teams
Published Date : 2023년 3월 22일 수요일