
MADEOFTHINGS.NET
Made Of Things – Describing things, clouds are made ofDescribing things, clouds are made of
http://www.madeofthings.net/
Describing things, clouds are made of
http://www.madeofthings.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
10.8 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
20
SSL
EXTERNAL LINKS
21
SITE IP
192.0.78.25
LOAD TIME
10.781 sec
SCORE
6.2
Made Of Things – Describing things, clouds are made of | madeofthings.net Reviews
https://madeofthings.net
Describing things, clouds are made of
Windows Azure Pack – Made Of Things
https://madeofthings.net/category/windows-azure-pack
Describing things, clouds are made of. Validating JSON Web Token (JWT) with PowerShell. By popular demand, finally my second blog post online. Please feel free to feedback to me what you think about it. Validating your JSON Web Token (JWT) with PowerShell. Background WAP and JSON Web Token (JWT):. Http:/ www.hyper-v.nu/archives/mvaneijk/2014/01/windows-azure-pack-with-adfs-and-windows-azure-multi-factor-authentication-part-1/. Http:/ www.hyper-v.nu/archives/mvaneijk/2014/03/windows-azure-pack-wit...Just ...
SMA Runbooks – Made Of Things
https://madeofthings.net/category/sma-runbooks
Describing things, clouds are made of. Automated version control of SMA Runbooks to GitHub (or Git, or GitLab). As this is the first post on my blog, please feel free to read something about myself on the About page. It does a great job, but limited as it does not track the actual changes line-by-line inside your Runbook. Beside TFS, there are some other great (free or paid) version control repositories available. Git being one of them. Either hosted on GitHub.com. Or get GitLab from the VM Depot. At lea...
Automation – Made Of Things
https://madeofthings.net/tag/automation
Describing things, clouds are made of. Automated version control of SMA Runbooks to GitHub (or Git, or GitLab). As this is the first post on my blog, please feel free to read something about myself on the About page. It does a great job, but limited as it does not track the actual changes line-by-line inside your Runbook. Beside TFS, there are some other great (free or paid) version control repositories available. Git being one of them. Either hosted on GitHub.com. Or get GitLab from the VM Depot. At lea...
SMA Runbook – Made Of Things
https://madeofthings.net/tag/sma-runbook
Describing things, clouds are made of. Automated version control of SMA Runbooks to GitHub (or Git, or GitLab). As this is the first post on my blog, please feel free to read something about myself on the About page. It does a great job, but limited as it does not track the actual changes line-by-line inside your Runbook. Beside TFS, there are some other great (free or paid) version control repositories available. Git being one of them. Either hosted on GitHub.com. Or get GitLab from the VM Depot. At lea...
Validating JSON Web Token (JWT) with PowerShell – Made Of Things
https://madeofthings.net/2015/10/26/validating-json-web-token-jwt-with-powershell
Describing things, clouds are made of. Validating JSON Web Token (JWT) with PowerShell. By popular demand, finally my second blog post online. Please feel free to feedback to me what you think about it. Validating your JSON Web Token (JWT) with PowerShell. Background WAP and JSON Web Token (JWT):. Http:/ www.hyper-v.nu/archives/mvaneijk/2014/01/windows-azure-pack-with-adfs-and-windows-azure-multi-factor-authentication-part-1/. Http:/ www.hyper-v.nu/archives/mvaneijk/2014/03/windows-azure-pack-wit...Just ...
TOTAL PAGES IN THIS WEBSITE
20
Links – USEFUL-IT
http://www.useful-it.nl/links
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. PowerShell v4 Desired State Configuration Cheat Sheet. Powershell Desired State Configuration Cheat Sheet. Powershell 4 Reference guides. How to Use Profiles in Windows PowerShell ISE. How to Use Profiles in Windows PowerShell ISE. How to Boot from a VHD. Microsoft article on how to create a dual boot from a VHD file. They worked for me but that doesn't mean diddly. Represent the opinion of my employer.
[PS] Convert string to version – USEFUL-IT
http://www.useful-it.nl/ps-convert-string-to-version
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. PS] Convert string to version. August 27, 2016. How to convert a string to version (Major, Minor, Build, Revision) in PS. Sometimes you struggle in getting the version of a piece of software or file that is installed on my windows boxes in the right format. Well I struggled with comparing installed versions of my installed SQL instances. Net and PowerShell helped me resolve this issues. PS C: Windows syste...
Update to latest version of TurnkeyLinux 14.0 – USEFUL-IT
http://www.useful-it.nl/update-to-latest-version-of-turnkeylinux-14-0
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. Update to latest version of TurnkeyLinux 14.0. October 29, 2015. Today , successfully updated the websites underling operating-system to the latest version. This went quite smooth, including the restore of the complete website including all the content. Now running on the 14.0 build. Great job again for the team behind turnkeylinux. All credits go to them for delivering a great out of the box solution.
PowerShell Challenge 001 : VMQ state – USEFUL-IT
http://www.useful-it.nl/powershell-challenge-001-vmq-state
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. PowerShell Challenge 001 : VMQ state. September 14, 2015. POWERSHELL CHALLENGE 001 : VMQ State on Hosts. Windows Server 2012 R2. MicroSoft System Center Virtual Machine Manager 2012 R2. Show the state of VMQ on every host in your Hyper-V environment. Not intrested in the disabled state. Hosts in multiple SCVMM environments. I would like that the output looks like this. One-Liner (Import-module line exluded).
Challenge – USEFUL-IT
http://www.useful-it.nl/tag/challenge
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. POWERSHELL CHALLENGE 002 : ClusterReservestate. September 15, 2015. Show the state of the ClusterReserveState on every Cluster in our Hyper-V environment All Hosts in all Environments I would like that the output looks like this. Extra challenge : One-Liner (Import-module line exluded) Solution :. PowerShell Challenge 001 : VMQ state. September 14, 2015. Windows 10 Tech Preview. Subscribe to Blog via Email.
Construct your own Custom PSObject – USEFUL-IT
http://www.useful-it.nl/construct-your-own-psobject
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. Construct your own Custom PSObject. November 2, 2015. How to create your own Custom PSObjects. Sometimes it is useful when curtain data is combined in one PSObject. For instance we want to know the owner of the processes running on a machine. I am going to explain how to do this. First we define an empty object. The second thing we are going to do is fetch some data to put into the Object. PSobject=@() for...
Featured – USEFUL-IT
http://www.useful-it.nl/category/featured
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. PowerShell Challenge 001 : VMQ state. September 14, 2015. POWERSHELL CHALLENGE 001 : VMQ State on Hosts Using : Windows Server 2012 R2 MicroSoft System Center Virtual Machine Manager 2012 R2 Challenge: Show the state of VMQ on every host in your Hyper-V environment Not intrested in the disabled state Hosts in multiple SCVMM environments I would like that the output looks like this. […]. May 30, 2013. Hi, l...
WordPress – USEFUL-IT
http://www.useful-it.nl/category/wordpress
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. Everything related to Wordpress. Update to latest version of TurnkeyLinux 14.0. October 29, 2015. Update to WordPress 3.7.1. November 13, 2013. Just updated to version 3.7.1 (more information). Update to WordPress 3.7. October 26, 2013. Just updated my website to WordPress 3.7 Installation went like a charm. Windows 10 Tech Preview. Subscribe to Blog via Email. Join 3 other subscribers. Follow me on Twitter.
Challenge – USEFUL-IT
http://www.useful-it.nl/category/microsoft/powershell-scripting/challenge
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. POWERSHELL CHALLENGE 002 : ClusterReservestate. September 15, 2015. Show the state of the ClusterReserveState on every Cluster in our Hyper-V environment All Hosts in all Environments I would like that the output looks like this. Extra challenge : One-Liner (Import-module line exluded) Solution :. Windows 10 Tech Preview. Subscribe to Blog via Email. Join 3 other subscribers. Follow me on Twitter.
[PS]Bug: WMF5 RTM $env:PSModulePath – USEFUL-IT
http://www.useful-it.nl/psbug-wmf5-rtm-psmodulepath
A blog for USEFUL-IT information. RSS] Microsoft NL Blog. Microsoft Recent KB’s for Windows Server. PS]Bug: WMF5 RTM $env:PSModulePath. December 19, 2015. Microsoft released there PowerShell WMF 5 RTM. ( link. I found a issue after the installation of the WMF5 RTM version. Great version a lot was fixed in this version, but all so one vital part was corrupted. Especially if you have third party Modules installed like SQL/HP/SCVMM/……. After Installation and a reboot that is required. February 2, 2017.
TOTAL LINKS TO THIS WEBSITE
21
Madeofthailand.com
Go South, Go New Zealand
Go South, Go New Zealand. ニュージーランド移住を目指し、プログラミング、英語を楽しむブログ。現在、オークランド在住. Proftpd - install create a ftp account. 1 update sources.list due to EOL of Debian 4. Apt-get install proftpd (choose standalone from standalone or inet). Vi /etc/proftpd.proftpd.conf DefaultRoot Limit LOGIN AllowUser USER-A AllowUser USER-B DenyALL /Limit see /etc/proftpd/proftpd.conf for more information. 4 create a ftp account. Useradd USER-NAME -s /bin/false -d PATH-TO-DIR $ passwd USER-NAME (type password twice). Cd dev wget htt...
the producer's RMX box set - m a d e . o f . t h e s e . s t u d i o - creative communications, client support, web design, graphic design, & illustration
madeofthings.com is almost here!
Madeofthings.com is almost here! Upload your website to get started.
Made Of Things – Describing things, clouds are made of
Describing things, clouds are made of. Validating JSON Web Token (JWT) with PowerShell. By popular demand, finally my second blog post online. Please feel free to feedback to me what you think about it. Validating your JSON Web Token (JWT) with PowerShell. Background WAP and JSON Web Token (JWT):. Http:/ www.hyper-v.nu/archives/mvaneijk/2014/01/windows-azure-pack-with-adfs-and-windows-azure-multi-factor-authentication-part-1/. Http:/ www.hyper-v.nu/archives/mvaneijk/2014/03/windows-azure-pack-wit...Just ...
Deal With It -
Utkast: Feb. 03, 2014. 2014-02-03 @ 19:47:00 Permalink. 2014-02-03 @ 19:46:54 Permalink. Som de flesta har förstått vid det här laget är denna bloggen nerlagd. Här kommer inte komma upp några fler inlägg efter detta. Den största anledningen till att jag lägger ner den är att det är nästintill omöjligt att lägga upp några bilder och vad är då poängen med en fotoblogg? Dock kommer den få ligga kvar eftersom det är adressen som står på mina visitkort. Från och med nu bör ni checka in nya Made Of This. Här f...
Made of This
Made of This
You can, too. A book by Gianni Simone and Randy Osborne, charts their exchange of 999 linked memories - each memory from Gianni inspiring one from Randy - over a two-and-a-half year period. Strangers who "met" by email as a result of separate artistic projects, Gianni and Randy learned a lot about each other and themselves as their memories naturally deepened. They also found a deceptively simple method that any pair of people or more can use to do the same, a few quick, easy lines at a time. The envelop...
Made of Thought – In Pursuit
Contemporary, classic and inspiring innovation details. Take root and flourish dream of the mind’s eye at the edge of forever shores of the cosmic. Nature details softly crafted by hand. Sincerity yet herefore forfeited his cell taint neglect questions uelderly amongst on distant. Connection of paper and web makes. The expense windows adapted sir. Wrong widen drawn ample eat off doors offending the. Design crafting ideas digital web. Fresh born ideas growing every day. May 9, 2017. May 9, 2017.
madeOFtibo88's blog - Blog de madeOFtibo88 - Skyrock.com
Salu a tousé a toutejes pere ke vou kif3ré mon blog é laché vo com s. 20/12/2008 at 9:37 AM. 09/12/2009 at 4:00 AM. Subscribe to my blog! Moi sur la petite double de ché moi. Bon ba voila sa c moi sur la double de ché moi a larrivé bon aterisage tt va pour le mieu merci manu pour cette sublime foto lol. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.3) if someone makes a complaint. Voila sa c la rampe...
SOCIAL ENGAGEMENT