├── AWS_ASG_EnterStandby.ps1 ├── AWS_ASG_ExitStandby.ps1 ├── AzureDevOps_Get-ReleasesToPromote.ps1 ├── Copy-AzDevOpsBuildDefinition.ps1 ├── Delete-AzureRepos.ps1 ├── GAC_RegisterAssemblies.ps1 ├── GenerateAzureSASKey.ps1 ├── Get-InstalledSoftware.ps1 ├── Get-IssuesWorkCompleted.ps1 ├── Get-UpdatedAppForAzDevOpsBuild.ps1 ├── IIS_Deploy.psm1 ├── IIS_SetPropertiesForFasterStartup.ps1 ├── JBoss_FTPUploadLogs.ps1 ├── O365_UndeliverableMessageExport.ps1 ├── Octopus_UpdateVariable.ps1 ├── README.md ├── SSIS_DeployISPAC.ps1 ├── TFS_AggregateCodeCoverageResults.ps1 ├── TFS_CreateBranchPolicies.ps1 ├── TFS_GetCommitAssociatedToBuild.ps1 ├── TFS_PauseBuildsPerEnvironment.ps1 ├── TFS_UpdateWorkItemsWithBuildLink.ps1 ├── Update-AzDevOpsBuildAgentPools-.ps1 ├── Update-AzDevOpsReleaseAgentPools.ps1 ├── Update-ReleaseDefinitionsWindowsMachineFileCopyTask.ps1 └── VSTS_CreateReleasePullRequest.ps1 /AWS_ASG_EnterStandby.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/AWS_ASG_EnterStandby.ps1 -------------------------------------------------------------------------------- /AWS_ASG_ExitStandby.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/AWS_ASG_ExitStandby.ps1 -------------------------------------------------------------------------------- /AzureDevOps_Get-ReleasesToPromote.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/AzureDevOps_Get-ReleasesToPromote.ps1 -------------------------------------------------------------------------------- /Copy-AzDevOpsBuildDefinition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/Copy-AzDevOpsBuildDefinition.ps1 -------------------------------------------------------------------------------- /Delete-AzureRepos.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/Delete-AzureRepos.ps1 -------------------------------------------------------------------------------- /GAC_RegisterAssemblies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/GAC_RegisterAssemblies.ps1 -------------------------------------------------------------------------------- /GenerateAzureSASKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/GenerateAzureSASKey.ps1 -------------------------------------------------------------------------------- /Get-InstalledSoftware.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/Get-InstalledSoftware.ps1 -------------------------------------------------------------------------------- /Get-IssuesWorkCompleted.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/Get-IssuesWorkCompleted.ps1 -------------------------------------------------------------------------------- /Get-UpdatedAppForAzDevOpsBuild.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/Get-UpdatedAppForAzDevOpsBuild.ps1 -------------------------------------------------------------------------------- /IIS_Deploy.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/IIS_Deploy.psm1 -------------------------------------------------------------------------------- /IIS_SetPropertiesForFasterStartup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/IIS_SetPropertiesForFasterStartup.ps1 -------------------------------------------------------------------------------- /JBoss_FTPUploadLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/JBoss_FTPUploadLogs.ps1 -------------------------------------------------------------------------------- /O365_UndeliverableMessageExport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/O365_UndeliverableMessageExport.ps1 -------------------------------------------------------------------------------- /Octopus_UpdateVariable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/Octopus_UpdateVariable.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/README.md -------------------------------------------------------------------------------- /SSIS_DeployISPAC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/SSIS_DeployISPAC.ps1 -------------------------------------------------------------------------------- /TFS_AggregateCodeCoverageResults.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/TFS_AggregateCodeCoverageResults.ps1 -------------------------------------------------------------------------------- /TFS_CreateBranchPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/TFS_CreateBranchPolicies.ps1 -------------------------------------------------------------------------------- /TFS_GetCommitAssociatedToBuild.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/TFS_GetCommitAssociatedToBuild.ps1 -------------------------------------------------------------------------------- /TFS_PauseBuildsPerEnvironment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/TFS_PauseBuildsPerEnvironment.ps1 -------------------------------------------------------------------------------- /TFS_UpdateWorkItemsWithBuildLink.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/TFS_UpdateWorkItemsWithBuildLink.ps1 -------------------------------------------------------------------------------- /Update-AzDevOpsBuildAgentPools-.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/Update-AzDevOpsBuildAgentPools-.ps1 -------------------------------------------------------------------------------- /Update-AzDevOpsReleaseAgentPools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/Update-AzDevOpsReleaseAgentPools.ps1 -------------------------------------------------------------------------------- /Update-ReleaseDefinitionsWindowsMachineFileCopyTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/Update-ReleaseDefinitionsWindowsMachineFileCopyTask.ps1 -------------------------------------------------------------------------------- /VSTS_CreateReleasePullRequest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcusFelling/PowerShell/HEAD/VSTS_CreateReleasePullRequest.ps1 --------------------------------------------------------------------------------