{"id":20392891,"url":"https://github.com/zhaotianff/powershellmanual","last_synced_at":"2025-09-24T01:31:08.704Z","repository":{"id":111839100,"uuid":"149248163","full_name":"zhaotianff/PowerShellManual","owner":"zhaotianff","description":"Powershell study notes.PowerShell from entry to giving up","archived":false,"fork":false,"pushed_at":"2020-11-02T07:16:23.000Z","size":224,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T05:24:17.460Z","etag":null,"topics":["powershell","powershell-script","ps1","visual-studio"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhaotianff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-18T07:41:48.000Z","updated_at":"2024-08-14T02:22:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"54f7b093-34a8-49cf-bdf1-4124d6fce513","html_url":"https://github.com/zhaotianff/PowerShellManual","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zhaotianff/PowerShellManual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaotianff%2FPowerShellManual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaotianff%2FPowerShellManual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaotianff%2FPowerShellManual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaotianff%2FPowerShellManual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhaotianff","download_url":"https://codeload.github.com/zhaotianff/PowerShellManual/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaotianff%2FPowerShellManual/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276678845,"owners_count":25684803,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["powershell","powershell-script","ps1","visual-studio"],"created_at":"2024-11-15T03:46:28.098Z","updated_at":"2025-09-24T01:31:08.696Z","avatar_url":"https://github.com/zhaotianff.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerShellManual\n\u003cp\u003eBasic PowerShell Script Collection\u003c/p\u003e\n\n\u003cp\u003eYou can run the above script directly in powershell or in Visual Studio. To run in Visual Studio, you need to install PowerShell Tools for Visual Studio extensions.\u003c/p\u003e\n\n\u003ch4\u003ePowerShell Tools for Visual Studio 2017/2019\u003c/h4\u003e\n\u003cp\u003ehttps://marketplace.visualstudio.com/items?itemName=AdamRDriscoll.PowerShellToolsforVisualStudio2017-18561\u003c/p\u003e\n\u003ch4\u003ePowerShell Tools for Visual Studio 2015\u003c/h4\u003e\n\u003cp\u003ehttps://marketplace.visualstudio.com/items?itemName=AdamRDriscoll.PowerShellToolsforVisualStudio2015\u003c/p\u003e\n\u003ch4\u003ePowerShell Tools for Visual Studio 2013\u003c/h4\u003e\n\u003cp\u003ehttps://marketplace.visualstudio.com/items?itemName=AdamRDriscoll.PowerShellToolsforVisualStudio2013\u003c/p\u003e\n\n\u003ch2\u003eHow to execute script\u003c/h2\u003e\n\u003cp\u003eVisual Studio\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n \u003cimg align=\"center\" alt=\"In Visual Studio\" \n      src=\"https://github.com/zhaotianff/PowerShellManual/blob/master/doc/in%20visual%20studio.png\" /\u003e\n\u003c/p\u003e\n\u003cp\u003eWindows Exporer\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n \u003cimg align=\"center\" alt=\"In Windows Explorer\"          src=\"https://github.com/zhaotianff/PowerShellManual/blob/master/doc/in%20window%20explorer.png\" /\u003e\n\u003c/p\u003e\n\u003ch4\u003eYou'd better execute each commands separately\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n \u003cimg align=\"center\" alt=\"Execute Selection\"          src=\"https://github.com/zhaotianff/PowerShellManual/blob/master/doc/execute%20selection.png\" /\u003e\n\u003c/p\u003e\n\u003ch2\u003eCheck output\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n \u003cimg align=\"center\" alt=\"Show Output Window\" \n      src=\"https://github.com/zhaotianff/PowerShellManual/blob/master/doc/show%20output%20window.png\" /\u003e\n\u003c/p\u003e\n\n\u003ch2\u003eScript List\u003c/h2\u003e\n\n  * [1_PowerShellOverview](001_PowerShellOverview.ps1)\n  * [2_Print HelloWorld](002_HelloWorld.ps1)\n  * [3_FundamentalOperation](003_FundamentalOperation.ps1)\n  * [4_Commands](004_Commands.ps1)\n  * [5_Variable](005_Variable.ps1)\n  * [6_VariableScope](006_VariableScope.ps1)\n  * [7_FormatPrint](007_FormatPrint.ps1)\n  * [8_Pipelines](008_Pipelines.ps1)\n  * [9_PipelinesFilter](009_PipelineFilter.ps1)\n  * [10_DotNetObject](010_DotNetObject.ps1)\n  * [11_DotNetGeneric](011_DotNetGeneric.ps1)\n  * [12_DotNetSample_ImgViewer](012_DotNetSample_ImgViewer.ps1)\n  * [13_ConditionalStatement](013_ConditionalStatement.ps1)\n  * [14_String](014_String.ps1)\n  * [15_BasicCalculation](015_BasicCalculation.ps1)\n  * [16_Functions](016_Functions.ps1)\n  * [17_CodeReuse](017_CodeReuse.ps1)\n  * [18_CodeReuseExample](018_CodeReuseExample.ps1)\n  * [19_PipelineOrientedScripts](019_PipelineOrientedScripts.ps1)\n  * [20_ListAndArray](020_ListAndArray.ps1)\n  * [21_FilesAndDirectoriesManagement](021_FilesAndDirectoriesManagement.ps1)\n  * [22_InvokeWinAPI](022_InvokeWinAPI.ps1)\n  * [23_Processes](023_Processes.ps1)\n  * [24_Services](024_Services.ps1)\n  * [25_WindowsRegistry](025_WindowsRegistry.ps1)\n  * [26_XML](026_XML.ps1)\n  * [27_UserInteraction](027_UserInteraction.ps1)\n  * [28_NetworkConfiguration](028_NetworkConfiguration.ps1)\n  * [Utilities](Utilities.ps1)\n## License\n\nCode licensed under the [MIT License](LICENSE).\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaotianff%2Fpowershellmanual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhaotianff%2Fpowershellmanual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaotianff%2Fpowershellmanual/lists"}