Quantcast
Viewing all 183369 articles
Browse latest View live

Electronic signature

I would like to know if there is a feature on SpiceWorks you can use to sign off a job card digitally when it is done.

For instance if I go to a client onsite I resolve the problem then I book my notes and time.  After booking my info, I let the customer sign off the job card on my phone and it attaches that signature to the ticket.

When I print/ run a report on that ticket it shows the customers signature, when it was signed and by whom it was signed on that report.


Any Feedback on MobileBytes POS System?

Our operations are looking into a new POS system - MobileBytes POS for iPad to replace our MICROS 3700 system for our casual dining.

https://mobilebytes.com/

Anyone have any feedback, reviews or experience with this system?

Onedrive gpo not apply to PC.

Hi, We are tying to setup a one drive for business. We are trying move known as folder to one drive and Home drive but having some issue.

I created a policy to do this but its not working. When I click on One drive it comes with

Image may be NSFW.
Clik here to view.

Even in policy we said use default windows login.

This is which we created. policy applied to all Domain computers and OU which the test PC are located in

Image may be NSFW.
Clik here to view.

I can see the policy is being applied.

Computer Reg.

Image may be NSFW.
Clik here to view.
user reg

Image may be NSFW.
Clik here to view.

I can boot to WDS but not into MDT

Hi All,

I've attached some screenshots of an issue we're experiencing at the moment.

When I PXE boot, the machine will pick up the correct IP of our Deployment server and present the WIM options from WDS, however, when I select one to boot into MDT it hangs and dispays the error below.

I have created another Deployment share as a test, kept it almost vanilla other than adding W10 in and creating a very basic task sequence that pretty much just does the install. I exported this and have the same issue booting from WDS.

The error below is how far the boot gets before failing:

Image may be NSFW.
Clik here to view.

This error is then displayed:

Image may be NSFW.
Clik here to view.

Any help would be appreciated.

Powershell Exchange Run As

Hello All,

I am trying to figure out a way to create a shortcut that will enable me to launch Exchange Management Shell as a different user.  I currently have a shortcut for Powershell that allows me to login as a different user using the configuration below:

Text
C:\Windows\System32\runas.exe /env /noprofile /user:contuso\jsmith "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noprofile -command \"start-process powershell -verb RunAs\""

Does someone have a way for me to do the same thing with Exchange Management Shell?

Baffling IP problem on Windows 7 PC

Hi! This is crazy! One remote Windows 7 laptop in a home with Comcast internet was able to connect to a particular SonicWALL SSL VPN and now it can't; it does connect to a different SonicWALL in the same way. Pinging the remote host does not work although pinging the FQDN of the remote host displays the right IP but no response to the ping. Tracert completes to the remote host. From 2 other PCs on different networks the host pings and connects. Comcast reset the router, I reset the router, ran CCleaner and reset the TCP/IP stack, turned off IPv6, turned off the firewall and used the troubleshooting tools on the Comcast router which show that from the router it can see the remote host (I think that is what the results mean!). Any ideas?

Poll: Sizing Up - How Do You Define Your Business Size?

Image may be NSFW.
Clik here to view.

Although it may not seem like a big deal, understanding what size your business is classified as can make a difference, especially when it comes to choosing technology solutions that best fit your particular business.

Depending on whom you ask, there are several definitions and key differentiators that influence the classification into which your business falls. The widely accepted definition of each business size classification is based on the number of employees and annual revenue – and even those classification ranges can vary. For example, “SMB” includes the general term of small business, but a small business can be broken down, further.

In addition to size and revenue, your buying habits and technology needs also typically align with a particular business size classification. Many technology solutions are built with these...

Outlook 2013 clients - enabling modern auth in O365 for Outlook 2016

I am testing out office 2016 on 2 or 3 computers (everyone else is on 2013) and notice modern auth is disabled in our O365 tenant after I ran a powershell query.

Get-OrganizationConfig | ft name, *OAuth*

 If I enable this will it affect my 2013 Outlook clients?

