• Fedora VM Host

    11
    2 Votes
    11 Posts
    1k Views
    brandon220B

    @jaredbusch I did the Net Install and minimal for the Fedora install and then added the virtualization packages.

  • UrBackup to Network Share

    1
    2 Votes
    1 Posts
    2k Views
    No one has replied
  • 2 Votes
    10 Posts
    2k Views
    jt1001001J

    A bit outside your specific question; however on my Exchange servers I just disabled the MSExchange ActiveDirectory Topology Service; doing that prevented the rest of the Exchange services from loading and KB40720650 loaded without issue

  • SSH and FreePBX

    10
    0 Votes
    10 Posts
    8k Views
    JaredBuschJ

    And easy enough to resolve once I look.

    @EddieJennings you should have reminded me to look more earlier..

    /etc/sudoers has it commented out.

    ## Allows people in group wheel to run all commands # %wheel ALL=(ALL) ALL ## Same thing without a password # %wheel ALL=(ALL) NOPASSWD: ALL
  • Intranet suggestions....

    111
    1 Votes
    111 Posts
    17k Views
    scottalanmillerS

    @tim_g said in Intranet suggestions....:

    @cherryman said in Intranet suggestions....:

    @scottalanmiller said in Intranet suggestions....:

    @cherryman If you are also using Jira and a few other Atlassian tools, then I'd pick Confluence too. But if it is your only tool from them, I don't think that it is a strong wiki entry on its own.

    We are also using Jira to split up several ticket systems based on their usecase. Dev, Admins, Customer Service and so on.

    Aren't the Devs using GitHub/GitLab?

    GitHub is a competitor for BitBucket, not Jira, from Atlassian

  • Issues Installing Snipe-IT on CentOS 7

    100
    0 Votes
    100 Posts
    17k Views
    I

    @aaronstuder hi I couldn't succeed that installation I reinstalled centos 7 1708 the same result someone can help? 0_1525526184662_image.png

  • 0 Votes
    1 Posts
    704 Views
    No one has replied
  • Annoying Apple Issue - SMB - Finder issue

    Unsolved
    26
    0 Votes
    26 Posts
    3k Views
    scottalanmillerS

    @bnrstnr said in Annoying Apple Issue - SMB - Finder issue:

    @dustinb3403 This doesn't even sound like a bug, more like intentional crippling. Is there some proprietary Apple file sharing protocol they want people using?

    Well, there is speculation of that. But it is not documented and Apple kept it even after their reasons for doing so (promoting their own SMB server that addressed it with a patch) were gone. It's known as a "bug" and Apple has admitted to it as a bug that they don't care to fix.

    So.... read in as you will.

  • Windows Server GUI

    7
    1 Votes
    7 Posts
    1k Views
    D

    GUI is there is the majority of cases for me.

  • Point 2 Point 2 Point - Wireless AP's

    14
  • Fedora 28....time to upgrade

    34
    3 Votes
    34 Posts
    5k Views
    JaredBuschJ

    Just upgraded a SuiteCRM instance in Vultr.

    The reboot step was fast as fuck. ❤ Vultr.

  • Searching Public Folders & Shared Mailboxes - Office 365

    1
    0 Votes
    1 Posts
    967 Views
    No one has replied
  • 2 Votes
    8 Posts
    12k Views
    travisdh1T

    I've always used WiFi Analyizer on a phone/tablet if I needed to survey a location. That said, a thread on linuxquestions.com led me to: https://alternativeto.net/software/inssider/?platform=linux#. Looks like some options at least, don't really know if they're decent.

  • Windows 10 - 1803 Stalls

    12
    2 Votes
    12 Posts
    840 Views
    JaredBuschJ

    This is all you @gjacobse

  • 0 Votes
    2 Posts
    1k Views
    DustinB3403D

    I got you

    # This script will export all users of the specified domain, and their group memberships to a CSV file. The usefulness of this tool is expressed when # setting up new hire employees or reviewing domain membership permissions. # It's not advisable to store the user credentials required to run this script as they can be decrypted. This script is not designed to save these credentials but could be modified to do so. # Use of this script implies that you understand what it does, and will do to with regards to your Active Directory installation members and group memberships. # As designed there are no changes made to your installation, the script simply generates a report of members, and their group memberships. # Any changes to this script are the responsibility of the person/organization which made said changes. # We cannot be held responsible for your misuse or misunderstanding of this script as it was designed. # # # # # Imports Active Directory information Import-Module Activedirectory $credentials = Get-Credential # Prompts for user credentials default user is “ ”, enter an administrator account in the form of “domain-name\administrator-account” Get-ADUser -Credential $credentials -Filter * -Properties DisplayName,EmailAddress,memberof,DistinguishedName,Enabled | % { New-Object PSObject -Property @{ UserName = $_.DisplayName EmailAddress = $_.EmailAddress DistinguishedName = $_.DistinguishedName Enabled = $_.Enabled # Deliminates the document for easy copy and paste using ";" as the delimiter. Incredibly useful for Copy & Paste of group memberships to new hire employees. Groups = ($_.memberof | Get-ADGroup | Select -ExpandProperty Name) -join ";" } # The export path is variable change to desired location on domain controller or end user computer. } | Select UserName,EmailAddress,@{l='OU';e={$_.DistinguishedName.split(',')[1].split('=')[1]}},Groups,Enabled | Sort-Object Username | Export-Csv $ENV:UserProfile\Documents\User-Permissions.csv –NTI #Function Get-SaveFile($initialDirectory) #{ #[System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms") | #Out-Null # #$SaveFileDialog = New-Object System.Windows.Forms.SaveFileDialog #$SaveFileDialog.initialDirectory = $initialDirectory #$SaveFileDialog.filter = "All files (*.*)| *.*" #$SaveFileDialog.ShowDialog() | Out-Null #$SaveFileDialog.filename #} # # # open dialog box to select the .nessuss file. #$InputFile = Get-OpenFile #$OutputFile = Get-SaveFile # # #$Contents = [io.file]::ReadAllText($inputfile) #$Contents = [io.file]::ReadAllText('C:\tools\wd\nessus\data\data.xml') #$Global:OutFile = [System.IO.StreamWriter] "c:\tools\wd\nessus\outfile.csv" # ##$InputFile #$OutputFile #
  • 4 Votes
    3 Posts
    804 Views
    jt1001001J

    Where was this when we started our o365 migration!!!

  • 3 Votes
    7 Posts
    1k Views
    scottalanmillerS

    @kelly said in Eight new Spectre Variant Vulnerabilities for Intel Discovered - four of them critical:

    @tim_g said in Eight new Spectre Variant Vulnerabilities for Intel Discovered - four of them critical:

    Wow....

    But how practical is it to not only first exploit the Spectre vulnerability, but then to get any useful data from most likely other unknown shared VMs on the same box? (really, only on a shared hosting provider host is where 99.9% of the threat is)

    This stuff is discarded speculative cached data... maybe a thumbnail you won't be viewing (if it goes that big), or maybe a few bits leading in that direction... maybe credentials (that are encrypted anyways)...

    It seems like all you can do is "fish" for unknown discarded speculative data... it doesn't really sound like a huge practical threat, however, I do see the severity and horrible potential of it, just not the practicality.

    Here is how I see it playing out in the larger world. Bad actors will be spinning up VMs on hosting providers' hardware, and then trolling for data of cohosted VMs. It isn't a large problem in a secure environment where the list of people who can spin up VMs also have the credentials necessary to make a Spectre-ng attack a waste of time and energy.

    Also worth noting, in a cloud environment the data that can be caught this way is essentially random and ephemeral. What works today won't work tomorrow, and whose data you are getting is normally unknown. The scale and anonymity of cloud computing makes these attacks more possible, but less effective, almost to the point of useless.

  • FreePBX - Determine if Extension has dedicated callin

    14
    0 Votes
    14 Posts
    1k Views
    scottalanmillerS

    @dashrender said in FreePBX - Determine if Extension has dedicated callin:

    Look at your inbound routes. See what the destination on the inbound routes are.

    Yup, that extension itself doesn't know what points to it. So it is looking at the pointers. Think of the Inbound Routes like aliases and you are looking to see if an alias mentions that extension.

  • Office 365 PowerShell question

    13
    2 Votes
    13 Posts
    1k Views
    ObsolesceO

    @dbeato said in Office 365 PowerShell question:

    @bbigford said in Office 365 PowerShell question:

    @dbeato said in Office 365 PowerShell question:

    @bbigford said in Office 365 PowerShell question:

    @dbeato said in Office 365 PowerShell question:

    @bbigford said in Office 365 PowerShell question:

    @dbeato said in Office 365 PowerShell question:

    @bbigford said in Office 365 PowerShell question:

    While in an Office 365 PowerShell session, anyone know what the 'name' value refers to? I think what a client did was simply rename an account when someone quit, and here is the result.

    Amanda quits, backfilled by Jane. Display name, UPN, SAM, alias, everything shows as Jane, except 'name'. Going through Exchange mailbox and MSO user properties via the GUI, no trace of the word 'Amanda' anywhere.

    Anyone know what that value actually refers to? Before today I thought it was probably UPN, until today I saw there is a separate value for UPN.

    Can you show an example?

    0_1525112201908_2018_04_30_12_13_26_Administrator_Windows_PowerShell_ISE.png

    0_1525112210220_2018_04_30_12_15_24_Office_Admin_center_Home.png

    That's the SamAccountName attribute that cannot be changed.

    You were correct after I double-checked. What I find odd though, is the samAccountName doesn't show as emilyr, it shows as emily59172-558041006 ... where does it even pull emilyr from do you think?

    0_1525363051932_c0112f04-4f56-445f-9a35-78a571753053-image.png

    Edit: I've tried marking this as solved, but can't find an option for that.

    Have @scottalanmiller do it.

    Ah, I'm guessing that is not a function everyone has the ability to use I'm guessing.

    It is an issue in NodeBB here that we cannot mark other answers ans the resolution of the issue.

    You can quote the post that is the answer, and mark your quoted post as the answer.

    That's what we've been doing.

  • 3 Votes
    16 Posts
    3k Views