{"id":151,"date":"2018-02-05T13:51:13","date_gmt":"2018-02-05T00:51:13","guid":{"rendered":"https:\/\/content.ronella.xyz\/apps\/wordpress\/?p=151"},"modified":"2018-03-01T09:49:45","modified_gmt":"2018-02-28T20:49:45","slug":"preparing-powershell-profile-for-editing","status":"publish","type":"post","link":"https:\/\/www.ronella.xyz\/?p=151","title":{"rendered":"Preparing Your Powershell Profile for Editing"},"content":{"rendered":"<ol>\n<li>Execute the following to check the PROFILE variable:\n<pre>Get-Variable | Where-Object {$_.Name -like \"PROFILE\"}<\/pre>\n<\/li>\n<li>Test if its actually existing on the disk using the following command:\n<pre>Test-Path $PROFILE<\/pre>\n<p><em>This will return True if the profile is already existing on the disk and ready for editing. If this returns False\u00a0execute the following command:<\/em><\/p>\n<pre>New-Item -Path $PROFILE -ItemType \"file\" -Force<\/pre>\n<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Execute the following to check the PROFILE variable: Get-Variable | Where-Object {$_.Name -like &#8220;PROFILE&#8221;} Test if its actually existing on the disk using the following command: Test-Path $PROFILE This will return True if the profile is already existing on the disk and ready for editing. If this returns False\u00a0execute the following command: New-Item -Path $PROFILE [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[18],"tags":[],"_links":{"self":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/151"}],"collection":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=151"}],"version-history":[{"count":5,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/151\/revisions"}],"predecessor-version":[{"id":194,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/151\/revisions\/194"}],"wp:attachment":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}