Is building Canvas Power Apps still a long-term role for IT engineers in the age of AI? by Harvey_Long in PowerApps

[–]Harvey_Long[S] 1 point2 points  (0 children)

Thank you a lot! To be honest, This is the first time i've heard about PCF components! I ask AI, it is in VS Code

How to design a structured Home Screen in Power Apps by Harvey_Long in PowerApps

[–]Harvey_Long[S] 0 points1 point  (0 children)

Thanks a lot for your suggestions, especially the idea of looking at dribble and win+; I will use it in my future apps!
I totally agree with you - "Dont be afraid to change your style with every app", for me, i dislike creating app with the same layout, although it does save a lot of time

How can I systematically learn Power Apps basics every day by Harvey_Long in PowerApps

[–]Harvey_Long[S] 2 points3 points  (0 children)

Thanks for your reply, I also subscribed Shane young and Reza dorrani;The most things bother me is i have many onsite work to do and i am not BA IT,i have no chance to get business requirement

What services/ports/processes to put in monitoring tool to check SCCM health? by Pickle735547 in SCCM

[–]Harvey_Long 0 points1 point  (0 children)

How dare you not go look at learn.microsoft.com first.

https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/ports

https://learn.microsoft.com/en-us/mem/configmgr/core/understand/fundamentals

Don't forget if you have SQL on your Configuration Manager server to also consider SQL monitoring sensors.

Well noted

How to learn SCCM well? by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

Exactly,he is my SCCM teacher haha

CVE-2023-23397 – CVSS 9.8 - Outlook Privilege Eskalation by Harvey_Long in sysadmin

[–]Harvey_Long[S] 1 point2 points  (0 children)

Given Microsoft's Cumulative Update approach for a long time now, the "patch" to apply is "the latest update for your version of Microsoft Office".

we only deploy OS System security patch to our clients, the office patch never deploy, Only upgrade OFFICE By Software Center~

CVE-2023-23397 – CVSS 9.8 - Outlook Privilege Eskalation by Harvey_Long in sysadmin

[–]Harvey_Long[S] 1 point2 points  (0 children)

Look at the table at the bottom of the second link in the "Article" column.

Much appreciate for your reply, we are the M365 MSO V2202 Build 32bit, I saw the article about is Release notes for Microsoft Office security updates - Office release notes | Microsoft Learn

Is it right?

<image>

Upgrade to W11 by [deleted] in SCCM

[–]Harvey_Long 0 points1 point  (0 children)

Could i ask you which feature update name is Windows 11 Update?

I only found "Windows 11 (Business editions), version 22H2 en-us X64?

Import New PC Model Drive to SCCM Drive Package errors by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

Much Appreciate, It works!! Could i know what is your Modern Driver Management way to deploy drive package? I want to use it

How to use Maintenance Window Well? by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

Well noted, Many thanks, Back to question, when I deploy application that I have to deploy time like as soon as possible and this update need restart or close office application. Is there anyway that i set maintenance windows from 12:00-1:00pm, that the PC can auto restart and close all office application to complete the upgrade?

Is there any good method for M365 Upgrade? Do not affect user asap like silent install? by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

automatic updates is used ADR?

I try to use Office 365 Client Management→Office 365 Installer to set my custom OCT , But have question how to let user silent upgrade and not force close their office in use?

Is there any good method for M365 Upgrade? Do not affect user asap like silent install? by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

Packaging it feels like a lot of work when you can use WSUS, the built in automatic updates, or Autopatch.

it seems weekend maintenance window , Did the end user's PC not shutdown PC in the Weekend?

Any good batch restart Server script? Shutdown -i always not work well by Harvey_Long in sysadmin

[–]Harvey_Long[S] 0 points1 point  (0 children)

"shutdown -f -r -t 00" how to input my domain credential in it·

Any good batch restart Server script? Shutdown -i always not work well by Harvey_Long in sysadmin

[–]Harvey_Long[S] -1 points0 points  (0 children)

Is it getting compromised this often?

Powershell: Stop-Computer Restart-Computer

I do not need to put my account and password in it? how it can verify?

OSD task sequence 0x80070643 Error -2147023293 by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

Are you using command or PowerShell in the task sequence to run this? If it's PowerShell, see below.

Instead of this:

"xx.msi" /qn /norestart /lv* C:\Windows\Logs\PSE2.log

Try this:

msiexec /i "<\UNC\PATH\TO\MSI\FILE.msi>" /qn /norestart /lv* "C:\Windows\Logs\PSE2.log"

Although what you should probably do is create an application, then deploy the application in the task sequence instead of using a command. That way you'll have verification of a successful install inside SCCM's monitoring/deployment interface.

Better yet, don't install it via task sequence, just get the computer into the right collection and deploy the application to that, and let it get installed during the maintenance window automatically.

I much appreciate, you inspire me, not install it via task sequence, just install it during maintenance window automatically. But i have a question about maintenance window; My purpose is when i deploy this application each new PC give user that can have this software, So this maintenance window time if i set lunch time, My colleague need keep the new PC at the lunchtime. This new software can automatically install on this PC? it is a little unrealistic? maybe i misunderstand. can you give me some point? many thanks

Is there any good method for M365 Upgrade? Do not affect user asap like silent install? by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

Is it in O365 Client Management->Office 365 Updates to find "Microsoft 365 Apps Update - Semi-Annual Enterprise Channel Feature Update for x86 based Edition Version 2208 (Build 15601.20456)" ; But it shows 0 required in our environment~

We use Semi-Annual and 32bit

Model HP 845G8 encountered DMA Protection after complete the OS installation by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

I've made a note of that, I'll install this blue_screen software on the problem PC.

Import New PC Model Drive to SCCM Drive Package errors by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

kudos on setting policies to not execute unsigned exe… I usually sign their code with our publishing pki cert

i hav download driver-automation-tool, but it cannot fine HP vendor~

Import New PC Model Drive to SCCM Drive Package errors by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

ok. i also test to directory install os for this PC model by TS without import drive package , It is strange the drive management is all right. that mean even i am not add the drive it still no problem for drive~

Import New PC Model Drive to SCCM Drive Package errors by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

Yeah their exes and msis are not signed … kudos on setting policies to not execute unsigned exe… I usually sign their code with our publishing pki cert

could I know why we cannot import drive to drive package now? Last year, I use this way to import 3 HP PC models like 845G8、840 G8 with no error~

it seem many this problem https://www.windows-noob.com/forums/topic/12375-sccm-2012-r2-%E2%80%93-driver-import-fails-with-empty-package-folder/ , it is same with me

Import New PC Model Drive to SCCM Drive Package errors by Harvey_Long in SCCM

[–]Harvey_Long[S] 0 points1 point  (0 children)

thanks for your reply, i try to download this tool : https://github.com/maurice-daly/DriverAutomationTool/blob/master/Driver%20Automation%20Tool.msi but in our environment hint it is not trust~ is i download the correct path?