I realize there is a registry key required to enable modern auth for 2013 and I am not pushing this out - my plan is to just roll out 2016 which connects automatically using modern auth.

Any advise appreciated.


Exchange rule to exclude sender from distribution list

Alright, I had users ask me a few times before why they get their own email when they send to groups they're part of. The answer is obvious to me and they walk away laughing that they didn't realize it. To be clear, if I send an email to the distribution list that includes all active employees, I'll get my own email because I'm in that list. 

Now I've received a specific request to stop that behavior, so I'm trying to see if it's possible. Specifically, the employee who asked is in the "leadership team" DL. He wants to be able to send to that DL without sending to himself (and without expanding the list to delete himself). 

I'd like to change this behavior for all DLs. Is it possible?

Edit: This is Exchange 2016

KMU Magazin: Datenrisiken im schnelllebigen Arbeitsalltag minimieren

Im neuen Fachartikel im KMU Magazin zeigt totemo-CTO Marcel Mock auf, welche Gefahren bei E-Mail-Systemen und Filesharing-Diensten lauern und mit welchen Massnahmen Sie sich schützen können.

totemo ag

exchange policy to block client from auto fowarding email to another account

We have Exchange 2010 and for auditing purposes we need to block clients from auto forwarding email to an outside personal accounts.  How do we setup GPOs or some other control option to enforce this?

Azure VD and gateway

Hi all good people of spiceworks

Need some clarification with running windows 10 multi-session on Azure and implications with my existing network setup.

  1. I currently run all server on prem, except a test server that runs on Azure and VPN’s to on prem environment

I am really excited to test the new Win 10 (MVD) on Azure, but I am not sure how I can achieve the following?

I want to have the Win 10 (MVD)on azure joined to my Domaine, however, I want to build a second gateway to connect to azure directly and access all my shared drives etc without using my default gateway that is seating on prem!Can some please explain if this is possible or suggest an alternative way to set this up.

Thanks in advanced


Enable Mailbox In Office 365

Hello All,

We have a hybrid Office 365 setup. I have the following script that creates a project mailbox. The mailbox is created in the OnPrem environment,but what I want is for the mailbox to be created directly in Office 365. I know this will require the Enable-RemoteMailbox command as well as the -RemoteRoutingAddress switch, but I don't know how to integrate this into my script. Can you help me?

Here is the script:

