Closed Unassigned: Write-log: logfilename parameter not working [125]
I just notice when appdeploytoolkit is load then it is creating variables. If later in a script we need writing to a different log using -logfilename then there is no way to change the log. So the...
View ArticleClosed Unassigned: Execute-MSI -Path parameter does not check if $msipath has...
Execute-MSI 's -Path parameter does not check if $msipath has a file Extension (e.g. .msi)If the file Extension is omitted you get this misleading error message:```[Installation] :: Error...
View ArticleNew Post: Need a challenge? 1 script to install 2 to 3 different OS scenarios
Hey g4m3c4ck, can't wait to test it! I'l get back to you! thanks, Nos
View ArticleNew Post: Execute-MSI - possibility of adding a "no log" switch?
For some of our deployments there can be a wide range of products previously installed. Using the Execute-MSI function we end up with a log for each attempted removal. Would it be possible for you guys...
View ArticleNew Post: Show-InstallationWelcome 'date is not in the correct format for the...
Yea i thought as much, i will give it a try as soon as i can. Thanks for the quick response.
View ArticleCommented Unassigned: Testing - "...user interaction in system context using...
Hi,in response to PowerSheller's request to test the latest source which uses schtasks for user interaction. Some results.Version tested: 3.6.0 - '12/17/2014' from Source Code.Summary:SCCM setup to:...
View ArticleCreated Unassigned: When you run as system under SCCM, some Environment...
When you run as system under SCCM, some Environment Variables are blank.While this is usually not an issue __and not caused by the toolkit__, we recently had a script that depended on %LOGONSERVER% and...
View ArticleCreated Unassigned: Miscellaneous Nitpicks [129]
Set-ActiveSetup needs an example for removing an ActiveSetup. I'm guessing:``` Set-ActiveSetup -Key $installName...
View ArticleCommented Unassigned: Testing - "...user interaction in system context using...
Hi,in response to PowerSheller's request to test the latest source which uses schtasks for user interaction. Some results.Version tested: 3.6.0 - '12/17/2014' from Source Code.Summary:SCCM setup to:...
View ArticleEdited Unassigned: Miscellaneous Nitpicks [129]
Set-ActiveSetup needs an example for removing an ActiveSetup. I'm guessing:``` Set-ActiveSetup -Key $installName...
View ArticleCommented Unassigned: Testing - "...user interaction in system context using...
Hi,in response to PowerSheller's request to test the latest source which uses schtasks for user interaction. Some results.Version tested: 3.6.0 - '12/17/2014' from Source Code.Summary:SCCM setup to:...
View ArticleCommented Unassigned: Testing - "...user interaction in system context using...
Hi,in response to PowerSheller's request to test the latest source which uses schtasks for user interaction. Some results.Version tested: 3.6.0 - '12/17/2014' from Source Code.Summary:SCCM setup to:...
View ArticleNew Post: New Get-InstalledApplication and Remove-MSIApplications using 4.0...
The Get-InstalledApplication function would throw errors when the -ProductCode parameter was used. I used parameter sets to separate the -Name and -Exact parameters from the -ProductCode parameter. I...
View ArticleNew Post: New Get-InstalledApplication and Remove-MSIApplications using 4.0...
#region Function Get-InstalledApplication Function Get-InstalledApplication { <# .SYNOPSIS Retrieves information about installed applications. .DESCRIPTION Retrieves information about installed...
View ArticleNew Post: New Get-InstalledApplication and Remove-MSIApplications using 4.0...
#region Function Remove-MSIApplications Function Remove-MSIApplications { <# .SYNOPSIS Removes all MSI applications matching the specified application name. .DESCRIPTION Removes all MSI applications...
View ArticleNew Post: Deployment Script: IE11 needs one reboot (x86 and X64)
@Scorchguy thank you for taking the time and effort to share this with us! One question to you all, I have recently been tasked with deploying IE11 in my environment. Another team mate of mine, who no...
View ArticleNew Post: Deployment Script: IE11 needs one reboot (x86 and X64) updated for...
I haven't used the IEAK because I haven't had to change IE too much.. most everything can be found in the registry / GPO. Since 3.5.0 came out I had add some proxy settings and stop the protected...
View ArticleNew Post: SCCM console and CU install
Made this for CU3 install... the biggest pain in the rump is getting the MSP out of the CU just use something like lessmsi to extract the msp. Execute-Process -FilePath "consolesetup.exe" -Arguments...
View ArticleNew Post: Sentillion Vergence 6.2 install
I doubt someone will use this for a while, but this was how the vendor showed us how to set it up for shared workstation. Normally you would use GPO for the reg settings... ## Show Progress Message...
View ArticleNew Post: Installing Updates
I've had success with patches MSPs, MSUs with just placing them in a folder and let install-msupdates do it's thing. install-msupdates "$dirfiles\MSupdates"
View Article