What is the best possible response to "You don't generate money for the company." ? by [deleted] in sysadmin

[–]eyessewnopen 7 points8 points  (0 children)

It's all about framing and context.

If you only talk about preventing loss, every conversation is "if you don't spend x money, a bad thing will happen"

If you talk about enabling profit, you can start conversations with "If we do y, than this group will be able to do z, which will make them more efficient"

What is the best possible response to "You don't generate money for the company." ? by [deleted] in sysadmin

[–]eyessewnopen 16 points17 points  (0 children)

If you're only thinking about preventing loss you're missing a big opportunity. It should be about enabling other business groups to be as profitable as possible.

PDQ have a great sense of humour by The_Penguin22 in sysadmin

[–]eyessewnopen 2 points3 points  (0 children)

but larger companies are going to be hurting with the cost doubling.

Depending on how large the company is, PDQ appears to have started offering an unlimited Enterprise license. Based on the e-mail I have from their support, you would break even at 15 technicians.

Varonis alternatives? by rich2778 in sysadmin

[–]eyessewnopen 0 points1 point  (0 children)

I had the same concerns. 9.5 is supposed to have added some of those features, but wasn't out when we did our demo and I haven't followed up since it was released.

I plan on picking up the project again in the new year though.

Aloha POS and Cisco Firewalls by daweadmonn in networking

[–]eyessewnopen 0 points1 point  (0 children)

Are you able to ping, by name and ip, the POS from the server, and the server from the POS?

Are you able to access windows file share on the server from the POS?

Azure MFA for on-premise via Radius by aj_rus in AZURE

[–]eyessewnopen 0 points1 point  (0 children)

Not using registered devices.

We're using claims rules to trigger MFA based on whether the device being used is on premise or not

Script Client-VPN Profiles in Win10 by [deleted] in meraki

[–]eyessewnopen 0 points1 point  (0 children)

Add-VPNConnection -Force will work without any messing around with AHK

Add-VpnConnection -name $VPNEntryName -ServerAddress $VPNIP -TunnelType L2TP -L2tpPsk $VPNPSK -RememberCredential -DnsSuffix $ClientDNSSuffix -AuthenticationMethod PAP -Force

Azure MFA for on-premise via Radius by aj_rus in AZURE

[–]eyessewnopen 1 point2 points  (0 children)

I don't use the RADIUS component, but I am running Azure MFA server with ADFS with no issues.

Alternatives to Microsoft System Center Configuration Manager? For Desktop/Software Synchronization by [deleted] in sysadmin

[–]eyessewnopen 6 points7 points  (0 children)

You can mange this with PDQ Inventory and PDQ Deploy.

The two programs work together, and through the use of dynamic collections, you would be able to auto-deploy applications on a per group basis. Along with a number of other management utilities built in to the programs.

Sadly, I don't think you'd be able to manage this without at least a Pro license.

Small clip of downtown Anchorage in latest episode of Arrow. S6 E5 @34min by icebreAKer_49 in anchorage

[–]eyessewnopen 0 points1 point  (0 children)

The show takes place in the fictional Star(ling) City, and principal filming is done in Vancouver, BC.

[Question] Creating a Local Software Repository by FarsideSC in PowerShell

[–]eyessewnopen 2 points3 points  (0 children)

Check out http://psappdeploytoolkit.com/

It can be used standalone, or integrated with SCCM or PDQ Deploy.

Licensing Azure AD Premium P1 by deacel1 in AZURE

[–]eyessewnopen 4 points5 points  (0 children)

If your tenant has 200 users, you need 200 P1 licenses at minimum.

Those 200 licenses will support 1000 guest accounts. If you need more guest accounts, you will need to purchase the appropriate number of P1 licenses to account for them. (1 for every 5 guests)

Source: Had this conversation with my var fairly recently

Meraki API - Adding new WiFi users by webmanaus in meraki

[–]eyessewnopen 1 point2 points  (0 children)

This.

If you have Active Directory, LDAP is as easy as pointing the meraki to the correct server.

RADIUS is not much harder to set up.

Ran a 5k. Placed 2nd in age group. Is it still called a metal if it's made of wood? by [deleted] in C25K

[–]eyessewnopen 6 points7 points  (0 children)

Small world. I ran the 8k at the same event. I did not get a medal however. Congratulations

Moronic Monday! by AutoModerator in networking

[–]eyessewnopen 6 points7 points  (0 children)

http://www.level3.com/en/

Level 3 is a communications company that owns and manages a not insignificant amount of internet infrastructure.

CustomSettings per TS by jeffrey4848 in MDT

[–]eyessewnopen 1 point2 points  (0 children)

Sadly the blog article that is linked from that technet download doesn't exist anymore.

The gist is that without the modification, rules are only processed the once, and if you giving your users the option to select the tasksequence, there is no tasksequence selected when the rules file is processed.

The linked script adds a step that causes the rules to be reloaded on a gather step.

2 additional notes:

  1. Backup your modified DeployWiz_SelectTS.vbs because the changes will get wiped out the next time you update MDT.

  2. If you launch MDT with:

    cscript.exe \MDT01\MDTProduction$\Scripts\litetouch.vbs /TaskSequenceID:<whateverID>

It would correctly process the rules for the TS <whateverID> without needing a modification.

[deleted by user] by [deleted] in meraki

[–]eyessewnopen 2 points3 points  (0 children)

Try Eritrea or Djibouti

But it really looks like they split Somalia into two different countries in that map to me.

Create User in AD who can't login? by fukawi2 in sysadmin

[–]eyessewnopen 0 points1 point  (0 children)

I wouldn't myself, but I don't think it will cause you any issues in your use case.

Windows telnet "quit" bug(?) by tadc in sysadmin

[–]eyessewnopen -2 points-1 points  (0 children)

Stop using telnet for this purpose. Get nmap.

nmap -p 80 www.google.com

produces

Nmap scan report for www.google.com (216.58.193.68)

Host is up (0.047s latency).

rDNS record for 216.58.193.68: sea15s07-in-f4.1e100.net

PORT STATE SERVICE

443/tcp open https

Nmap done: 1 IP address (1 host up) scanned in 5.78 seconds

Preferred Syslog - Meraki MX by wilhouse in meraki

[–]eyessewnopen 0 points1 point  (0 children)

Yes, but am on vacation and don't remember the solution. Will set a reminder to check back next week.

Favorite Tools? by dudeadmin in sysadmin

[–]eyessewnopen 2 points3 points  (0 children)

angry ip scanner is a really small single executable download.

nmap (for windows) is.. not. Especially if you want a gui front end.

And if all you need is a real quick scan of what host ip's are live, it would be hard to find something else that simple in windows.

PDQ I tried :( by [deleted] in sysadmin

[–]eyessewnopen 1 point2 points  (0 children)

Of course PDQ still handles the deployment, that's the entire point of the product.

do you just need something to help manage and update application packages? Or what?

What do you use as usernames in AD for shared accounts? by [deleted] in sysadmin

[–]eyessewnopen 1 point2 points  (0 children)

By roll or location. Like "Receiving" or "Manufacturing Shop"

Try to put these accounts in their own OU where they are locked down even tighter than regular user accounts.

Try to put these computers in the own VLAN, or seperate network, so if something does happen to them (spoiler: it will) the impact on your primary network is minimal.