Powershell
get-mailboxImport-ModuleActiveDirectory$Identity=$ProjectMailboxName$ProjectMailboxName=(Read-Host"Project Mailbox Name")$ProjectMailboxAlias=$ProjectMailboxName-replace'\s',''$Justification=(Read-Host"Enter Justification")$SamAccountName=Get-ADUser-LDAPFilter"(sAMAccountName=$ProjectMailboxName)"$Date=Get-DateIf($SamAccountName-eq$Null){write-host"User does not exist in AD"...

Ash Williams new survivor in dbd!

Some pretty decent perks!

https://imgur.com/a/R4BVsk8#1zNhuuN

Also a nice little trailer..!

https://www.youtube.com/watch?v=TIn-XB9QSM4

Although it makes me laugh while I myself and friends have waded waist high in bugs and shit both killer and survivor sided the devs have been focusing on this. Maybe now I can take an escape cake or bps without fear of infinite loading screen...

If you're interested in more dbd stuff, feel free to join my group : https://community.spiceworks.com/user-groups/dead-by-daylight

World Backup Day Report!

Don’t miss what IT professionals and business executives from around the world are saying about the latest data-protection strategies and solutions!

See the report with the full global survey results for yourself, including new details about the attitudes and approaches IT professionals have when it comes to backing up and recovering data to deal with ransomware, natural disasters, hardware failures and accidental deletion:

  • What kind of data and systems are being included in backup plans
  • How cloud backup is growing in popularity – and what may be holding it back
  • Why confusion about backing up Office 365 data is increasing organizational risk
Get your FREE copy right now!

Bonus: You’ll also get a FREE copy of the EMEA-focused report with region-specific survey results and analysis.

Click here to get the free report!


Win10 client not seeing directories on server

Greetings,

One of our users was recently upgraded from Win7 to Win10 (both x64 Enterprise), and now, she cannot see some folders on the server. Her permissions on the server have not changed.

I've tried the following:

- From a both a Win10 laptop (on 1803, as is hers) and one of our kiosk desktops running Win7, used runas /user:domain\user cmd, and after she autheticates, mapped a drive letter to the share. In both cases she is able to see the folders and files that do not show up on her laptop.

- On her laptop in a command window, using the mapped letter to the share, tried to dir and cd to the folders she cannot see; they are not visible from there, either.

- Also updated the NIC driver to current.

Any suggestions are appreciated.

Network issues w/ BitDefender GravityZone using QuickBooks Desktop Premier 2018

I have mapped a network drive on the LAN to the clients. The client will show it can access the files on the server, but when I go to login via QuickBooks, it says it cannot find the file or give Error -6000, -83. Generally, I can get QuickBooks to find the file by rebooting either the server or the client or both, using File Doctor(but usually does not find anything wrong), and/or remapping the network seems to fix the issue more consistently, although it seems to be another temporary solution. QuickBooks Desktop always works on the server without any issues, so I'm hopefully ruling out data corruption. Any help with getting QuickBooks to behave better would be appreciated!

I've included our custom BitDefender GravityZone firewall settings below. All others settings are default I believe.

Here are my firewall exclusions:

Firewall Rule:

...

Acronis Global Cyber Summit 2019: Mobilizing the Future of Cyber Protection

Image may be NSFW.
Clik here to view.

Given the evolving threats to today’s digital world, Acronis has been leading the charge to develop a new approach to safeguarding it – one that combines the safety of data protection with the threat counter-measures of cybersecurity. Acronis calls this next generation of digital defense “cyber protection.”
Now Acronis is bringing together the world’s largest community of cyber protection professionals at a two-and-a-half-day conference committed to improving the protection of critical digital assets and systems.
The Acronis Global Cyber Summit 2019 will be held at the Fontainebleau Miami Beach Resort on October 13–16, 2019, and it promises to be the must-attend event for IT infrastructure managers, CIOs, service providers, value-added resellers, ISVs, and developers.
Exploring Cyber Protection
In promoting the next...

Acronis Global Cyber Summit 2019: Mobilizing the Future of Cyber Protection

Image may be NSFW.
Clik here to view.

Given the evolving threats to today’s digital world, Acronis has been leading the charge to develop a new approach to safeguarding it – one that combines the safety of data protection with the threat counter-measures of cybersecurity. Acronis calls this next generation of digital defense “cyber protection.”
Now Acronis is bringing together the world’s largest community of cyber protection professionals at a two-and-a-half-day conference committed to improving the protection of critical digital assets and systems.
The Acronis Global Cyber Summit 2019 will be held at the Fontainebleau Miami Beach Resort on October 13–16, 2019, and it promises to be the must-attend event for IT infrastructure managers, CIOs, service providers, value-added resellers, ISVs, and developers.
Exploring Cyber Protection
In promoting the next...

What I Learned From My Female Technology Colleagues

Image may be NSFW.
Clik here to view.

Apratim Purakayastha (AP) is the Chief Technology Officer at Skillsoft, and as we finish off celebrating Women's History Month, she wanted to write about the extraordinary contributions of women to our society and talk about the women who shaped her career.

"My computer science master’s and Ph.D. thesis advisers were both women. They were from the early breed of women computer scientists of the 80s and 90s. I owe my style of thinking and problem solving to them; I owe several research papers to them; I owe my technology career to them.

I never thought of their gender; I simply saw them as superb professors. One may ask why, therefore, write about ‘women’ in technology. The simple answer is that there is not enough like them, and as a result, we are all missing out.

Through my many years of experience working with several leading female...

Viewing all 183369 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>