Quantcast
Channel: psappdeploytoolkit Discussions Rss Feed
Browsing all 1769 articles
Browse latest View live

New Post: Deferal and CloseAppsCountdown working together?

Hi, I thought Deferal and CloseAppSCountdown could work together now. But I cannot get it to work. Has it something to do with Deploy-Application.ps1 line 62 that says: $deployAppScriptVersion =...

View Article


New Post: Deferal and CloseAppsCountdown working together?

This was solved when I read the documentation... I expected a countdown for the Welcome Prompt to expire. But it will only show you a countdown when there are no more deferals left.

View Article


New Post: Deferal and CloseAppsCountdown working together?

Hi Michael, The issue with $deployAppScriptVersion = "3.0.9" is fixed in the downloadable zip file. Should be 3.0.11. Regarding Deferal and CloseAppsCountdown, the countdown does only appear when there...

View Article

New Post: Need help. Newbie on this tool

Hi, I tested the tool and works great. We are currently using SCCM 2012 SP1 CU3. How can I move the Welcome windows on the right bottom side of the desktop by the taskbar clock? Thanks for all your...

View Article

New Post: Need help. Newbie on this tool

I'm afraid there's no option to do that with the current version. You can however place the progress window in the bottom right: Show-InstallationProgress "Installation in Progress..." -WindowLocation...

View Article


New Post: Need help. Newbie on this tool

Hi, No problem. Possibly something to think about on the next version release? Show-InstallationProgress "Installation in Progress..." -WindowLocation "BottomRight" worked for me. Thank so much for...

View Article

New Post: Question on Loops. Newbie on Powershell

I'm trying to detect .NET Extended via registry GUID and once detected, I would like the installation to ignore dotNetFx40_Full_x86_x64.exe installation and continue the install of BrainStorm but if...

View Article

New Post: Question on registry detection

Hi, I'm was trying to detect .NET Extended via registry GUID if it is installed on machines using the script below and once detected, I would like to ignore or bypass the dotNetFx40_Full_x86_x64.exe...

View Article


New Post: Question on registry detection

.NET detection can be a bit tricky but this should work for you: # Get the installed .NET Framework Version $dotNetVersions = Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse |...

View Article


New Post: Question on registry detection

Hi, Thanks for the reply. It somehow worked when .Net extended and client profile is installed on the machine, it will ignore dotNetFx40_Full_x86_x64.exe and continue installing brainstorm but when...

View Article

New Post: Question on registry detection

The following will check for a minimum of .NET 4.0 (not 4.5 as I originally had) and ensure that it's the Full install, not just the Client Profile: # Get the installed .NET Framework Version...

View Article

New Post: BITS Transfer using PSA and SCCM

I changed to run as user and that doesn't worked in a domain with limited user rights. I can only get BITS to work when the logged on user has admin rights. Otherwise BITS does not work when SCCM is...

View Article

New Post: Question on registry detection

Hi, I really appreciate you helping me on this. Hopefully this will be my last one for today. :-) Do I need to copy the script that you gave me to AppDeployToolkitExtensions.ps1 or...

View Article


New Post: BITS Transfer using PSA and SCCM

I did away with the BITS transfer and went to xcopy. That is working fine. Now I ran into another major issue. In the AppDeployToolkitMain.ps1 there is a section for "# Replace special characters in...

View Article

New Post: Question on Loops. Newbie on Powershell

Looks like Dan has answered this question in the post here: https://psappdeploytoolkit.codeplex.com/discussions/484300

View Article


New Post: Question on registry detection

Hi, Thanks for the reply. I believe, we are getting really close. The activity is now showing on the logs as per the changes that you sent me yesterday to test. The only issue right now is the .Net...

View Article

New Post: Question on registry detection

Hi Guys, I think I'm good now. I did small changes. See below. The only thing is when .net extended is installed, the script will still install the full version which I think is ok as long as it...

View Article


New Post: advanced PS run script on client - remote session calls

Hi A little difficult to explain in a headline but I'll give a go here.. and explain it a bit better.. I've created a PS script to log who logs in to the client PC, counts the number of times within X...

View Article

New Post: advanced PS run script on client - remote session calls

You need to have RSAT installed on the clients in order to use the ActiveDirectory module for PowerShell. Can you run the script locally on the test clients?

View Article

New Post: advanced PS run script on client - remote session calls

If I run it as admin user on client then yes.. I shouldn't need RSAT when I use:$session = New-PSSession -cn AD1 Invoke-Command -session $session -script { Import-Module ActiveDirectory }...

View Article
Browsing all 1769 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>