User Profile
mcresIT
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
MDT - Getting LapsAdmin User - Apps not getting installed
Hi, Thank you in advance for your help. If I don't join the computer to the domain, it uses local Administrator account and installs all the apps (office, adobe, etc.) correctly. Once I use the domain settings (highlighted below) it will join the domain, boots up into login screen using "LAPSAdmin" user displays "password incorrect" error, and none of the apps get installed. Thoughts? (TY) ---------------------------------------------------------------- [Settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y SkipCapture=YES SkipAdminPassword=YES SkipProductKey=YES SkipComputerBackup=YES SkipBitLocker=YES ;SkipComputerName=YES OSDComputerName=MDT-%SerialNumber% ;SkipDomainMembership=YES ;JoinDomain=domain.xyz.com ;DomainAdmin=admin ;DomainAdminPassword=password1 ;DomainAdminDomain=domain.xyz.com SkipUserData=YES UserDataLocation=NONE ;SkipLocaleSelection=YES InputLocale=0409:00000409 SystemLocale=en-US UILanguage=en-US UserLocale=en-US SkipTimeZone=YES TimeZoneName=Eastern Standard Time ;SkipAdminPassword=YES AdminPassword=LocalAdmin!129Views0likes1CommentI can install a program remotely via PSEXec but can't do it via PowerShell
I'm trying to run this to install a program remotely, but nothing happens... Invoke-Command -ComputerName $pc -ArgumentList $pc -ScriptBlock { Start-Process -FilePath "c:\windows\temp\PhishAlertButtonSetup.exe" '/q /ComponentArgs "KnowBe4 Phish Alert Button":"LICENSEKEY=""XYZ12345""" /Log /LogFile c:\Dell\Phisher.log'} if I run this directly on the computer it works: Start-Process -FilePath "c:\windows\temp\PhishAlertButtonSetup.exe" '/q /ComponentArgs "KnowBe4 Phish Alert Button":"LICENSEKEY=""XYZ12345""" /Log /LogFile c:\Dell\Phisher.log' same goes with PSExec, it works from my computer remotely: if I first do: PSEXEC \\computer CMD then run: PhishAlertButtonSetup.exe /q /ComponentArgs "KnowBe4 Phish Alert Button":"LICENSEKEY=""XYZCODE""" /Log /LogFile c:\Dell\Phisher.log anyway I can get it working in PowerShell? Thank you so much!Solved1.5KViews0likes8CommentsRe: I can add myself to any Site Owners group via the web but getting Access Denied using PowerShell
ty, yet, it will let me add myself to the Owners or Admins group of the site from the Web Portal? If I can add myself why do I need to ask the Site Collection admin? (just learning) ty1.3KViews0likes3CommentsI can add myself to any Site Owners group via the web but getting Access Denied using PowerShell
Add-SPOUser -Site "https://mysite" -Group "mySite Owners" -LoginName myemail Add-SPOUser : Attempted to perform an unauthorized operation. I can successfully add other users to sites I'm already Owner using the above CMD. Thank you!1.4KViews0likes5CommentsHow to get the Onedrive add-in for Outlook
Hi, I've seen some computers have in Outlook Ribbon, "Save to Cloud" and also if you right click on mail attachment you get "Upload to Cloud", I have onedrive & onedrive for business installed on my machine but not seeing the "Save to Cloud" under Attachments ribbon, nor any other indications... if I go to File --> Office Account --> I see my onedrive account connected... btw It's Outlook 2016 thank you for any help!6.3KViews0likes0Comments
Recent Blog Articles
No content to show