{"id":140,"date":"2013-09-11T13:43:09","date_gmt":"2013-09-11T11:43:09","guid":{"rendered":"https:\/\/ps.stefanrehwald.de\/?p=140"},"modified":"2013-09-11T13:43:09","modified_gmt":"2013-09-11T11:43:09","slug":"powershell-funktion-uebergabe-von-parameter-an-funktionen","status":"publish","type":"post","link":"https:\/\/ps.stefanrehwald.de\/?p=140","title":{"rendered":"PowerShell &#8211; Funktion, \u00dcbergabe von Parameter an Funktionen"},"content":{"rendered":"<p>Eine Funktion besteht aus dem Keyword Function gefolgt vom Funktion-Name mit m\u00f6glichen Parameter und dem Script-Block.<\/p>\n<pre class=\"lang:ps decode:true \" title=\"Function Script I\">Function Funktion-Name (Parameter) {Script-Block}<\/pre>\n<p>Hier ein Beispiel ohen Parameter.<\/p>\n<pre class=\"lang:ps decode:true\" title=\"Function Script II\">function Time {Get-Date}\r\nTime\r\n\r\n# Ausgabe\r\n# Mittwoch, 11. September 2013 13:34:15<\/pre>\n<p>Noch ein Beispiel mit Parametern.<\/p>\n<pre class=\"lang:ps decode:true \" title=\"Function Script III\">function Time ($Name, $Age)\r\n{\r\n    Write-Host Ihr Name ist $Name und sind $Age Jahre alt.\r\n}\r\n\r\nTime -Name Rehwald -Age 25\r\n\r\nTime -Name \"Diesel\" -Age 155\r\n\r\n$MyName = \"Lindemann\"\r\n\r\nTime -Name $MyName -Age 50\r\n\r\nTime -Name ($MyName) -Age 50\r\n\r\n# Ausgabe\r\n# Ihr Name ist Rehwald und sind 25 Jahre alt.\r\n# Ihr Name ist Diesel und sind 155 Jahre alt.\r\n# Ihr Name ist Lindemann und sind 50 Jahre alt.\r\n# Ihr Name ist Lindemann und sind 50 Jahre alt.<\/pre>\n<p>Der Aufruf einer Funktion wird \u00fcber den Namen der Funktion realisiert. Die Paramter k\u00f6nnen als String, Variable oder als reiner Text \u00fcbergeben werden.<\/p>\n<p>&nbsp;<\/p>\n<p>rewe<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Eine Funktion besteht aus dem Keyword Function gefolgt vom Funktion-Name mit m\u00f6glichen Parameter und dem Script-Block. Function Funktion-Name (Parameter) {Script-Block} Hier ein Beispiel ohen Parameter. function Time {Get-Date} Time # Ausgabe # Mittwoch, 11. September 2013 13:34:15 Noch ein Beispiel &hellip; <a href=\"https:\/\/ps.stefanrehwald.de\/?p=140\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":8,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[2,10],"tags":[202,204,203,205,208,206,209,207,196,197,199,198,195,200,201],"class_list":["post-140","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell","category-script","tag-aufruf-function","tag-aufruf-function-powershell","tag-aufruf-funktion","tag-aufruf-funktion-powershell","tag-call-function","tag-call-function-powershell","tag-call-funktion","tag-call-funktion-powershell","tag-function","tag-function-powershell","tag-funktion","tag-funktion-powershell","tag-parameter","tag-parameter-powershell","tag-uebergeben-von-parameter"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Funktionen aufrufen und diesen Parameter \u00fcbergeben.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Stefan Rehwald\"\/>\n\t<meta name=\"keywords\" content=\"function,function powershell,funktion powershell,funktion,parameter,parameter powershell,\u00fcbergeben von parameter,aufruf function,aufruf funktion,aufruf function powershell,aufruf funktion powershell,call function powershell,call funktion powershell,call function,call funktion\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/ps.stefanrehwald.de\/?p=140\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"PowerShell Scripts | Eine Sammlung von PowerShell Snippets\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Eine Funktion aufrufen und Parameter \u00fcbergeben | PowerShell Scripts\" \/>\n\t\t<meta property=\"og:description\" content=\"Funktionen aufrufen und diesen Parameter \u00fcbergeben.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/ps.stefanrehwald.de\/?p=140\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-09-11T11:43:09+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-09-11T11:43:09+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Eine Funktion aufrufen und Parameter \u00fcbergeben | PowerShell Scripts\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Funktionen aufrufen und diesen Parameter \u00fcbergeben.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#article\",\"name\":\"Eine Funktion aufrufen und Parameter \\u00fcbergeben | PowerShell Scripts\",\"headline\":\"PowerShell &#8211; Funktion, \\u00dcbergabe von Parameter an Funktionen\",\"author\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/wp-content\\\/uploads\\\/2013\\\/08\\\/logo_powershell.jpg\",\"width\":244,\"height\":191,\"caption\":\"PowerShell 3.0\"},\"datePublished\":\"2013-09-11T13:43:09+02:00\",\"dateModified\":\"2013-09-11T13:43:09+02:00\",\"inLanguage\":\"de-DE\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#webpage\"},\"articleSection\":\"PowerShell, Script, Aufruf Function, Aufruf Function Powershell, Aufruf Funktion, Aufruf Funktion Powershell, Call Function, Call Function Powershell, Call Funktion, Call Funktion Powershell, Function, Function Powershell, Funktion, Funktion Powershell, Parameter, Parameter Powershell, \\u00dcbergeben von Parameter\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ps.stefanrehwald.de\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?cat=2#listItem\",\"name\":\"PowerShell\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?cat=2#listItem\",\"position\":2,\"name\":\"PowerShell\",\"item\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?cat=2\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?cat=10#listItem\",\"name\":\"Script\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?cat=10#listItem\",\"position\":3,\"name\":\"Script\",\"item\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?cat=10\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#listItem\",\"name\":\"PowerShell &#8211; Funktion, \\u00dcbergabe von Parameter an Funktionen\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?cat=2#listItem\",\"name\":\"PowerShell\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#listItem\",\"position\":4,\"name\":\"PowerShell &#8211; Funktion, \\u00dcbergabe von Parameter an Funktionen\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?cat=10#listItem\",\"name\":\"Script\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/#organization\",\"name\":\"PowerShell Scripts\",\"description\":\"Eine Sammlung von PowerShell Snippets\",\"url\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?author=2#author\",\"url\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?author=2\",\"name\":\"Stefan Rehwald\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/00349957f89eb7edc5bfe4e8d19b2198e56cb63116c2a4ac8ba0e6b8b8b75451?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Stefan Rehwald\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#webpage\",\"url\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140\",\"name\":\"Eine Funktion aufrufen und Parameter \\u00fcbergeben | PowerShell Scripts\",\"description\":\"Funktionen aufrufen und diesen Parameter \\u00fcbergeben.\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?author=2#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/wp-content\\\/uploads\\\/2013\\\/08\\\/logo_powershell.jpg\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140\\\/#mainImage\",\"width\":244,\"height\":191,\"caption\":\"PowerShell 3.0\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/?p=140#mainImage\"},\"datePublished\":\"2013-09-11T13:43:09+02:00\",\"dateModified\":\"2013-09-11T13:43:09+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/#website\",\"url\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/\",\"name\":\"PowerShell Scripts\",\"description\":\"Eine Sammlung von PowerShell Snippets\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/ps.stefanrehwald.de\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Eine Funktion aufrufen und Parameter \u00fcbergeben | PowerShell Scripts","description":"Funktionen aufrufen und diesen Parameter \u00fcbergeben.","canonical_url":"https:\/\/ps.stefanrehwald.de\/?p=140","robots":"max-image-preview:large","keywords":"function,function powershell,funktion powershell,funktion,parameter,parameter powershell,\u00fcbergeben von parameter,aufruf function,aufruf funktion,aufruf function powershell,aufruf funktion powershell,call function powershell,call funktion powershell,call function,call funktion","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ps.stefanrehwald.de\/?p=140#article","name":"Eine Funktion aufrufen und Parameter \u00fcbergeben | PowerShell Scripts","headline":"PowerShell &#8211; Funktion, \u00dcbergabe von Parameter an Funktionen","author":{"@id":"https:\/\/ps.stefanrehwald.de\/?author=2#author"},"publisher":{"@id":"https:\/\/ps.stefanrehwald.de\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/ps.stefanrehwald.de\/wp-content\/uploads\/2013\/08\/logo_powershell.jpg","width":244,"height":191,"caption":"PowerShell 3.0"},"datePublished":"2013-09-11T13:43:09+02:00","dateModified":"2013-09-11T13:43:09+02:00","inLanguage":"de-DE","mainEntityOfPage":{"@id":"https:\/\/ps.stefanrehwald.de\/?p=140#webpage"},"isPartOf":{"@id":"https:\/\/ps.stefanrehwald.de\/?p=140#webpage"},"articleSection":"PowerShell, Script, Aufruf Function, Aufruf Function Powershell, Aufruf Funktion, Aufruf Funktion Powershell, Call Function, Call Function Powershell, Call Funktion, Call Funktion Powershell, Function, Function Powershell, Funktion, Funktion Powershell, Parameter, Parameter Powershell, \u00dcbergeben von Parameter"},{"@type":"BreadcrumbList","@id":"https:\/\/ps.stefanrehwald.de\/?p=140#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de#listItem","position":1,"name":"Home","item":"https:\/\/ps.stefanrehwald.de","nextItem":{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de\/?cat=2#listItem","name":"PowerShell"}},{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de\/?cat=2#listItem","position":2,"name":"PowerShell","item":"https:\/\/ps.stefanrehwald.de\/?cat=2","nextItem":{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de\/?cat=10#listItem","name":"Script"},"previousItem":{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de\/?cat=10#listItem","position":3,"name":"Script","item":"https:\/\/ps.stefanrehwald.de\/?cat=10","nextItem":{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de\/?p=140#listItem","name":"PowerShell &#8211; Funktion, \u00dcbergabe von Parameter an Funktionen"},"previousItem":{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de\/?cat=2#listItem","name":"PowerShell"}},{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de\/?p=140#listItem","position":4,"name":"PowerShell &#8211; Funktion, \u00dcbergabe von Parameter an Funktionen","previousItem":{"@type":"ListItem","@id":"https:\/\/ps.stefanrehwald.de\/?cat=10#listItem","name":"Script"}}]},{"@type":"Organization","@id":"https:\/\/ps.stefanrehwald.de\/#organization","name":"PowerShell Scripts","description":"Eine Sammlung von PowerShell Snippets","url":"https:\/\/ps.stefanrehwald.de\/"},{"@type":"Person","@id":"https:\/\/ps.stefanrehwald.de\/?author=2#author","url":"https:\/\/ps.stefanrehwald.de\/?author=2","name":"Stefan Rehwald","image":{"@type":"ImageObject","@id":"https:\/\/ps.stefanrehwald.de\/?p=140#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/00349957f89eb7edc5bfe4e8d19b2198e56cb63116c2a4ac8ba0e6b8b8b75451?s=96&d=mm&r=g","width":96,"height":96,"caption":"Stefan Rehwald"}},{"@type":"WebPage","@id":"https:\/\/ps.stefanrehwald.de\/?p=140#webpage","url":"https:\/\/ps.stefanrehwald.de\/?p=140","name":"Eine Funktion aufrufen und Parameter \u00fcbergeben | PowerShell Scripts","description":"Funktionen aufrufen und diesen Parameter \u00fcbergeben.","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/ps.stefanrehwald.de\/#website"},"breadcrumb":{"@id":"https:\/\/ps.stefanrehwald.de\/?p=140#breadcrumblist"},"author":{"@id":"https:\/\/ps.stefanrehwald.de\/?author=2#author"},"creator":{"@id":"https:\/\/ps.stefanrehwald.de\/?author=2#author"},"image":{"@type":"ImageObject","url":"https:\/\/ps.stefanrehwald.de\/wp-content\/uploads\/2013\/08\/logo_powershell.jpg","@id":"https:\/\/ps.stefanrehwald.de\/?p=140\/#mainImage","width":244,"height":191,"caption":"PowerShell 3.0"},"primaryImageOfPage":{"@id":"https:\/\/ps.stefanrehwald.de\/?p=140#mainImage"},"datePublished":"2013-09-11T13:43:09+02:00","dateModified":"2013-09-11T13:43:09+02:00"},{"@type":"WebSite","@id":"https:\/\/ps.stefanrehwald.de\/#website","url":"https:\/\/ps.stefanrehwald.de\/","name":"PowerShell Scripts","description":"Eine Sammlung von PowerShell Snippets","inLanguage":"de-DE","publisher":{"@id":"https:\/\/ps.stefanrehwald.de\/#organization"}}]},"og:locale":"de_DE","og:site_name":"PowerShell Scripts | Eine Sammlung von PowerShell Snippets","og:type":"article","og:title":"Eine Funktion aufrufen und Parameter \u00fcbergeben | PowerShell Scripts","og:description":"Funktionen aufrufen und diesen Parameter \u00fcbergeben.","og:url":"https:\/\/ps.stefanrehwald.de\/?p=140","article:published_time":"2013-09-11T11:43:09+00:00","article:modified_time":"2013-09-11T11:43:09+00:00","twitter:card":"summary","twitter:title":"Eine Funktion aufrufen und Parameter \u00fcbergeben | PowerShell Scripts","twitter:description":"Funktionen aufrufen und diesen Parameter \u00fcbergeben."},"aioseo_meta_data":{"post_id":"140","title":"Eine Funktion aufrufen und Parameter \u00fcbergeben | #site_title","description":"Funktionen aufrufen und diesen Parameter \u00fcbergeben.","keywords":[{"label":"Function","value":"Function"},{"label":"Function Powershell","value":"Function Powershell"},{"label":"Funktion Powershell","value":"Funktion Powershell"},{"label":"Funktion","value":"Funktion"},{"label":"Parameter","value":"Parameter"},{"label":"Parameter Powershell","value":"Parameter Powershell"},{"label":"\u00dcbergeben von Parameter","value":"\u00dcbergeben von Parameter"},{"label":"Aufruf Function","value":"Aufruf Function"},{"label":"Aufruf Funktion","value":"Aufruf Funktion"},{"label":"Aufruf Function Powershell","value":"Aufruf Function Powershell"},{"label":"Aufruf Funktion Powershell","value":"Aufruf Funktion Powershell"},{"label":"Call Function Powershell","value":"Call Function Powershell"},{"label":"Call Funktion Powershell","value":"Call Funktion Powershell"},{"label":"Call Function","value":"Call Function"},{"label":"Call Funktion","value":"Call Funktion"}],"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-30 00:57:16","updated":"2025-10-06 09:18:03","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ps.stefanrehwald.de\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ps.stefanrehwald.de\/?cat=2\" title=\"PowerShell\">PowerShell<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ps.stefanrehwald.de\/?cat=10\" title=\"Script\">Script<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPowerShell \u2013 Funktion, \u00dcbergabe von Parameter an Funktionen\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/ps.stefanrehwald.de"},{"label":"PowerShell","link":"https:\/\/ps.stefanrehwald.de\/?cat=2"},{"label":"Script","link":"https:\/\/ps.stefanrehwald.de\/?cat=10"},{"label":"PowerShell &#8211; Funktion, \u00dcbergabe von Parameter an Funktionen","link":"https:\/\/ps.stefanrehwald.de\/?p=140"}],"jetpack_featured_media_url":"https:\/\/ps.stefanrehwald.de\/wp-content\/uploads\/2013\/08\/logo_powershell.jpg","jetpack_shortlink":"https:\/\/wp.me\/p3N2Ht-2g","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=\/wp\/v2\/posts\/140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=140"}],"version-history":[{"count":3,"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=\/wp\/v2\/posts\/140\/revisions"}],"predecessor-version":[{"id":145,"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=\/wp\/v2\/posts\/140\/revisions\/145"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=\/wp\/v2\/media\/8"}],"wp:attachment":[{"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=140"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=140"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ps.stefanrehwald.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}