About 1,790 results
Open links in new tab
  1. Set-ExecutionPolicy Unrestricted -force

    Feb 3, 2012 · Set-ExecutionPolicy Restricted When run powershell.exe test.ps1 at command prompt, I got

  2. Set-ExecutionPolicy -unrestricted through answer file?

    dunno about WDS Answer-File called scripts, but if you call powershell.exe, you can specify the parameter -ExecutionPolicy Unrestricted. If that's viable to do directly, great.

  3. SCCM Database Total and Free will my DB crash or expand?

    Aug 28, 2008 · I just checked my SQL Server configuration, and it says my site database can grow by 1MB to unrestricted. The transaction log by 10%, but restricted to 2,097,152 MB :-)

  4. Calling a CMD Shell variable from PS Shell

    Oct 25, 2013 · I have a batch file that executes a PS script. It is like this: @echo off powershell.exe -executionpolicy unrestricted -command .\MyPSScript.ps1

  5. Group Policy Security Filtering - social.technet.microsoft.com

    I simply created another GP and linked to OU with security filtering (removed Authenticated users and added one user for test). Then "C:\WINDOWS\SYSTEM32\MSTSC.EXE = Unrestricted, Still it says …

  6. Executing a program with elevated privilegies

    Set-ExecutionPolicy Unrestricted This will work for the setting of privaledges but I am currently asking about how I can use this in an IF statement to first check then apply like this:

  7. Azure backup not starting on Schedule

    Users experiencing similar issue have fixed the issue by setting theexecution policy from undefined to unrestricted, so you need to run " Set-ExecutionPolicy Unrestricted " in PowerShell (Open PS in …

  8. DAG DatabaseCopyAutoActivationPolicy Blocked

    Dec 4, 2013 · As you said you can have the value blocked for the parameterDatabaseCopyAutoActivationPolicy but you cannot use the gui to mount the databases in …

  9. Problem with WinRM and Invoke-command

    I've run winrm QC on both devices, tried using the hostname, FQDN and IP. The account I use is a domain admin with local rights and I've tested with unrestricted execution policy on both ends. A …

  10. Exchange 2010 Mock DR drill - social.technet.microsoft.com

    Stop-Service ClusSvc on DR site Restore-DatabaseAvailabilityGroup -Identity " dag01" -ActiveDirectorySite “DR site name” Set-MailboxServer –Identity “drmbx01” …