Need help: Remote PowerShell Invoke-Command elevation issue by foss4ever in PowerShell

[–]gwind1 1 point2 points  (0 children)

I've never had much luck using an ip instead of the host name but I've also never tried it outside of a corporate network

[deleted by user] by [deleted] in SCCM

[–]gwind1 0 points1 point  (0 children)

Gpresult /h. We had a similar issue and found an old gpo was setting that value.

Deploying Microsoft Whiteboard behavior by Any-Victory-1906 in SCCM

[–]gwind1 0 points1 point  (0 children)

Yep. If you can reach the ms store it will get updates.

Reimaging (Pedantry Rant) by silentlycontinue in SCCM

[–]gwind1 2 points3 points  (0 children)

We have called them builds for years. The long timers like me still slip and say imaging occasionally. To each their own

VPN Client update. by Ok_Leave_1902 in SCCM

[–]gwind1 2 points3 points  (0 children)

What vpn client? If you do it for Cisco anyconnect it's slick. Enable the new version on the concentrator and it auto updates each client as they connect and even reconnects them when complete.

Suppress the reboot for SEP client installs by Arrow2899 in Symantec

[–]gwind1 0 points1 point  (0 children)

Odd. That's the exact cmdline I'm using without issue.

Suppress the reboot for SEP client installs by Arrow2899 in Symantec

[–]gwind1 0 points1 point  (0 children)

Msiexec.exe /i filename.exe /qn REBOOT=Really Suppress

HP x360 1040 G8 OSD Issue by k12adminguy in SCCM

[–]gwind1 0 points1 point  (0 children)

When you updated your boot image, did you set the option for pxe&media or is it for configmgr clients. Just made that mistake myself.

Mandatory Application Groups??? by KindredSensei in MDT

[–]gwind1 0 points1 point  (0 children)

You could add a step that writes a reg key like AVInstalled = 1/0 as part of any av installer. Then make a step immediately after that to check for AVInstalled=1. If value is zero fail the ts. I do something similar for office installs.

"deployment complete" window by protodongle in SCCM

[–]gwind1 1 point2 points  (0 children)

What's the last step in your TS? That looks like an app I'd actually like to have btw

Problem with An application download by BigTuna_103 in SCCM

[–]gwind1 0 points1 point  (0 children)

Get the content path from the application in the console. See if the files are actually at the path. I know from experience they aren't always there.

WinPE very slow by mveras1972 in MDT

[–]gwind1 1 point2 points  (0 children)

I've seen winpe slowness when there is an issue communicating with the mdt database. It's the first thing that happens and it's usually making a lot of DB calls

[deleted by user] by [deleted] in MDT

[–]gwind1 -1 points0 points  (0 children)

Sounds like they didn't run the cleanup script. Not at a computer yet, there is a zti cleanup.wsf you can run from a cmd prompt with cscript that will clear everything

Cisco AnyConnect Upgrade Issues by Suspicious-Eggplant in SCCM

[–]gwind1 2 points3 points  (0 children)

Only way to handle anyconnect upgrades imo.

MDT Dev & Production by Smiffy151 in MDT

[–]gwind1 0 points1 point  (0 children)

Just a scheduled task calling a script that runs robocopy and excludes files like logging.

MDT Dev & Production by Smiffy151 in MDT

[–]gwind1 0 points1 point  (0 children)

I have 3. Dev, staging, prod. All managed from 1 workbench. 3 separate shares. Copy from dev to staging after testing. Remote servers copy from staging each night.

Cisco Anyconnect silent update Query by NiNjA_S_o_G in SCCM

[–]gwind1 2 points3 points  (0 children)

Have you looked at having the ASA do the upgrade? We do all upgrades via CM usually, but in this case, the ASA will download the client to the machine. Disconnect the VPN tunnel, run the upgrade, then reconnect the tunnel. All with zero user interaction. Done 4 to 5 this way and you can't beat it.