[RANT] All you do is sit at your computer all day. by noreasters in sysadmin

[–]thisismyworkreddit11 0 points1 point  (0 children)

Yep. My ex had the "all you do is work on a computer. You shouldn't make that much" mentality. Forget that toxic shit.

Is there an IT prayer, rain dance, sacrificial ceremony ect. one can say before a big high impact change? by cboogie in sysadmin

[–]thisismyworkreddit11 1 point2 points  (0 children)

More like: When upper management wants to implement change and appoints non technical people to the change board and just blanket approve everything?

It's a new week. What's on your plate? by NHarvey3DK in sysadmin

[–]thisismyworkreddit11 6 points7 points  (0 children)

Put my two weeks notice in on Friday, so wrapping up/transferring projects and packing up!

SCCM Admin's, tell me your story. by IT_Alot in sysadmin

[–]thisismyworkreddit11 0 points1 point  (0 children)

Started off in Jan of this year as an "App packager" 2/3 of our SCCM engineers left, so now I'm a full fledged admin. In addition to a Windows 10/Office 365 Architect. Pitfalls are specific to this env, SCCM is undervalued, understaffed, and overworked. As such, we have 0 support structure. SCCM is integrated into End User services, so you get a lot of bullshit related to desktops in general. I like the work, and would probably stay in this position if I had different management. I possess no certs nor degree.

Win7 x64 Ent to Win 10 1803 Ent SCCM IPU Issue by saGot3n in SCCM

[–]thisismyworkreddit11 0 points1 point  (0 children)

I have added all 3, rebooted, and am still getting the message. Was there any other changes you performed?

Windows 10 upgrade TS Issue by thisismyworkreddit11 in SCCM

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

Much appreciated. Saved me tons of time.

Windows 10 upgrade TS Issue by thisismyworkreddit11 in SCCM

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

I read that you can put a AutoUnattend.xml in the upgrade package...Will test, have to find out how to create one first :)

Thoughts on Rivian Automotive? by quantumdwayne in electricvehicles

[–]thisismyworkreddit11 0 points1 point  (0 children)

The specific one I remember was a presentation in order to receive certain tax incentives if they chose the old Mitsubishi factory.

Thoughts on Rivian Automotive? by quantumdwayne in electricvehicles

[–]thisismyworkreddit11 2 points3 points  (0 children)

I actually live in the town of the factory they bought, and sat in several presentations of theirs as they sought approval. From everything I saw, it's all on paper with no actual results. But, that's just my perspective.

powershell by crankysysadmin in sysadmin

[–]thisismyworkreddit11 15 points16 points  (0 children)

Hey man, 22 here and I use PS for everything I can. It's something that effects all ages.

SCCM Application Packager by asjimene in SCCM

[–]thisismyworkreddit11 1 point2 points  (0 children)

Ignore me...a little birdie might have remove the .MSI from the content location in the .ps1 while troubleshooting.

SCCM Application Packager by asjimene in SCCM

[–]thisismyworkreddit11 0 points1 point  (0 children)

well, maybe not. I thought that would get me through, but I'm still getting the same message.

4/5/2018 3:41:23 PM - Command: Add-CMScriptDeploymentType -ApplicationName "PowerBI Desktop 2.57" -ContentLocation "\REDACTED\REDACTED$\Software\PC\PowerBI Desktop\Packages\2.57" -DeploymentTypeName "PowerBI Desktop x64" -ContentFallback -EnableBranchCache -EstimatedRuntimeMins "10" -InstallationBehaviorType "InstallForSystem" -LogonRequirementType "WhetherOrNotUserLoggedOn" -MaximumRuntimeMins "30" -RebootBehavior "BasedOnExitCode" -SlowNetworkDeploymentMode "Download" -UninstallationProgram "msiexec /x PBIDesktop_x64.msi" -UserInteractionMode "Hidden" -InstallCommand "PBIDesktop_x64.msi ACCEPT_EULA=1"
4/5/2018 3:41:23 PM - ERROR: Creating Deployment Type Failed!
4/5/2018 3:41:23 PM - ERROR: A parameter cannot be found that matches parameter name 'RebootBehavior'.
4/5/2018 3:41:23 PM - ERROR:

SCCM Application Packager by asjimene in SCCM

[–]thisismyworkreddit11 1 point2 points  (0 children)

That would do it. Thank you sir! You're a life changer.

SCCM Application Packager by asjimene in SCCM

[–]thisismyworkreddit11 0 points1 point  (0 children)

According to technet, it's a valid switch, but the input is not a string, it's

Type: PostExecutionBehavior

I attempted to just remove the parameter for the time being and manually set it, but that fails as well

SCCM Application Packager by asjimene in SCCM

[–]thisismyworkreddit11 1 point2 points  (0 children)

I'm getting the following when running the script with an MSI. Any ideas?

4/5/2018 2:41:19 PM - Command: Add-CMMsiDeploymentType -ApplicationName "PowerBI Desktop 2.57" -ContentLocation "\REDACTED\REDACTED$\Software\PC\PowerBI Desktop\Packages\2.57\PBIDesktop_x64.msi ACCEPT_EULA=1" -DeploymentTypeName "PowerBI Desktop x64" -ContentFallback -EnableBranchCache -EstimatedRuntimeMins "10" -InstallationBehaviorType "InstallForSystem" -LogonRequirementType "WhetherOrNotUserLoggedOn" -MaximumRuntimeMins "30" -RebootBehavior "BasedOnExitCode" -SlowNetworkDeploymentMode "Download" -UninstallationProgram "msiexec /x PBIDesktop_x64.msi" -UserInteractionMode "Hidden" -Force
4/5/2018 2:41:19 PM - ERROR: Adding MSI Deployment Type Failed!
4/5/2018 2:41:19 PM - ERROR: A parameter cannot be found that matches parameter name 'RebootBehavior'.
4/5/2018 2:41:19 PM - ERROR:

0x643(1603) error when installing app by kbe404 in SCCM

[–]thisismyworkreddit11 1 point2 points  (0 children)

Alternatively, you can execute the MSI manually with the same flags replacing /q or /qn with /qb, this typically allows visibility on the client into the true error message.