summaryrefslogtreecommitdiff
path: root/examples/scripts/upgrade_to_ps3.ps1
Commit message (Collapse)AuthorAgeFilesLines
* many pslint fixes (#55862)Shachaf922019-07-091-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Handles: PSAvoidTrailingWhitespace PSAvoidGlobalVars PSAvoidAssignmentToAutomaticVariable PSAvoidUsingCmdletAliases PSAvoidUsingWriteHost PSUseDeclaredVarsMoreThanAssignments PSUsePSCredentialType PSAvoidUsingPositionalParameters PSAvoidUsingEmptyCatchBlock PSAvoidUsingWMICmdlet Replaced Write-Host with Write-Output Added smart reboot check for win_domain feature installation Modify the Creation of the pagefileto fit to CIM Changelog fragment addition Ignore.txt without fixes * Changes after community reviews * Change Out-Null to '> $null' * Fixes after jborean93 comments * Test * Revert "Test" This reverts commit 35c5c0648fa9d2868a18094d84954e53ffa28880. * Removed all > $null since they broke the module since the output got dumped * run test again * Revert "run test again" This reverts commit 80eaf07143f9d8cb0116cbbc68a6a69c0ace840c. * Changes after community review * ignore PSUseDeclaredVarsMoreThanAssignments that are on a diffrent PR * CI failed on extra line in ignore.txt * Review changes * PSlint errors * Trail space * send to null breaks the tests for Set-Workgroup * Lint stuff * win_domain_user issue of indent. * Update win_domain_user.ps1 * Update win_domain_membership.ps1 * Fix redirect to null * lint space issue * removed return from set-workgroup * removed send to null
* Found issue on different System architecture.cipress2014-11-041-2/+13
| | | On x86 systems doesn't work so, starting by the line 63 we check if the architecture is x86 or x64.
* $powershellpath is called as ".$powershellpath"nathansoz2014-08-181-1/+1
| | | | | | | | | | | $powershell path is set to "C:\powershell" at line 27. This is fine, but on line 82 $powershellpath is called as ".$powershellpath\$filename". Because the path at line 27 is absolute, a period preceding the $powershellpath is not required at 82. It actually causes an error: Start-Process : This command cannot be executed due to the error: Unknown error (0x80041002). At C:\users\Nathan Sosnovske\Documents\ps2to3.ps1:81 char:14 Start-Process <<<< -FilePath ".$powershellpath\$filename" -ArgumentList /quiet CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand Removing the period on line 82 before $powershellpath fixes this error.
* Make sure the doc stubs for windows modules have proper license headersMatt Martz2014-06-191-1/+1
|
* Add copyright header to main winrm test playbook.Chris Church2014-06-191-1/+1
|
* Add basic tests for win_get_url and win_msi modules.Chris Church2014-06-191-1/+1
|
* Added -Wait flag to Start-ProcessDon Schenck2014-06-191-1/+1
| | | | Must wait in order for script to be available
* Start-ProcessDon Schenck2014-06-191-1/+1
| | | | Debugging
* Start-Process line was wrongDon Schenck2014-06-191-1/+1
| | | | Fixed
* Changed launchDon Schenck2014-06-191-2/+2
| | | | Using Start-Process
* Add tests for windows setup module.Chris Church2014-06-191-3/+2
|
* Add commentsPaul Durivage2014-06-191-1/+1
|
* Pipe Get-Process to see what's runningDon Schenck2014-06-191-2/+2
|
* Added FW commands to allow access to HTTPS listenerCraig Ackerman2014-06-191-2/+3
|
* Added commands to allow Windows firewall access to WinRM HTTPS listenerCraig Ackerman2014-06-191-2/+2
|
* Remove unnecessary objPaul Durivage2014-06-191-2/+3
|
* Add notes on powershell script source.Michael DeHaan2014-06-191-0/+1
|
* File rename.Michael DeHaan2014-06-191-0/+80