• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Clatent

Technology | Fitness | Food

  • About
  • Resources
  • Contact
  • One-Liner Wednesday January 25, 2023January 25, 2023
    Today’s one-liner is one that you or may not have to use a lot depending how your environment is setup and how you setup computers. Either way, its great to have it so you don’t have to go digging for it in the GUI. Ever had a time when you are trying to connect to […]
  • Module Monday January 23, 2023January 23, 2023
    It’s already the 4th Monday in January, can you believe it? At least that means we get an extra Module Monday next week, but lets stick to this one for right now! Enjoy Markdown, and want to generate markdown help for your existing module, or create markdown help for modules you are currently working on? […]
  • One-Liner Wednesday January 18, 2023January 18, 2023
    Do you use 365? Ever needed a quick list of all your users and their mailbox size? What about having it nicely formatted? Or do you only want to see a certain size mailbox? This quick one-liner is a good starting point. What this does is uses the current way to get a 365 mailbox(Get-mailbox […]
  • Module Monday January 16, 2023January 16, 2023
    It’s Monday, and today we have another module by Doug Finke. Have you been using ChatGPT? Have you been enjoying it? Tired of always having to login and have a web browser open to use it? Why not have it right in your editor? Welcome PowerShellAI! It is exactly what you think… it is OpenAI […]
  • Read-Only Friday January 13, 2023January 13, 2023
    Today’s Read-Only Friday is about retiring/upgrading servers. Don’t worry no changing code today, but with Server 2012R2 going end of support Oct 10, 2023, I want to make sure you are aware and prepared to do it. By no means is this the definitive guide to do it, but hope this helps you create or […]
  • One-Liner Wednesday January 11, 2023January 11, 2023
    It’s Wednesday already, is that good or bad for you? Hoping it’s a good thing, and hoping todays one-liner makes it even better. What this one-liner will do is go out and fetch chrome and silently install or update it. Then it will delete the installer after it has been installed. You could add lines […]
  • Module Monday January 9, 2023January 9, 2023
    It’s another Module Monday, but this time it isn’t really a module, but a script, that I think in the future could be turned into a module with even more functionality. I came across this script when I was looking for a quick way to download Window ISOs easily. I mean, who isn’t tired of […]
  • One-Liner Wednesday January 4, 2023January 4, 2023
    Today’s One-Liner Wednesday is one that is overlooked by many, but is very useful. It’s one of the basics that everyone should know or use. I’ll show you a few different options of it as a reminder for some and new knowledge for others. This will give you a fully searchable web browser window for […]
  • Module Monday January 2, 2023January 2, 2023
    Happy New Year! Welcome to the first Module Monday of 2023. This is also the first official Module Monday posted on here. I’ve put most of last years posts on there for easier searching. I’ll be adding other content and longer content on here, so be sure to keep checking back. I’m still updating the […]
  • Read-Only Friday December 30, 2022December 30, 2022
    Last Read-Only Friday of the year! I’m hoping you have enjoyed these, One Liner Wednesday, and Module Monday this year. I’ve enjoyed creating them and hearing how helpful they have been for you this year. Don’t worry they will be coming back for 2023. I may be making some changes a bit, but only for […]
  • One-Liner Wednesday December 28, 2022December 28, 2022
    Today’s one-liner Wednesday will be great for system admins that need to see when and which updates were installed on a single server or multiple servers. It’s a quick and dirty way to do it, and I’m going to look around and see if there is a one with better formatting, but this gets the […]
  • One-Liner Wednesday December 21, 2022December 21, 2022
    It’s Wednesday, so you know what that means? A new one liner that I’m hoping is useful for you as it has been useful for me. I’ve talked about date and time before, but that was for selecting dates. What about if you wanted to figure out how many days till the end of the […]
  • Module Monday December 19, 2022December 19, 2022
    Today’s Module Monday may be targeted towards a certain vendor, but I know there are comparable modules out there for other vendors. I’ll admit I haven’t used this one, but it looks like a great module to use and if you find any issues to let the creator know on their GitHub. Always make sure […]
  • Read-Only Friday December 16, 2022December 16, 2022
    Today’s Read-Only Friday is a little different, but feel it’s a very important topic to talk about. Do you have co-worker, vendor, or client that you really appreciate? Shoot, not even business wise, what about a family member, friend, or maybe a retail employee that always goes the extra mile? Let them know. I know […]
  • One-Liner Wednesday December 14, 2022December 14, 2022
    Ever have to migrate a share? Or see who is still accessing a share you need to do work on and want to make sure everyone is off of it so the user doesn’t lose any data? Here is the perfect one liner. All you have to do is put your Server name in and […]
  • Module Monday December 12, 2022December 12, 2022
    Here we go, another Module Monday, and with the holiday spirit among us, I figured why not do the same for Module Monday. Today’s module is helps you create the gift of an MSI with PowerShell exactly the way you want!  You can set your own file structure and even have your own custom EULAs […]
  • Read-Only Friday December 9, 2022December 9, 2022
    I wasn’t going to do this for today, but decided to change it up and do it anyways. What are your thoughts on ChatGPT? I’ve seen strong opinions both ways on this, but curious on your feelings on it. One point I see it being a very useful TOOL that a person can have in […]
  • One-Liner Wednesday December 7, 2022December 7, 2022
    Today’s one liner is another basic one, but very powerful. Ever need to look for a file, or better yet multiple files then need to rename or delete them? What this one liner will do is search all of the folders/files in the C:\Windows directory that have the word test in the file name or […]
  • Module Monday December 5, 2022December 5, 2022
    I came across this module over the weekend, and have to say it’s a great little module. I’ve posted other modules that can do parts are of this, but this is great for quick checks and one offs. To name a few it grabs info for computer & operating system info, hardware devices with errors, […]
  • Read-Only Friday December 2, 2022December 2, 2022
    Last month of the year… a good time to start reviewing how this year went for you. If you haven’t been keeping track take some time today and over this month to write down your accomplishment(you’ll be surprised how many), learning moments, and ways you want to improve in 2023. It doesn’t need to be […]
  • One-Liner Wednesday November 30, 2022November 30, 2022
    It’s already Wednesday, can you believe it? Nothing crazy initially from today’s one liner, but once you learn the concepts, your imagination is the limit. So what does all of this mean? The first script will give you the last time your local computer booted up, and the second one does it for a remote […]
  • Module Monday November 28, 2022November 28, 2022
    This weeks Module Monday is for a module that is replacing 2 depreciated modules named AzureAD and MSOnline. Have you started the transition?
  • Read-Only Friday November 25, 2022November 25, 2022
    It’s Read-Only Friday in the IT world, why not learn about the AsBuilt Report PowerShell Module to create reports for your systems.
  • One-Liner Wednesday November 23, 2022November 23, 2022
    As we are approaching the holiday season  at the end of the year, dates are very important. Everything from counting down the days to the new year to creating those end of the year reports. With that said, how many times have you had to create a report for the previous month, but it’s  parameters […]
  • Module Monday November 21, 2022November 21, 2022
    Since I know everyone knows about Microsoft’s Hyper-V PowerShell, and I’ve mentioned about VMWare’s here, I didn’t want to leave out Nutanix’s PowerShell module for those that use Nutanix. I personally haven’t used this one, but the documentation looks great for it, and you can definitely automate a lot of the processes instead of having […]

Primary Sidebar

Clayton Tyger

Tech enthusiast dad who has lost 100lbs and now sometimes has crazy running/biking ideas. Read More…

Find Me On

  • Email
  • GitHub
  • Instagram
  • LinkedIn
  • Twitter

Recent Posts

  • One-Liner Wednesday January 25, 2023
  • Module Monday January 23, 2023
  • One-Liner Wednesday January 18, 2023
  • Module Monday January 16, 2023
  • Read-Only Friday January 13, 2023

Categories

  • 365
  • Active Directory
  • Cim
  • Dashboards
  • Documentation
  • Get-WMI
  • Learning
  • Module Monday
  • Nutanix
  • One Liner Wednesday
  • Passwords
  • PDF
  • PowerShell
  • Read-Only Friday
  • Reporting
  • Security
  • Windows
  • WSUS

© 2023 Clatent