Re: Patch system while provisioning is not working
You can also use this to add the environment variable pre-restart out of WinPE so that it is there even before LANDesk installs. It should auto detect if its 32bit or 64bit. I have not tested this...
View ArticleRe: PowerShell task to name computer from Service Tag during Provisioning
Great script. Thanks for sharing.
View ArticleRe: Store an image (.wim) locally on a pc?
Okay, thank you for your Answer! How do I build a OS Provisioning template?Is that a function in the LANDesk Management Suite?
View ArticleRe: PowerShell task to name computer from Service Tag during Provisioning
I would recommend creating a document for this.
View ArticleRe: PowerShell task to name computer from Service Tag during Provisioning
Very nice.... A additional tip Add custom return codes to the distribution package. (Under "Assign return Codes") Change your Write-Host commands to "Exit ###". ### being the number of the Custom...
View ArticlePowerShell task to perform laptop specific provisioning tasks
Seeing as people liked the last PowerShell script, here's another that we use - this one detects if the machine is a laptop and if so performs certain tasks - we use it to install a VPN client as an...
View ArticlePowerShell task to add domain users to local group
One last one, here's a quick PowerShell script which you can use to add a domain group (WindowsAdmins) to a local group, in this case Administrators. We add this as a provisioning step so that our...
View ArticleRe: Patch system while provisioning is not working
I fought with this pretty much all day yesterday. I created a script that just detects whether the system is 32bit or 64bit and then runs vulscan from the correct location. The patch process ran, but...
View ArticleRe: Patch system while provisioning is not working
Steve, I think you're on the right track. I didn't realize you were running the patch task after the full agent install. I run mine as the last step (using provisioning agent) before installing the...
View ArticleInstalling Terminal Server on LANDesk Core Server
Has anyone ever installed Terminal Services or Remote Desktop Services on the LANDesk Core Server after installing LANDesk software. Im not sure if I install terminal services now would it must up my...
View ArticleRe: Patch system while provisioning is not working
When you install the full agent, it actually will run the vulcan so that's probably why you are seeing the message about it already running.
View ArticleRe: Installing Terminal Server on LANDesk Core Server
lthompson, Due to security reasons, ignoring compatibility - this would not be advised. As for resources, terminal services and LANDesk both require fairly high amounts of burst resources and would be...
View ArticleRe: PowerShell task to add domain users to local group
Thank you for this! Perhaps you could write a document that would put all of these scripts into a single spot?
View ArticleRe: PowerShell task to perform laptop specific provisioning tasks
Another great script!
View ArticleRe: Capturing a Image Breaks Image Computer
Honestly, I would really recommend moving over to Provisioning to do your imaging. Provisioning is more powerful, and as we are getting rid of OSD in the next major LDMS release, it is best that you...
View ArticleRe: Capturing a Image Breaks Image Computer
Thanks dave for your reply.We started off with OSD scripts and slowly got started with provisioning. Just never moved our capture over to provisioning but I will now. There was a comment made in...
View ArticleRe: Capturing a Image Breaks Image Computer
Yes, you should be able to upgrade from 9.5 flat to "9.6" (we still aren't officially calling it any particular version yet). Also the release date will be later than may, but we don't have a solid...
View ArticleRe: Prefferred server format change with SP2
In final i've change the code and générate a new Exe. It's working fine.
View ArticleRe: Capturing a Image Breaks Image Computer
Yes, Thank You. The funny thing is there is no Answered Question button in my view.
View Article