ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Grey
    3. Topics
    • Profile
    • Following 1
    • Followers 6
    • Topics 56
    • Posts 1,200
    • Best 505
    • Controversial 2
    • Groups 0

    Topics created by Grey

    • GreyG

      PWSH: Reboot servers from a file

      Developer Discussion
      • • • Grey
      1
      2
      Votes
      1
      Posts
      690
      Views

      No one has replied

    • GreyG

      Windows/vmware server licensing

      IT Discussion
      • • • Grey
      4
      0
      Votes
      4
      Posts
      1.0k
      Views

      travisdh1T

      @Grey said in Windows/vmware server licensing:

      @travisdh1 Does that imply that each guest needs a minimum number of cores assigned?

      No, you just need to cover the cores on the host.

    • GreyG

      Powershell for Snapshot Management

      IT Discussion
      • powershell vsphere esxi • • Grey
      3
      4
      Votes
      3
      Posts
      467
      Views

      RomoR

      @DustinB3403 Tags added 😃

    • GreyG

      VM Hardware Version script to upgrade?

      IT Discussion
      • • • Grey
      1
      0
      Votes
      1
      Posts
      173
      Views

      No one has replied

    • GreyG

      Iterate systems with a timer

      IT Discussion
      • • • Grey
      1
      3
      Votes
      1
      Posts
      191
      Views

      No one has replied

    • GreyG

      Qradar CE

      IT Discussion
      • • • Grey
      5
      0
      Votes
      5
      Posts
      857
      Views

      GreyG

      @DustinB3403 said in Qradar CE:

      @scottalanmiller said in Qradar CE:

      @DustinB3403 said in Qradar CE:

      @Grey said in Qradar CE:

      Has anyone tried Qradar CE or full Qradar on their network? I've only used it at work, and that version is robust. I'm wondering if it's comparable to Graylog or other log ingestion tools. Maybe there's a better tool for the same purpose?

      https://developer.ibm.com/qradar/ce/

      If it's open source why not but.p up those thresholds a bit and go to town?

      It's OS? I never found the license info.

      I never said it was, I asked if it is.

      They use docker on a centos platform distributed via an ova. Licensing is based on events per seconds.

    • GreyG

      Solved Powershell vmware sizegb

      IT Discussion
      • • • Grey
      4
      1
      Votes
      4
      Posts
      351
      Views

      GreyG

      Fixed.

      select vm,name,description,created,@{l='sizegb';e={($_.SizeGB).tostring("#.##")}}
    • GreyG

      Texas Hurricanes

      Water Closet
      • • • Grey
      7
      1
      Votes
      7
      Posts
      387
      Views

      V

      Stay Safe Everyone!

    • GreyG

      DBAs, man

      Water Closet
      • • • Grey
      18
      6
      Votes
      18
      Posts
      800
      Views

      GreyG

      @scottalanmiller DBAs. There is still a prevalence of thought that they must have lots of separate drives for any number of purposes. These 'drives' all go to the same two or three luns, and some drives are in the same datastore, so.... splitting drives is just splitting hairs. It makes it easier to see database size, though a good DBA should be able to manage that without complication.

    • GreyG

      VMWare PowerCLI to check compliance in v7

      IT Discussion
      • • • Grey
      1
      2
      Votes
      1
      Posts
      211
      Views

      No one has replied

    • GreyG

      powercli to check status?

      IT Discussion
      • • • Grey
      2
      1
      Votes
      2
      Posts
      128
      Views

      GreyG

      Found it -- test-compliance.

    • GreyG

      Powershell countdown on servers?

      IT Discussion
      • • • Grey
      19
      0
      Votes
      19
      Posts
      632
      Views

      1

      @Grey said in Powershell countdown on servers?:

      @Pete-S said in Powershell countdown on servers?:

      @Grey

      If you wanted to show the progress % you could do something like this as well:

      $quantity = $systems.count $i = 0 foreach ($server in $systems){ //stuff $i = $i + 1 $progress = 100 * $i / $quantity }

      Another trick is to not count it at all, just print a dot (".") for each iteration.
      .........

      Tested and this needs a try/catch for a divide by zero. The math is also off.
      9d767202-8760-4564-a5fa-0f1adc903aea-image.png

      You probably had --$quantity still in there. It decreases $quantity by one each time it executes.

      But use @Obsolesce example.

    • GreyG

      Powershell Script Repetitive Process

      IT Discussion
      • • • Grey
      9
      0
      Votes
      9
      Posts
      314
      Views

      ObsolesceO

      @Grey said in Powershell Script Repetitive Process:

      @Obsolesce said in Powershell Script Repetitive Process:

      @Grey said in Powershell Script Repetitive Process:

      @Obsolesce said in Powershell Script Repetitive Process:

      Here's an example:

      68d9f205-5903-416c-a32d-3a0d2a4c536c-image.png

      Neat. How would I call call that function from within the script itself; just & do-function?

      The same way I did on line 24.

      Ok, I have to test this.

      I just noticed, that on line 16, the $timeDate... variable is supposed to be $Something

      I did it too quick and didn't catch it when I put it in at the end.

    • GreyG

      VMWare datastore files in use

      IT Discussion
      • • • Grey
      3
      1
      Votes
      3
      Posts
      193
      Views

      GreyG

      @black3dynamite said in VMWare datastore files in use:

      https://community.spiceworks.com/topic/579902-vmware-unable-to-delete-datastore-because-it-s-in-use
      http://tomaskalabis.com/wordpress/vmware-cant-unmountremove-datastore-in-use-or-file-system-is-busy/

      Thank you. I hadn't thought to check the logs, which the Spiceworks link mentions.

    • GreyG

      Growing VM disks

      IT Discussion
      • • • Grey
      10
      1
      Votes
      10
      Posts
      392
      Views

      RojoLocoR

      Well, it's crucial to keep them warm and evenly moist until they germinate, then give them plenty of sunshine until they're big enough to transplant...

    • GreyG

      Reducing complexity on storage

      IT Discussion
      • • • Grey
      8
      1
      Votes
      8
      Posts
      338
      Views

      jt1001001J

      @krzykat Xpenology is a great tool to learn Synology with, or to play but I would never use it in a "production" environment (yep even home). Get a real Synology with support or as others have said a server with RAID, linux dist of choice, and Samba. Myself, Im taking one of the 'servers" someone left in my junk pile and loading Proxmox and from there setting up a shared server of some sort.

    • GreyG

      Webcam Covers

      Water Closet
      • • • Grey
      1
      1
      Votes
      1
      Posts
      231
      Views

      No one has replied

    • GreyG

      ManageEngine ADSelfService

      IT Discussion
      • • • Grey
      5
      1
      Votes
      5
      Posts
      366
      Views

      JaredBuschJ

      @jt1001001 said in ManageEngine ADSelfService:

      We use ServiceDesk at work for ticketing never was able to get SSL to work, gave up and put it behind our Kemp load balancer/reverse proxy

      I originally had ServiceDesk working with an imported GoDaddy certificate, no issues.

      But there was no good way to do it with Let's Encrypt when I moved to that. Also, I really needed the Reverse Proxy anyway.

    • GreyG

      GPO for compatibility mode

      IT Discussion
      • internet explorer internet explorer 11 gpo group policy windows • • Grey
      8
      3
      Votes
      8
      Posts
      1.0k
      Views

      DashrenderD

      @dbeato said in GPO for compatibility mode:

      @Grey said in GPO for compatibility mode:

      A previous admin created a gpo to alter and add an entry under the hive HKEY_CURRENT_USER in Key path Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges\Range66 which forces a single entry for compatibility mode. I've spent a lot of time testing and, while the setting is to apply once and not again, it doesn't seem to allow a user to add more sites to compatibility mode and keep that addition after a reboot.

      Has anyone successfully created a GPO for IE11 to enable CM for users to add items, while also pushing a list of our own? Is there a best method around for achieving this goal?

      I have not, I only keep adding it through GPO (In the medical field which they have many sites as this).

      Ditto - Just have to keep adding them via GPO. So glad we barely use IE 11 anymore.

    • GreyG

      Exchange 2010 PS: output to @{Add="<value1>", "<value2>", "<value3>"}

      IT Discussion
      • • • Grey
      9
      0
      Votes
      9
      Posts
      1.2k
      Views

      NerdyDadN

      @grey said in Exchange 2010 PS: output to @{Add="<value1>", "<value2>", "<value3>"}:

      @nerdydad said in Exchange 2010 PS: output to @{Add="<value1>", "<value2>", "<value3>"}:

      ~Have you considered upgrading to 2016 Exchange server?~

      I tried. Management has this 0 downtime thing and won't let me do things. It's a little infuriating.

      Sounds like an entirely different thread.

    • 1 / 1