{"id":15771568,"url":"https://github.com/trstringer/sql-server-versions-powershell","last_synced_at":"2025-03-31T12:10:26.364Z","repository":{"id":31861318,"uuid":"35429060","full_name":"trstringer/sql-server-versions-powershell","owner":"trstringer","description":"PowerShell Module to consume the SQL Server Versions API","archived":false,"fork":false,"pushed_at":"2015-05-22T13:13:38.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T15:08:42.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trstringer.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-11T14:28:28.000Z","updated_at":"2016-04-05T17:45:34.000Z","dependencies_parsed_at":"2022-08-29T13:11:03.919Z","dependency_job_id":null,"html_url":"https://github.com/trstringer/sql-server-versions-powershell","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fsql-server-versions-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fsql-server-versions-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fsql-server-versions-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fsql-server-versions-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trstringer","download_url":"https://codeload.github.com/trstringer/sql-server-versions-powershell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465228,"owners_count":20781919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T15:03:13.754Z","updated_at":"2025-03-31T12:10:26.336Z","avatar_url":"https://github.com/trstringer.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SQL Server Versions PowerShell Module\r\n\r\n***Description***\r\n\r\nThis PowerShell module is used to abstract API calls to the SQL Server Versions API.  It can be used to retrieve version information.\r\n\r\n***Usage***\r\n\r\nPass in the build as a string.\r\n\r\n`Get-SqlServerVersion -VersionString \"10.0.1600.0\"`\r\n\r\n*Or* specify each part of the build individually.\r\n\r\n`Get-SqlServerVersion -Major 10 -Minor 0 -Build 1600 -Revision 1600`\r\n\r\nIf you want to change a SQL Server version, then specify the major.minor.build and then any combination of version data that you want changed.\r\n\r\n`Modify-SqlServerVersion -Major 10 -Minor 0 -Build 1600` *\u003cmodifiable parameters\u003e*\r\n\r\nThe list of parameters and properties of version data you can modify is following:\r\n\r\n- `Revision` (int) - the revision number of the build number.  This is the last number in the version build of major.minor.build.REVISION\r\n- `FriendlyNameLong` (string) - the long and proper friendly name for the build\r\n- `FriendlyNameShort` (string) - the short friendly name\r\n- `ReleaseDate` (datetime) - when the build was released\r\n- `IsSupported` (bool) - TRUE if the build is supported, FALSE if the build is not currently supported\r\n\r\nIf you want to change a build from supported to unsupported, you can just specify the IsSupported parameter.\r\n\r\n`Modify-SqlServerVersion -Major 10 -Minor 0 -Build 1600 -IsSupported $false`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Fsql-server-versions-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrstringer%2Fsql-server-versions-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Fsql-server-versions-powershell/lists"}