ChatGPT4 [Power Platform] Powerapp Component PCF Push Error in Visual Studio Code [Scenario]After building Powerapp component via Visual Code, it was unable to push the component to Azure environment with the error as belowYou must install or update .NET to run this application.App: C:\Program Files\dotnet\sdk\7.0.120\dotnet.dllArchitecture: x64Framework: 'Microsoft.NETCore.App', version '7.0.20' (x64).NET location: C:\Program Files\dotnet\The following frameworks were found:.. 2024. 11. 7. [PowerShell]9. Learning Projects - Finding prime numbers A prime number is a whole number greater than 1 whose only factors are 1 and itself. For example, number 2 is a prime number because it can be divided by only 2 and 1. Howerver, since 4 can be divided by 1, 2 and 4, number 4 is not a prime number. Let's write a script to figure out prime numbers within a certain number range. This can find all prime number and print them out. If we want to know .. 2023. 5. 8. [PowerShell]Fetching Rows from CSV File and Execute PowerShell command for setting EmployeeID [Senario] HR dept. wants to set employeeID for those who have blank employeeID in AD. They sent me a csv file with column userPrincipalName and EmployeeID. [Objectives] - Create PowrShell script which fetchs data from the given csv file from HR department and set employeeID It would be a good chance to maniplate ChatGPT so I asked the AI to generate PowerShell Code Me: I am working on Powershell.. 2023. 3. 27. [ChatGPT] Automation: 주간식단표 자동 업로드 상황 급식 외주에서 발송되는 주간식단표가 있다. 이 식단표는 회사 식당 관련 애플리케이션에 업로드 해야 회사 직원들이 애플리케이션에서 금주의 식단표를 확인할 수 있다. 미션 매주 수신하는 식단표에 있는 "주간식단표" 표를 JPG 파일로 만들어서 네트워크 폴더에 올리는 Python 스크립트를 작성하자. 사용할 도구 - Outlook rules - Python ChatGPT 명령어 Please write script lab code to open attached excel file and copy cell from A1 to F29 and then create a jpg file with copied cell then save in the network path in "\\kryanser03\Shared-D.. 2023. 2. 6. 이전 1 다음 반응형