ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. siringo
    3. Topics
    • Profile
    • Following 0
    • Followers 1
    • Topics 74
    • Posts 1844
    • Best 545
    • Controversial 1
    • Groups 0

    Topics created by siringo

    • siringo

      rclone??
      IT Discussion • • siringo

      5
      0
      Votes
      5
      Posts
      195
      Views

      siringo

      Thanks everyone for the input.

      I had another play with rclone and got it to work, looks quite useful.

    • siringo

      How Do You Replace Active Directory?
      Water Closet • • siringo

      105
      0
      Votes
      105
      Posts
      773
      Views

      Dashrender

      @JasGot said in How Do You Replace Active Directory?:

      @Dashrender said in How Do You Replace Active Directory?:

      @JasGot Aren't you the one who asked how to do this?

      I assume you are referring to my post of the script I came up with yesterday AFTER I read your post suggesting a script to do it?

      Geeeeesh. The next time I want to share a solution I came up with, as a result of your suggestion, I won't.

      LOL - there was no indication that you just created that -but that's awesome that you tossed something together so quickly.

    • siringo

      free clone/imaging solution needed
      IT Discussion • • siringo

      12
      0
      Votes
      12
      Posts
      288
      Views

      J

      @gjacobse said in free clone/imaging solution needed:

      There are a few options and that aren't that difficult

      CloneZilla
      While Linux based - is not difficult to use, and if you follow the prompts (Read them unlike me) It's easy.

      I use CloneZilla with CloneZilla SE (Server) to do this. Just make sure you can boot to PXE or leave a USB onsite for other people to stick in and power on.

      Hint: With Wake-On-Lan and PXE we reimage PCs at schools all the time without ever going there. Takes only a few minutes to get a PC back up and running. 😀

    • siringo

      Free Hosted Help Desk?
      IT Discussion • • siringo

      19
      1
      Votes
      19
      Posts
      275
      Views

      Pete.S

      @gjacobse said in Free Hosted Help Desk?:

      "Free Hosted" doesn't mean it's the right thing. But in many cases - you can beat it to work for you. Just depends on the work and stress you want to deal with, what you want to give up and what you will never have..

      I'd go as far to say that the "free" version is seldom the right thing. Often the reason to look for a solution in the first place is to become more effective and spend less time on something. Just stepping up to the first paying tier usually gets you a lot of features that will save you time for a very modest monthly cost.

    • siringo

      Simple NAS advice
      IT Discussion • • siringo

      19
      0
      Votes
      19
      Posts
      357
      Views

      siringo

      went with a simple synology 2 bay and 2 x 6TB disks.

      I could have used old hardware, but nah.

      Thanks everyone.

    • siringo

      Help with renaming PC
      IT Discussion • • siringo

      8
      0
      Votes
      8
      Posts
      147
      Views

      siringo

      @hobbit666 said in Help with renaming PC:

      I use this when setting up new machines

      $ServiceTAG = "PC-$((Get-WmiObject Win32_BIOS).serialnumber)"
      $OLDNAME = (Get-WmiObject win32_COMPUTERSYSTEM).Name
      Rename-Computer -ComputerName $OLDNAME -NewName $ServiceTAG -force

      $ServiceTAG = "PC-$((Get-WmiObject Win32_BIOS).serialnumber)" $OLDNAME = (Get-WmiObject win32_COMPUTERSYSTEM).Name Rename-Computer -ComputerName $OLDNAME -NewName $ServiceTAG -force

      this was a great help, thank you @hobbit666 . I changed it to this:

      "B311-$("$env:computername$(get-random)")"
      $OLDNAME = (Get-WmiObject win32_COMPUTERSYSTEM).Name
      Rename-Computer -ComputerName $OLDNAME -NewName $ServiceTAG -force -restart

      As the netbios names were displaying as the same.

    • siringo

      windows based FREE imaging app
      IT Discussion • • siringo

      35
      0
      Votes
      35
      Posts
      473
      Views

      Dashrender

      @obsolesce said in windows based FREE imaging app:

      @dbeato said in windows based FREE imaging app:

      @obsolesce said in windows based FREE imaging app:

      @notverypunny said in windows based FREE imaging app:

      @obsolesce said in windows based FREE imaging app:

      @dashrender said in windows based FREE imaging app:

      @obsolesce said in windows based FREE imaging app:

      @dashrender said in windows based FREE imaging app:

      they generally come with AV and other crap you don't want at purchase

      Oh I see, that sucks. Are the company devices being bought from Walmart or something?

      Seriously?

      I order these from DCW. I haven't had a laptop not come with at least some third party AV in ages...

      I suppose one of the reasons to not order Dell/HP, or at least not the default stuff.

      Can't speak to HP, but with Dell, unless you get setup with their imaging program (you provide them with your desired stock image and it's $$$ from what I recall) they're sending you their stock OEM image with a significant amount of bloat-ware. In a corporate / enterprise setup consistency is king so it's normal that you want to reimage with something that's tested and known to play nice in your environment.

      Business class devices shipping with trial anti-virus software that is well known to be much worse than the default Windows Defender? That alone is reason enough not to go with that manufacturer (still not a showstopper, as automation can fix that in later steps). If you need to touch a device before an end user gets it, you're wasting a ton of time and money. That's decades old procedures... having your IT department receive the device, reimage, configure, maintain images, and all the requirements that go along? That is a huge waste of resources.

      Wouldn't you rather have a device sent directly from CDW to the end-user, without needing a special image, ready to go for the user and the work environment... managed, configured, secured, and compliant as part of the OOBE?

      Dell charges a bit more for imaging with your Intune AutoPilot profile but can be arranged and most Dell with Windows Professional and up licensing barely come with bloatware as far as I have been working with them.

      CDW and many other CSPs will register them in Autopilot for you for a couple dollars extra, OEMs can do it too, there's no need for a custom image. For some special purpose orders, sure, but not typically needed.

      Perhaps this is something newer I simply haven't looked into yet.

      I'm not using autopilot. Perhaps the vendors know that that extra crap isn't wanted, so they don't bother to include it in machines that companies pay more dollars for the vendor to include in autopilot.

    • siringo

      Problem with USB boot disk??
      IT Discussion • • siringo

      3
      0
      Votes
      3
      Posts
      140
      Views

      siringo

      @jasgot Thanks for the help buddy. What you mention sounds exactly like what is happening.

      I think this problem may be resolved then, thanks for your help.

    • siringo

      Is it authentication?? Slow response.
      IT Discussion • • siringo

      5
      0
      Votes
      5
      Posts
      119
      Views

      siringo

      @obsolesce said in Is it authentication?? Slow response.:

      @siringo watch resource monitor, resmon.exe, when during the delay of opening an app seemingly caused solely by connecting to the wifi network.

      For paint.exe to open instantly prior to wifi connection, then slowly after, and instantly off wifi... seems like you'll notice something in resmon somewhere. Maybe A/V or something. Look at everything even the network and possible new tcp connections when you open paint.

      I've got some time to look at this today, thanks.

    • siringo

      RDS User Logging
      IT Discussion • • siringo

      5
      0
      Votes
      5
      Posts
      164
      Views

      siringo

      I ended up using a tool from RDPSoft. You can take out monthly subscriptions to use their software. Very impressive stuff.

    • siringo

      Simple cheap RMM
      IT Discussion • • siringo

      29
      0
      Votes
      29
      Posts
      355
      Views

      scottalanmiller

      @krzykat said in Simple cheap RMM:

      @scottalanmiller
      I've never heard of TacticalRMM - but I love our MC. Is everyone digging it? I see that its a very active development and think I need to give it a try.

      Not many people using it that I know of, we just started using it in the last few weeks. but I've been following it for a while. They see to be doing some awesome stuff.

    • siringo

      HP iLO Alerts?
      IT Discussion • • siringo

      3
      1
      Votes
      3
      Posts
      132
      Views

      travisdh1

      @siringo said in HP iLO Alerts?:

      anyone? someone here must have played with ilo alerts at some point ...

      iDRAC, sure, iLO, not so much.

      Should just be plug in the proper information for your email service and a valid account to send as.

    • siringo

      Changing subnet mask?
      IT Discussion • • siringo

      45
      0
      Votes
      45
      Posts
      479
      Views

      siringo

      @scottalanmiller said in Changing subnet mask?:

      @siringo said in Changing subnet mask?:

      Inherited an old SBS network which has been upgraded, but is still using the 10.0.0.0 /8 setup.
      I was thinking of changing the subnet to /24.

      while the old addressing is insane, what's the reason to change? Unless there is a benefit, why? Just reducing the address pool isn't going to buy you anything.

      Yes this ^^^ exactly Scott. I'm of the same mind, that's part of why I threw the question out there, I wanted 2nd opinions.

      Everything is working fine ATM, why would I want to make an unneccessary change that provided no benefit but could introduce downtime. I susbcribe heavily to the KISS principal, hence my lack of interest in VLANing in this instance.

      The only reason I came up with, when thinking about the change is that it may make the environment 'look' more professional by having a more appropriately scoped, network.

      Thanks for all the opinions and information it is all greatly appreciated.

    • siringo

      Windows Inventory Tool?
      IT Discussion • • siringo

      7
      0
      Votes
      7
      Posts
      219
      Views

      DustinB3403

      @siringo have you seen Open-Audit?

    • siringo

      Simple comms. What to do?
      IT Discussion • • siringo

      16
      0
      Votes
      16
      Posts
      335
      Views

      jclambert

      @siringo said in Simple comms. What to do?:

      I have a site where the two main servers (Windows) are located about 15 'cable' metres from the switch (switch A) they plug into.

      Each server has 3 NICs.

      I'm wondering what others would do?

      Would you run 6 cables from the servers to switch A

      or

      place a switch (switch B) near the servers and run 1 cable from switch B to switch A?

      Thanks for any help.

      Introducing new hardware (a switch) may be a stopgap, if the end intent running cables. Don't add a hardware failure point. Less is more as they say

    • siringo

      Re-add Server/Computer to AD
      IT Discussion • • siringo

      12
      0
      Votes
      12
      Posts
      453
      Views

      siringo

      thanks everyone for the help, it is greatly appreciated.

    • siringo

      Another RDS server?
      IT Discussion • • siringo

      60
      0
      Votes
      60
      Posts
      625
      Views

      siringo

      Thanks everyone for the help.

      I've been speaking with the client and the app that is consuming excess resources will be removed as it's not a business requirement. This should solve the problem.

      Once again, thanks to everyone who contributed.

    • siringo

      Sell the business??
      IT Discussion • • siringo

      24
      0
      Votes
      24
      Posts
      312
      Views

      Dashrender

      @siringo said in Sell the business??:

      Thanks everyone for the input, it has helped with a few things.

      There is documentation to hand over, it does need some updating which is what I'm doing.

      Let's forget selling the business, I've thought more about this and realise it is something that won't happen.

      Wondering what others think of this? How much responsibility should the client take / should have taken, for them not to have ended up in this situation?

      it's completely on them. They choose their IT support.

    • siringo

      Alternative to FTP
      IT Discussion • • siringo

      26
      0
      Votes
      26
      Posts
      436
      Views

      siringo

      @Pete-S thanks for pointing this out, it does look good, I'd like to test it out.
      I'm suspecting that since it's a file copy operation from Windows, there'll be nothing like auto-reconnect, retry on reconnect etc etc?

    • siringo

      VPN hardware suggestions.
      IT Discussion • • siringo

      23
      0
      Votes
      23
      Posts
      428
      Views

      J

      @Dashrender said in VPN hardware suggestions.:

      I'm curious - how is that an HR problem?

      Employee didn't complete assigned duties.